| Commit message (Expand) | Author | Age | Files | Lines |
* | bb_opt_complementally for rdate applet. Add losed record to util-linux/Makefi... | vodz | 2005-10-28 | 2 | -4/+4 |
* | Rob Sullivan sent in some cleanups, which I beat on slightly. | landley | 2005-10-28 | 1 | -48/+15 |
* | Add a switch_root utility (like kconfig's utils/run_init.c, although not | landley | 2005-10-27 | 2 | -0/+140 |
* | another more const | vodz | 2005-10-20 | 2 | -4/+4 |
* | more const, attribute_noreturn saved 200 bytes | vodz | 2005-10-19 | 1 | -8/+8 |
* | data --> bss | vodz | 2005-10-15 | 1 | -11/+11 |
* | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars | vodz | 2005-10-14 | 1 | -1/+1 |
* | - initialize the correct variables | aldot | 2005-10-13 | 1 | -1/+1 |
* | - use complementally '!' to '?' - 'ask' is best 'free' char for this. | vodz | 2005-10-11 | 1 | -1/+1 |
* | better check usage with options, correct show problem error message, indent | vodz | 2005-10-10 | 1 | -18/+19 |
* | Rename CONFIG_NFSMOUNT to CONFIG_FEATURE_MOUNT_NFS so allbaseconfig can | landley | 2005-10-08 | 3 | -4/+4 |
* | allow people to adjtime location | vapier | 2005-09-28 | 2 | -2/+18 |
* | whitespace sucks | vapier | 2005-09-25 | 1 | -23/+23 |
* | re-order a little for alphabetical | vapier | 2005-09-24 | 1 | -14/+14 |
* | Tito switched option parsing over to switch umount over to bb_getopt_ulflags(). | landley | 2005-09-24 | 1 | -27/+31 |
* | use the shorter license header | vapier | 2005-09-24 | 1 | -14/+1 |
* | use brief license line | vapier | 2005-09-24 | 1 | -15/+2 |
* | Reduce exported from ipcs applet | vodz | 2005-09-22 | 1 | -6/+6 |
* | accept unlimited number of swap arguments like the real swap{on,off} and shri... | vapier | 2005-09-16 | 1 | -8/+11 |
* | Cleanup patch from Tito. | landley | 2005-09-14 | 1 | -12/+9 |
* | whitespace/syntax cleanups, dont mind me :p | vapier | 2005-09-13 | 1 | -36/+22 |
* | Cleanup patch from Tito. | landley | 2005-09-13 | 1 | -36/+11 |
* | Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP to | landley | 2005-09-08 | 3 | -13/+13 |
* | 1) bb_opt_complementaly -> bb_opt_complementally | vodz | 2005-09-05 | 1 | -5/+1 |
* | Fix the warnings, and fix the following two obvious segfaults: | landley | 2005-09-05 | 1 | -10/+7 |
* | Amir Shalem found some bugs in the new mount code; unknown options didn't get | landley | 2005-08-30 | 1 | -2/+4 |
* | When compiling with FEATURE_MTAB_SUPPORT disabled, the call to erase_mtab() | landley | 2005-08-23 | 1 | -1/+3 |
* | If we goto singlemount, do _not_ try to continue through the loop we jumped | landley | 2005-08-14 | 1 | -1/+1 |
* | Stephane Billiart noticed that the return code of the new mount was horked. | landley | 2005-08-14 | 1 | -4/+4 |
* | Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk | landley | 2005-08-10 | 5 | -717/+447 |
* | use toplevel ARFLAGS and update default ARFLAGS to be quiet | vapier | 2005-07-27 | 1 | -1/+1 |
* | applying fix from: | pgf | 2005-07-19 | 1 | -0/+8 |
* | applets specified as _BB_SUID_ALWAYS in applets.h should also select | andersen | 2005-06-23 | 1 | -0/+2 |
* | Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could use | landley | 2005-06-20 | 4 | -17/+989 |
* | Add readprofile applet support. | lethal | 2005-05-20 | 3 | -0/+309 |
* | change the hardcoded error constant (0x80000000UL) to a nice flexible define ... | vapier | 2005-05-11 | 1 | -1/+1 |
* | moved to e2fsprogs too | vapier | 2005-04-25 | 1 | -22/+0 |
* | remove lsattr/chattr to prepare for a top level e2fsprogs dir with more stuff... | vapier | 2005-04-23 | 26 | -2866/+0 |
* | import lsattr and chattr from e2fsprogs | vapier | 2005-04-22 | 27 | -2/+2887 |
* | fix typoe (buildddir -> builddir) | vapier | 2005-04-21 | 1 | -3/+2 |
* | minor style touchups | vapier | 2005-04-16 | 1 | -8/+8 |
* | egor duda writes: | andersen | 2004-10-08 | 2 | -6/+12 |
* | Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few ... | bug1 | 2004-09-14 | 1 | -4/+4 |
* | Fixup some warnings | andersen | 2004-08-28 | 1 | -14/+20 |
* | Tito, farmatito at tiscali dot it writes: | andersen | 2004-08-03 | 2 | -2/+2 |
* | YAEGASHI Takeshi writes: | andersen | 2004-07-26 | 1 | -3/+5 |
* | Avoid a number of places where large drives could wrap a uint, and | andersen | 2004-06-28 | 1 | -33/+33 |
* | Kevin P. Fleming writes: | andersen | 2004-05-26 | 1 | -0/+2 |
* | Per suggestion from Bastian Blank, be less evil when we force fdisk to | andersen | 2004-05-26 | 2 | -9/+11 |
* | Use tab not space | andersen | 2004-05-26 | 1 | -20/+20 |