Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | New applet, fuser, from Tony J. White. (Needs some cleanup.) | Rob Landley | 2005-10-28 | 1 | -0/+3 | |
| | ||||||
* | Add a switch_root utility (like kconfig's utils/run_init.c, although not | Rob Landley | 2005-10-27 | 1 | -0/+3 | |
| | | | | | actuall using any of that code). This is needed because pivot_root doesn't work right under initramfs. (See the menuconfig help.) | |||||
* | import the very fat e2fsck/fsck applets | Mike Frysinger | 2005-09-24 | 1 | -0/+10 | |
| | ||||||
* | make e2label and findfs optional | Mike Frysinger | 2005-09-24 | 1 | -2/+2 | |
| | ||||||
* | - add applet nohup(1) | Bernhard Reutner-Fischer | 2005-09-21 | 1 | -0/+3 | |
| | ||||||
* | First cleanup pass, from Rob Sullivan. More to be done... | Rob Landley | 2005-09-18 | 1 | -3/+3 | |
| | ||||||
* | New applet "less", from Rob Sullivan. | Rob Landley | 2005-09-15 | 1 | -0/+3 | |
| | ||||||
* | sysctl was seriously broken. And since in some cases 'CONFIG_SYSCTL' | Eric Andersen | 2005-09-12 | 1 | -1/+1 | |
| | | | | | could be included into application space via the kernel config option of the same name, nasty compilation problems could result. | |||||
* | Bernhard Fischer provided a mountpoint(1) applet. This is apparently something | Rob Landley | 2005-08-20 | 1 | -0/+3 | |
| | | | | sysvinit provides, and which is used by the debian init scripts. | |||||
* | commiting: | Paul Fox | 2005-08-01 | 1 | -0/+3 | |
| | | | | | 0000028 03-16-05 patch: new setsid applet | |||||
* | applying patch for bug 72: | Paul Fox | 2005-08-01 | 1 | -0/+3 | |
| | | | | | | 0000072: Add applet to redirect console output via ioctl(..., TIOCCONS) applet name changed to setconsole, since suse has a very similar utility. better to treat differences as bugs than invent a new command. | |||||
* | new config display applet, from bug 46. i've changed the name | Paul Fox | 2005-08-01 | 1 | -0/+3 | |
| | | | | | of the applet from "config" to "bbconfig", and renamed the source filenames and symbols to match appropriately. | |||||
* | applying fix from; | Paul Fox | 2005-07-19 | 1 | -1/+1 | |
| | | | | | 0000092: looks like the initializer for .need_suid was missing. | |||||
* | Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could use | Rob Landley | 2005-06-20 | 1 | -0/+6 | |
| | | | | some more work to shrink them down. | |||||
* | import initial fat mke2fs | Mike Frysinger | 2005-06-11 | 1 | -0/+7 | |
| | ||||||
* | import tune2fs support | Mike Frysinger | 2005-06-11 | 1 | -0/+9 | |
| | ||||||
* | Add readprofile applet support. | Paul Mundt | 2005-05-20 | 1 | -0/+3 | |
| | ||||||
* | Small comm implementatin from Rob Sullivan. Needed to build perl. | Rob Landley | 2005-05-11 | 1 | -0/+3 | |
| | ||||||
* | import ether-wake applet by haveaniceday Bug 252 | Mike Frysinger | 2005-05-11 | 1 | -0/+3 | |
| | ||||||
* | import eject by Peter Willis / Tito Ragusa | Mike Frysinger | 2005-05-11 | 1 | -0/+3 | |
| | ||||||
* | David Brownell submitted a new applet, zcip, based on RFC 3927. This is | Rob Landley | 2005-04-30 | 1 | -0/+3 | |
| | | | | | | version 0418b. It compiled. | |||||
* | remove extra whitespace | Mike Frysinger | 2005-04-23 | 1 | -2/+2 | |
| | ||||||
* | stat implementation based upon coreutils | Mike Frysinger | 2005-04-23 | 1 | -0/+3 | |
| | ||||||
* | import lsattr and chattr from e2fsprogs | Mike Frysinger | 2005-04-22 | 1 | -0/+6 | |
| | ||||||
* | printenv / sum defines | Mike Frysinger | 2005-04-21 | 1 | -0/+6 | |
| | ||||||
* | fix whitespace | Mike Frysinger | 2005-04-19 | 1 | -23/+23 | |
| | ||||||
* | import fakeidentd module started by Thomas Lundquist | Mike Frysinger | 2005-04-17 | 1 | -0/+3 | |
| | ||||||
* | add aliases == and [[ for = and [ to support more bash scripts | Mike Frysinger | 2005-04-14 | 1 | -0/+1 | |
| | ||||||
* | Add 'nice' and replace 'renice' with a new implementation. | Manuel Novoa III | 2005-02-13 | 1 | -0/+3 | |
| | ||||||
* | The login applet should always be setuid root | Eric Andersen | 2004-08-26 | 1 | -1/+1 | |
| | ||||||
* | As discussed, drop minit, which was not being supported in busybox. | Eric Andersen | 2004-05-26 | 1 | -9/+0 | |
| | | | | | People wishing to use minit can obtain it and obtain support from http://www.fefe.de/minit/ | |||||
* | Seem not many people are using 'ipaddr' since it has | Eric Andersen | 2004-04-06 | 1 | -1/+1 | |
| | | | | never worked.... Most people use 'ip addr foo' I suppose. | |||||
* | Update docs for start_stop_daemon to match reality. Update | Eric Andersen | 2004-03-13 | 1 | -1/+1 | |
| | | | | the reality a bit to better match debian behavior. | |||||
* | New applet, seq. No options, just the basics. | Glenn L McGrath | 2004-01-27 | 1 | -1/+3 | |
| | ||||||
* | Patch from Ned Ludd, solar at gentoo dot org: | Eric Andersen | 2003-12-24 | 1 | -0/+3 | |
| | | | | | | | | I had previously provided you with a patch to help complete busybox's props suite, but have heard no word back. Sense then I've made use of as many of busybox's native API settings as I could find and would really love for you to include support for this. If there is something more I need to do to get this supported added in please let me know. | |||||
* | New applet, rx, by Christopher Hoover | Glenn L McGrath | 2003-12-20 | 1 | -0/+3 | |
| | ||||||
* | Kill off the loadacm applet. It is unused, unmaintained | Eric Andersen | 2003-12-20 | 1 | -3/+0 | |
| | | | | | | garbage leftover from before I started maintaining BusyBox. As the Klingon's like to say, Today is a good day to die. -Erik | |||||
* | NEW APPLET: pipe_progress, used by debian installer | Glenn L McGrath | 2003-11-14 | 1 | -0/+3 | |
| | ||||||
* | New applet, devfsd, by Matteo Croce and Tito | Glenn L McGrath | 2003-10-09 | 1 | -0/+3 | |
| | ||||||
* | Add the "install" applet, move get_ug_id to libbb as its used by chown, | Glenn L McGrath | 2003-09-24 | 1 | -0/+3 | |
| | | | | chgrp and install. | |||||
* | Vodz, last patch 105 | Glenn L McGrath | 2003-08-29 | 1 | -1/+1 | |
| | | | | | | Busybox "mount" applet unsupport "user" option and result: must have _BB_SUID_NEVER applet option (my bug). Last patch have reducing 216 bytes for "su" applet also. | |||||
* | Implement a minimalist 'last' which allows the LEAF project to | Eric Andersen | 2003-08-08 | 1 | -3/+3 | |
| | | | | | no longer need dumtp. Remove the 'dumtp' applet. -Erik | |||||
* | Remove the update utility, that is only relevant to older 2.0.x kernels | Eric Andersen | 2003-07-22 | 1 | -3/+0 | |
| | | | | that are no longer supported. | |||||
* | Very minor rdate updates | Eric Andersen | 2003-07-22 | 1 | -1/+1 | |
| | ||||||
* | Matteo Croce submitted a hdparm applet. | Eric Andersen | 2003-07-22 | 1 | -0/+3 | |
| | ||||||
* | Add the fdformat utility, based on a patch from Kent Robotti, | Eric Andersen | 2003-07-05 | 1 | -0/+3 | |
| | | | | | but I then completely reworked the fdformat utility to comply with the current busybox way of doing things. | |||||
* | New applet: patch, applies a unified diff | Glenn L McGrath | 2003-06-22 | 1 | -0/+3 | |
| | ||||||
* | Vodz, last_patch_88 | Glenn L McGrath | 2003-06-10 | 1 | -6/+6 | |
| | ||||||
* | minit, a Minimal init system. | Glenn L McGrath | 2003-05-11 | 1 | -0/+9 | |
| | ||||||
* | New applet, fold | Glenn L McGrath | 2003-04-27 | 1 | -0/+3 | |
| |