aboutsummaryrefslogtreecommitdiff
path: root/busybox.c
AgeCommit message (Expand)Author
2000-12-18Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai
2000-12-15Rewrite argv munger.Matt Kraai
2000-12-09Forget to set final argv entry to NULL, breaking sh.c amoungEric Andersen
2000-12-08when invoked as 'busybox foo args' remove the "busybox"Eric Andersen
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley
2000-11-30Patch from Larry Doolittle (with minor touchups from me so everything compilesEric Andersen
2000-11-17Fix up builtin overrides, and hack in the binary search for findingEric Andersen
2000-10-25Restore --help handling I mistakenly removed.Matt Kraai
2000-10-25Avoid reinventing the wheel (and thus save some space).Matt Kraai
2000-10-25Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary searchMark Whitley
2000-10-19Put getopt_usage where it belongs and added *_usage entries in busybox.[ch]Mark Whitley
2000-10-09Added cmp and readlink applets from Matt Kraai.Mark Whitley
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen
2000-09-25Fix from Matt Kraai for the to the "busybox --install prints out on STDERREric Andersen
2000-09-22Add in xargsEric Andersen
2000-09-20Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.Eric Andersen
2000-09-05Added expr, from Edward Betts <edward@debian.org>, with some fixupsEric 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-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-10Some #include updates.Eric Andersen
2000-07-28More sh updates (with related changes to everything else). SwitchedEric Andersen
2000-07-25Remove some noise.Eric Andersen
2000-07-21Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com>Eric Andersen
2000-07-19Centralize handling of --help.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-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