aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
AgeCommit message (Collapse)Author
2005-12-13Nothing to see here. Move along.Rob Landley
Not buying it, eh? I know I said new features before 1.1, but, well... (I was weak!) The config file and hotplug modes aren't implemented yet. Might take a stab at those tomorrow. (I _should_ go back to focusing on the bug triage list.)
2005-12-06Tito is using broken kernel headers that pollute the namespace with everyRob Landley
CONFIG_ symbol in the kernel, and this clashes with busybox's CONFIG_TR and CONFIG_WATCHDOG, causing applets.h to barf if they're not switched on (since the broken headers don't affect kconfig or the makefiles). Since such broken kernel headers are common enough to crop up every few months, a simple work around is to move TR and WATCHDOG from CONFIG_ to ENABLE_ early.
2005-10-28- add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc.Bernhard Reutner-Fischer
Note that we leave the buggy CONFIG_* namespace now, so please fix any applet you thouch.
2005-10-28New applet, fuser, from Tony J. White. (Needs some cleanup.)Rob Landley
2005-10-27Add a switch_root utility (like kconfig's utils/run_init.c, although notRob Landley
actuall using any of that code). This is needed because pivot_root doesn't work right under initramfs. (See the menuconfig help.)
2005-09-24import the very fat e2fsck/fsck appletsMike Frysinger
2005-09-24make e2label and findfs optionalMike Frysinger
2005-09-21- add applet nohup(1)Bernhard Reutner-Fischer
2005-09-18First cleanup pass, from Rob Sullivan. More to be done...Rob Landley
2005-09-15New applet "less", from Rob Sullivan.Rob Landley
2005-09-12sysctl was seriously broken. And since in some cases 'CONFIG_SYSCTL'Eric Andersen
could be included into application space via the kernel config option of the same name, nasty compilation problems could result.
2005-08-20Bernhard Fischer provided a mountpoint(1) applet. This is apparently somethingRob Landley
sysvinit provides, and which is used by the debian init scripts.
2005-08-01commiting:Paul Fox
0000028 03-16-05 patch: new setsid applet
2005-08-01applying patch for bug 72:Paul Fox
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.
2005-08-01new config display applet, from bug 46. i've changed the namePaul Fox
of the applet from "config" to "bbconfig", and renamed the source filenames and symbols to match appropriately.
2005-07-19applying fix from;Paul Fox
0000092: looks like the initializer for .need_suid was missing.
2005-06-20Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could useRob Landley
some more work to shrink them down.
2005-06-11import initial fat mke2fsMike Frysinger
2005-06-11import tune2fs supportMike Frysinger
2005-05-20Add readprofile applet support.Paul Mundt
2005-05-11Small comm implementatin from Rob Sullivan. Needed to build perl.Rob Landley
2005-05-11import ether-wake applet by haveaniceday Bug 252Mike Frysinger
2005-05-11import eject by Peter Willis / Tito RagusaMike Frysinger
2005-04-30David Brownell submitted a new applet, zcip, based on RFC 3927. This isRob Landley
version 0418b. It compiled.
2005-04-23remove extra whitespaceMike Frysinger
2005-04-23stat implementation based upon coreutilsMike Frysinger
2005-04-22import lsattr and chattr from e2fsprogsMike Frysinger
2005-04-21printenv / sum definesMike Frysinger
2005-04-19fix whitespaceMike Frysinger
2005-04-17import fakeidentd module started by Thomas LundquistMike Frysinger
2005-04-14add aliases == and [[ for = and [ to support more bash scriptsMike Frysinger
2005-02-13Add 'nice' and replace 'renice' with a new implementation.Manuel Novoa III
2004-08-26The login applet should always be setuid rootEric Andersen
2004-05-26As discussed, drop minit, which was not being supported in busybox.Eric Andersen
People wishing to use minit can obtain it and obtain support from http://www.fefe.de/minit/
2004-04-06Seem not many people are using 'ipaddr' since it hasEric Andersen
never worked.... Most people use 'ip addr foo' I suppose.
2004-03-13Update docs for start_stop_daemon to match reality. UpdateEric Andersen
the reality a bit to better match debian behavior.
2004-01-27New applet, seq. No options, just the basics.Glenn L McGrath
2003-12-24Patch from Ned Ludd, solar at gentoo dot org:Eric Andersen
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.
2003-12-20New applet, rx, by Christopher HooverGlenn L McGrath
2003-12-20Kill off the loadacm applet. It is unused, unmaintainedEric Andersen
garbage leftover from before I started maintaining BusyBox. As the Klingon's like to say, Today is a good day to die. -Erik
2003-11-14NEW APPLET: pipe_progress, used by debian installerGlenn L McGrath
2003-10-09New applet, devfsd, by Matteo Croce and TitoGlenn L McGrath
2003-09-24Add the "install" applet, move get_ug_id to libbb as its used by chown,Glenn L McGrath
chgrp and install.
2003-08-29Vodz, last patch 105Glenn L McGrath
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.
2003-08-08Implement a minimalist 'last' which allows the LEAF project toEric Andersen
no longer need dumtp. Remove the 'dumtp' applet. -Erik
2003-07-22Remove the update utility, that is only relevant to older 2.0.x kernelsEric Andersen
that are no longer supported.
2003-07-22Very minor rdate updatesEric Andersen
2003-07-22Matteo Croce submitted a hdparm applet.Eric Andersen
2003-07-05Add the fdformat utility, based on a patch from Kent Robotti,Eric Andersen
but I then completely reworked the fdformat utility to comply with the current busybox way of doing things.
2003-06-22New applet: patch, applies a unified diffGlenn L McGrath