aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
AgeCommit message (Expand)Author
2006-08-20Michael Opdenacker contributed a readahead applet.Rob Landley
2006-08-06Teach md5sum and sha1sum to work the way other applets do so I don't have toRob Landley
2006-08-05scripts/individual now builds 171 applets. Some of them may even work. :)Rob Landley
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-06-30Revert taskset for 1.2.0. It emits a warning, breaks building under RH9,Rob Landley
2006-06-22CONFIG_DHCP -> CONFIG_APP_DHCP.Rob Landley
2006-06-07- add applet taskset to set/retrieve the CPU affinity of a processBernhard Reutner-Fischer
2006-06-02fix fdflish typo (reported by erik hovland)Paul Fox
2006-06-01The common case APPLET() macro only needs three arguments.Rob Landley
2006-05-31Add catv (separate applet instead of cat -v). Also cleanup cat.c comments,Rob Landley
2006-05-08add back in udhcp supportMike Frysinger
2006-05-07The udhcp was deleted from busybox in 14634. Bolting an external project toRob Landley
2006-05-06fix udhcp againMike Frysinger
2006-05-05Patch from Dennis Vlasenko simplifying the APPLET macros.Rob Landley
2006-05-04It was sitting there, in the patches directory, for years. It was delete itRob Landley
2006-04-27Patch from Dennis Vlasenko to add the option to compress help text.Rob Landley
2006-04-18New applet cksum, from Rob Sullivan.Rob Landley
2006-04-18- enable dumpleases applet again; bad robBernhard Reutner-Fischer
2006-04-17enable udhcp applets again; bad robMike Frysinger
2006-04-10Patch from Tito to unify deluser and delgroup, and generally shrink code.Rob Landley
2006-04-06- new applet diff. Rob Sullivan writes:Bernhard Reutner-Fischer
2006-03-27setlogcons, from Jan Kaszka.Rob Landley
2006-03-20Cleanup: remove double quotes that don't seem to be needed.Rob Landley
2006-03-14Tito unified fdflush and freeramdisk. I tweaked the result a bit.Rob Landley
2006-02-23Convert all the applets from #include to USE(). Had to fix some nonstandardRob Landley
2006-02-22fix applet orderMike Frysinger
2006-02-21add setarch/linux32/linux64 appletMike Frysinger
2006-01-30Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options.Rob Landley
2006-01-25new applet. Thanks Roberto A. Foglietta"Vladimir N. Oleynik"
2006-01-20Patch from Aurelien Jacobs to add unlzma. (A new decompression type,Rob Landley
2005-12-13Nothing to see here. Move along.Rob Landley
2005-12-06Tito is using broken kernel headers that pollute the namespace with everyRob Landley
2005-10-28- add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc.Bernhard Reutner-Fischer
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
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
2005-08-20Bernhard Fischer provided a mountpoint(1) applet. This is apparently somethingRob Landley
2005-08-01commiting:Paul Fox
2005-08-01applying patch for bug 72:Paul Fox
2005-08-01new config display applet, from bug 46. i've changed the namePaul Fox
2005-07-19applying fix from;Paul Fox
2005-06-20Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could useRob Landley
2005-06-11import initial fat mke2fsMike Frysinger
2005-06-11import tune2fs supportMike Frysinger
2005-05-20Add readprofile applet support.Paul Mundt