| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | If we goto singlemount, do _not_ try to continue through the loop we jumped | Rob Landley | 2005-08-14 | 1 | -1/+1 |
* | Stephane Billiart noticed that the return code of the new mount was horked. | Rob Landley | 2005-08-14 | 1 | -4/+4 |
* | Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk | Rob Landley | 2005-08-10 | 5 | -717/+447 |
* | use toplevel ARFLAGS and update default ARFLAGS to be quiet | Mike Frysinger | 2005-07-27 | 1 | -1/+1 |
* | applying fix from: | Paul Fox | 2005-07-19 | 1 | -0/+8 |
* | applets specified as _BB_SUID_ALWAYS in applets.h should also select | Eric Andersen | 2005-06-23 | 1 | -0/+2 |
* | Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could use | Rob Landley | 2005-06-20 | 4 | -17/+989 |
* | Add readprofile applet support. | Paul Mundt | 2005-05-20 | 3 | -0/+309 |
* | change the hardcoded error constant (0x80000000UL) to a nice flexible define ... | Mike Frysinger | 2005-05-11 | 1 | -1/+1 |
* | moved to e2fsprogs too | Mike Frysinger | 2005-04-25 | 1 | -22/+0 |
* | remove lsattr/chattr to prepare for a top level e2fsprogs dir with more stuff... | Mike Frysinger | 2005-04-23 | 26 | -2866/+0 |
* | import lsattr and chattr from e2fsprogs | Mike Frysinger | 2005-04-22 | 27 | -2/+2887 |
* | fix typoe (buildddir -> builddir) | Mike Frysinger | 2005-04-21 | 1 | -3/+2 |
* | minor style touchups | Mike Frysinger | 2005-04-16 | 1 | -8/+8 |
* | egor duda writes: | Eric Andersen | 2004-10-08 | 2 | -6/+12 |
* | Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few ... | Glenn L McGrath | 2004-09-14 | 1 | -4/+4 |
* | Fixup some warnings | Eric Andersen | 2004-08-28 | 1 | -14/+20 |
* | Tito, farmatito at tiscali dot it writes: | Eric Andersen | 2004-08-03 | 2 | -2/+2 |
* | YAEGASHI Takeshi writes: | Eric Andersen | 2004-07-26 | 1 | -3/+5 |
* | Avoid a number of places where large drives could wrap a uint, and | Eric Andersen | 2004-06-28 | 1 | -33/+33 |
* | Kevin P. Fleming writes: | Eric Andersen | 2004-05-26 | 1 | -0/+2 |
* | Per suggestion from Bastian Blank, be less evil when we force fdisk to | Eric Andersen | 2004-05-26 | 2 | -9/+11 |
* | Use tab not space | Eric Andersen | 2004-05-26 | 1 | -20/+20 |
* | Do not select LFS | Eric Andersen | 2004-05-19 | 1 | -1/+0 |
* | Erik, | Eric Andersen | 2004-05-19 | 2 | -8/+18 |
* | Make vodz happy and make fdisk always use large file support if | Eric Andersen | 2004-05-19 | 1 | -0/+8 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 6 | -11/+11 |
* | make mount ignore -n when CONFIG_FEATURE_MTAB_SUPPORT is disabled | Eric Andersen | 2004-04-12 | 1 | -2/+2 |
* | Everything should be made as simple as possible. But no simpler. | Eric Andersen | 2004-04-03 | 1 | -5/+11 |
* | Sigh. what a mess. | Eric Andersen | 2004-03-30 | 1 | -2/+1 |
* | As waldi noticed, checks for the size of an off_t and casting | Eric Andersen | 2004-03-30 | 1 | -13/+6 |
* | Go ahead and kill off the FDISK_SUPPORT_LARGE_DISKS option, | Eric Andersen | 2004-03-30 | 1 | -8/+0 |
* | The fdisk llseek junk was redundant, since both uClibc and glibc | Eric Andersen | 2004-03-30 | 2 | -74/+8 |
* | s/fileno\(stdin\)/STDIN_FILENO/g | Eric Andersen | 2004-03-27 | 1 | -1/+1 |
* | Vladimir N. Oleynik (vodz) writes: | Eric Andersen | 2004-03-27 | 1 | -22/+21 |
* | Brian Pomerantz writes: | Eric Andersen | 2004-03-23 | 1 | -1/+3 |
* | Some corrections from vodz: | Robert Griebl | 2004-03-22 | 1 | -11/+6 |
* | The utc variable was not modified according to the -u/-l command line | Robert Griebl | 2004-03-21 | 1 | -2/+8 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 16 | -71/+70 |
* | Patch from Thomas Frohlich to fix an option ordering bug of mine. | Glenn L McGrath | 2004-03-10 | 1 | -3/+3 |
* | Patch from Chris Larson (kergoth), to allow multiple directores to be | Glenn L McGrath | 2004-02-22 | 1 | -7/+10 |
* | Use bb_getopt_ulflags, marginal saving, better argument checking. | Glenn L McGrath | 2004-02-22 | 1 | -68/+41 |
* | Use /var/lib/hwclock for adjtime, its really a state file rather than a | Glenn L McGrath | 2004-02-22 | 1 | -3/+1 |
* | Eliminate use of a kernel scsi header file. | Eric Andersen | 2004-02-06 | 1 | -6/+5 |
* | Fixup use of 'u_int' to instead use 'unsigned int' | Eric Andersen | 2004-01-30 | 2 | -5/+5 |
* | s/u_int/uint/g | Eric Andersen | 2004-01-30 | 2 | -31/+31 |
* | Use proper C99 types | Eric Andersen | 2004-01-30 | 1 | -27/+28 |
* | Patch from Tito, reduce size, merge functions that are only used once. | Glenn L McGrath | 2004-01-20 | 1 | -93/+90 |
* | Stephane Billiart writes: | Eric Andersen | 2004-01-18 | 1 | -1/+1 |
* | match changes made to cmdedit | Eric Andersen | 2003-12-23 | 1 | -3/+0 |