summaryrefslogtreecommitdiff
path: root/busybox.c
Commit message (Expand)AuthorAgeFilesLines
* Create find_applet_by_name function. Save 32 bytes.Matt Kraai2001-02-011-7/+4
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-1/+1
* Fix some formattingEric Andersen2001-01-271-6/+5
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+1
* more bugs fixed -- found doing regression testingEric Andersen2001-01-241-32/+31
* Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai2000-12-181-2/+2
* Rewrite argv munger.Matt Kraai2000-12-151-22/+11
* Forget to set final argv entry to NULL, breaking sh.c amoungEric Andersen2000-12-091-0/+1
* when invoked as 'busybox foo args' remove the "busybox"Eric Andersen2000-12-081-4/+25
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-2/+2
* Patch from Larry Doolittle (with minor touchups from me so everything compilesEric Andersen2000-11-301-0/+4
* Fix up builtin overrides, and hack in the binary search for findingEric Andersen2000-11-171-8/+0
* Restore --help handling I mistakenly removed.Matt Kraai2000-10-251-1/+4
* Avoid reinventing the wheel (and thus save some space).Matt Kraai2000-10-251-26/+13
* Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary searchMark Whitley2000-10-251-366/+27
* Put getopt_usage where it belongs and added *_usage entries in busybox.[ch]Mark Whitley2000-10-191-2/+2
* Added cmp and readlink applets from Matt Kraai.Mark Whitley2000-10-091-0/+6
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-2/+2
* Fix from Matt Kraai for the to the "busybox --install prints out on STDERREric Andersen2000-09-251-14/+7
* Add in xargsEric Andersen2000-09-221-0/+3
* Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.Eric Andersen2000-09-201-0/+9
* Added expr, from Edward Betts <edward@debian.org>, with some fixupsEric Andersen2000-09-051-0/+3
* Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>.Eric Andersen2000-09-041-0/+3
* Fix compile when BB_FEATURE_LINUXRC is definedEric Andersen2000-09-011-1/+1
* Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>.Eric Andersen2000-08-211-0/+3
* Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org>Eric Andersen2000-08-211-0/+3
* Add in the "reset" command.Eric Andersen2000-08-211-0/+3
* Minor fixups.Eric Andersen2000-08-191-1/+1
* Some #include updates.Eric Andersen2000-08-101-4/+4
* More sh updates (with related changes to everything else). SwitchedEric Andersen2000-07-281-3/+3
* Remove some noise.Eric Andersen2000-07-251-27/+0
* Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com>Eric Andersen2000-07-211-1/+5
* Centralize handling of --help.Matt Kraai2000-07-191-108/+110
* Funny. Head was getting installed to the wrong spot.Eric Andersen2000-07-191-1/+1
* New message added to messages.c: full_versionPavel Roskin2000-07-171-2/+6
* Be more pedantic aboutthe terminating null applet.Eric Andersen2000-07-141-1/+1
* Use errorMsg rather than fprintf.Matt Kraai2000-07-141-2/+3
* The applet name isn't constant.Matt Kraai2000-07-121-1/+1
* Added applet_name to contain the applet name.Matt Kraai2000-07-111-5/+5
* Added 'dumpkmap' to allow people to dump a binary keymap, which can then beEric Andersen2000-07-111-0/+3
* Removed sfdisk from BusyBox. It was buggy, fat, and we really couldn'tEric Andersen2000-07-071-3/+0
* Remove leftovers of block_device, which disapperared aroundEric Andersen2000-07-061-3/+0
* Added support for being a login shell, so things like '-su' or '-sh' (stuffEric Andersen2000-06-291-0/+7
* = minor formatting issuesJohn Beppu2000-06-281-21/+20
* + busybox --install [-s]John Beppu2000-06-281-9/+38
* + s/int install_links/static int install_links/John Beppu2000-06-271-1/+1
* + littering my code w/ comments about what troubles me.John Beppu2000-06-271-1/+6
* + busybox --install [-s]John Beppu2000-06-271-0/+74
* Removed all vestiges of "math"Pavel Roskin2000-06-211-3/+0
* + added dc (aka the function formerly known as math)John Beppu2000-06-211-0/+3