aboutsummaryrefslogtreecommitdiff
path: root/applets
AgeCommit message (Expand)Author
2000-09-05Added expr, from Edward Betts <edward@debian.org>, with some fixupsEric Andersen
2000-09-04Forgot this part of wgetEric Andersen
2000-09-04Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>.Eric Andersen
2000-09-01Fix compile when BB_FEATURE_LINUXRC is definedEric Andersen
2000-09-01updated some usage info from a patch from robotti@metconnect.comEric Andersen
2000-08-25ar.c now uses a linked list to process headers, uses getopt, new internal fun...Glenn L McGrath
2000-08-25Fix tab stops for sed usage.Eric Andersen
2000-08-21Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>.Eric Andersen
2000-08-21Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org>Eric Andersen
2000-08-21Add in the "reset" command.Eric Andersen
2000-08-19Minor fixups.Eric Andersen
2000-08-11Better 'mt' docs, thanks to Kent Robotti <robotti@metconnect.com>Eric Andersen
2000-08-10Some #include updates.Eric Andersen
2000-08-02Merge in two patches from Dave Cinege:Eric Andersen
2000-08-02Update to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net>Eric Andersen
2000-07-28Disabled debugging outputPavel Roskin
2000-07-28More sh updates (with related changes to everything else). SwitchedEric Andersen
2000-07-25Remove some noise.Eric Andersen
2000-07-25Clean up $1=$prefixEric Andersen
2000-07-21Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com>Eric Andersen
2000-07-21Fixed usage info for "cut"Pavel Roskin
2000-07-20Took -V out of the sed_usage string.Mark Whitley
2000-07-20* syslogd can now log messages to a remote host -- patch thanksEric Andersen
2000-07-20Adjusted install.sh to use relative symlinks, and to optionallyEric Andersen
2000-07-19Centralize handling of --help.Matt Kraai
2000-07-19Added some missing declarations and fixed some typos. I have toMatt Kraai
2000-07-19Add usage messages for applets without them.Matt Kraai
2000-07-19Funny. Head was getting installed to the wrong spot.Eric Andersen
2000-07-17New message added to messages.c: full_versionPavel Roskin
2000-07-16Extract usage information into a separate file.Matt Kraai
2000-07-14Be more pedantic aboutthe terminating null applet.Eric Andersen
2000-07-14Use errorMsg rather than fprintf.Matt Kraai
2000-07-12The applet name isn't constant.Matt Kraai
2000-07-11Added applet_name to contain the applet name.Matt Kraai
2000-07-11Added 'dumpkmap' to allow people to dump a binary keymap, which can then beEric Andersen
2000-07-07Removed sfdisk from BusyBox. It was buggy, fat, and we really couldn'tEric Andersen
2000-07-06Remove leftovers of block_device, which disapperared aroundEric Andersen
2000-06-29Added support for being a login shell, so things like '-su' or '-sh' (stuffEric Andersen
2000-06-28= minor formatting issuesJohn Beppu
2000-06-28+ busybox --install [-s]John Beppu
2000-06-27+ s/int install_links/static int install_links/John Beppu
2000-06-27+ littering my code w/ comments about what troubles me.John Beppu
2000-06-27+ busybox --install [-s]John Beppu
2000-06-21Removed all vestiges of "math"Pavel Roskin
2000-06-21+ added dc (aka the function formerly known as math)John Beppu
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen
2000-06-13Add new apps md5sum uudecode uuencode, fix some minor formatting things.Eric Andersen
2000-06-02A number of additional fixed from Pavel Roskin, note some more bugs in theEric Andersen
2000-05-19More libc portability updates, add in the website (which has not beenErik Andersen
2000-05-13BusyBox shell (lash) can now be used as a standalone shell whenErik Andersen