| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - provide central knob to turn off RPC related options. | Bernhard Reutner-Fischer | 2006-12-01 | 1 | -0/+1 |
* | build system overhaul | Denis Vlasenko | 2006-10-05 | 1 | -78/+78 |
* | mount: nfs mount should enable bb_error-to-syslog support | Denis Vlasenko | 2006-09-21 | 1 | -0/+1 |
* | nfsmount: nfsmount.h merged into nfsmount.c | Denis Vlasenko | 2006-09-10 | 1 | -1/+2 |
* | Vladimir Dronnikov also submitted a CIFS support patch to mount, which I | Rob Landley | 2006-09-01 | 1 | -0/+6 |
* | Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a | Rob Landley | 2006-08-08 | 1 | -1/+18 |
* | Add back in non-ifdef version of FEATURE_PRETTY_PRINT, and get the attribution | Rob Landley | 2006-07-27 | 1 | -0/+20 |
* | There's no excuse for adding new #ifdefs to the code like that. None at all. | Rob Landley | 2006-07-27 | 1 | -20/+0 |
* | allow people to display dmesg output without syslog levels | Mike Frysinger | 2006-07-27 | 1 | -0/+20 |
* | Upgrade mdev to allow commands to be run on create/delete. | Rob Landley | 2006-06-26 | 1 | -6/+21 |
* | - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -2/+2 |
* | More busting on legacy mtab support in the help text. | Rob Landley | 2006-05-08 | 1 | -1/+5 |
* | Patch from Robert P Day: let menuconfig indent stuff for us, we don't have | Rob Landley | 2006-04-13 | 1 | -19/+19 |
* | - shrink mkswap and make v0 support optional. Thanks also to Tito for his ideas. | Bernhard Reutner-Fischer | 2006-03-29 | 1 | -0/+10 |
* | Remove unneeded entries. | Rob Landley | 2006-03-20 | 1 | -10/+0 |
* | Patch from tito, acked by Bernhard Fischer. | Rob Landley | 2006-03-20 | 1 | -0/+10 |
* | add setarch/linux32/linux64 applet | Mike Frysinger | 2006-02-21 | 1 | -0/+9 |
* | Fix umount so it works if there's no /etc/mtab or /proc/mounts, make | Rob Landley | 2006-02-08 | 1 | -0/+7 |
* | alphabetical order and fix mdev comments about echo>/sys vs echo>/proc/sys | Mike Frysinger | 2006-02-02 | 1 | -34/+34 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -2/+2 |
* | Added /etc/mdev.conf support. Adds about 1.9k to mdev. | Rob Landley | 2005-12-17 | 1 | -1/+1 |
* | Nothing to see here. Move along. | Rob Landley | 2005-12-13 | 1 | -0/+30 |
* | Add a switch_root utility (like kconfig's utils/run_init.c, although not | Rob Landley | 2005-10-27 | 1 | -0/+22 |
* | Rename CONFIG_NFSMOUNT to CONFIG_FEATURE_MOUNT_NFS so allbaseconfig can | Rob Landley | 2005-10-08 | 1 | -1/+1 |
* | allow people to adjtime location | Mike Frysinger | 2005-09-28 | 1 | -0/+12 |
* | re-order a little for alphabetical | Mike Frysinger | 2005-09-24 | 1 | -14/+14 |
* | Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk | Rob Landley | 2005-08-10 | 1 | -35/+24 |
* | 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 | 1 | -17/+28 |
* | Add readprofile applet support. | Paul Mundt | 2005-05-20 | 1 | -0/+6 |
* | remove lsattr/chattr to prepare for a top level e2fsprogs dir with more stuff... | Mike Frysinger | 2005-04-23 | 1 | -12/+0 |
* | import lsattr and chattr from e2fsprogs | Mike Frysinger | 2005-04-22 | 1 | -1/+11 |
* | Do not select LFS | Eric Andersen | 2004-05-19 | 1 | -1/+0 |
* | Erik, | Eric Andersen | 2004-05-19 | 1 | -0/+8 |
* | 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 | 1 | -2/+1 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -5/+5 |
* | Andreas Mohr writes: | Eric Andersen | 2003-10-22 | 1 | -23/+22 |
* | Patch from vodz: | Eric Andersen | 2003-08-06 | 1 | -0/+10 |
* | There should be only one instance of CONFIG_FEATURE_AUTOWIDTH | Eric Andersen | 2003-07-26 | 1 | -14/+0 |
* | Don't depend on CONFIG_LFS. It is really a suggestion, not a requirement, | Eric Andersen | 2003-07-26 | 1 | -1/+0 |
* | Require that LFS is enabled to get fdisk | Eric Andersen | 2003-07-14 | 1 | -0/+1 |
* | Add the fdformat utility, based on a patch from Kent Robotti, | Eric Andersen | 2003-07-05 | 1 | -0/+6 |
* | Patch from Kent Robotti adding a bunch of menuconfig help | Eric Andersen | 2003-07-03 | 1 | -1/+1 |
* | Write all the help text for the util-linux utilities. Allow | Eric Andersen | 2003-02-27 | 1 | -34/+152 |
* | fdisk writable feature, allows compilation of a small fdisk that can | Glenn L McGrath | 2003-01-04 | 1 | -5/+13 |
* | Yet another major rework of the BusyBox config system, using the considerably | Eric Andersen | 2002-12-05 | 1 | -0/+232 |