aboutsummaryrefslogtreecommitdiff
path: root/busybox.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Per a suggestion from Tom Oehser, fix up the leading-hyphen hack toandersen2001-06-211-5/+2
* Patch from larry to fix some grammar errors.andersen2001-05-231-1/+1
* Make the locale stuff only do the getpid==1 check if BB_INIT is definedandersen2001-05-131-1/+5
* Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>,andersen2001-05-071-4/+1
* Made new xreadlink function for libbb and changed applets to use it instead ofmarkw2001-04-301-14/+3
* Move messages.c to libbb. Make each string in messages.c be its own .o file.andersen2001-04-251-5/+0
* Apply Vladimir's latest cleanup patch.andersen2001-04-091-7/+16
* Make 'busybox --help' work as expected, closing bug #1139andersen2001-04-031-1/+1
* Force applet_name to be "sh" when command prefaced by "-"andersen2001-03-201-1/+1
* Patch from Vladimir to move struct applet from busybox.c to applets.c,andersen2001-03-191-5/+0
* Changed exit code from -1 to 0 when busybox is invoked with no args.markw2001-03-021-1/+1
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-8/+1
* Create find_applet_by_name function. Save 32 bytes.kraai2001-02-011-7/+4
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-311-1/+1
* Fix some formattingandersen2001-01-271-6/+5
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-0/+1
* more bugs fixed -- found doing regression testingandersen2001-01-241-32/+31
* Change calls to error_msg.* and strerror to use perror_msg.*.kraai2000-12-181-2/+2
* Rewrite argv munger.kraai2000-12-151-22/+11
* Forget to set final argv entry to NULL, breaking sh.c amoungandersen2000-12-091-0/+1
* when invoked as 'busybox foo args' remove the "busybox"andersen2000-12-081-4/+25
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-2/+2
* Patch from Larry Doolittle (with minor touchups from me so everything compilesandersen2000-11-301-0/+4
* Fix up builtin overrides, and hack in the binary search for findingandersen2000-11-171-8/+0
* Restore --help handling I mistakenly removed.kraai2000-10-251-1/+4
* Avoid reinventing the wheel (and thus save some space).kraai2000-10-251-26/+13
* Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary searchmarkw2000-10-251-366/+27
* Put getopt_usage where it belongs and added *_usage entries in busybox.[ch]markw2000-10-191-2/+2
* Added cmp and readlink applets from Matt Kraai.markw2000-10-091-0/+6
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-2/+2
* Fix from Matt Kraai for the to the "busybox --install prints out on STDERRandersen2000-09-251-14/+7
* Add in xargsandersen2000-09-221-0/+3
* Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.andersen2000-09-201-0/+9
* Added expr, from Edward Betts <edward@debian.org>, with some fixupsandersen2000-09-051-0/+3
* Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>.andersen2000-09-041-0/+3
* Fix compile when BB_FEATURE_LINUXRC is definedandersen2000-09-011-1/+1
* Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>.andersen2000-08-211-0/+3
* Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org>andersen2000-08-211-0/+3
* Add in the "reset" command.andersen2000-08-211-0/+3
* Minor fixups.andersen2000-08-191-1/+1
* Some #include updates.andersen2000-08-101-4/+4
* More sh updates (with related changes to everything else). Switchedandersen2000-07-281-3/+3
* Remove some noise.andersen2000-07-251-27/+0
* Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com>andersen2000-07-211-1/+5
* Centralize handling of --help.kraai2000-07-191-108/+110
* Funny. Head was getting installed to the wrong spot.andersen2000-07-191-1/+1
* New message added to messages.c: full_versionproski2000-07-171-2/+6
* Be more pedantic aboutthe terminating null applet.andersen2000-07-141-1/+1
* Use errorMsg rather than fprintf.kraai2000-07-141-2/+3