aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split error messages into separate files.andersen2001-03-191-2/+6
* Stupid thinko. egrep tried to call init. Sigh. Fix from Christophe Boyaniqueandersen2001-03-161-1/+1
* Convert utility.c into libbb.a. It is now a whole pile of .candersen2001-03-162-180/+222
* There was an unwanted extra newline, which prevented buildingandersen2001-03-161-1/+1
* Fix egrepandersen2001-03-151-1/+1
* One tinly, little, missing newline that confused Pod.markw2001-03-151-0/+1
* Fix linuxrc defineandersen2001-03-151-1/+1
* Update the documentation so examples are autoincluded in the output text.andersen2001-03-152-13/+522
* Applied patch from Christophe Boyanique to add an egrep alias for grep.markw2001-03-142-0/+6
* Amazing the difference between an "and" and an "or".andersen2001-03-141-1/+2
* Some updates for libc5andersen2001-03-141-0/+8
* Applied patch from Christophe Boyanique to add -i support to rm.markw2001-03-132-0/+10
* Applied patch from Gennady Feldman to split up syslogd.c into syslogd andmarkw2001-03-123-8/+26
* Adjust ifconfig usage message for selected options and current functionality.mjn32001-03-121-6/+23
* Add in 'trim' routine. Fix up sh.c so it works when wordexpandersen2001-03-081-0/+1
* Changed KILOBYTE, MEGABYTE, and GIGABYTE from #define to enum.markw2001-03-071-3/+5
* Some minor cleanups to df.c. Also, with Erik's blessing, changed name ofmarkw2001-03-071-1/+1
* Added Magnus Damm's tftp applet to Busybox.markw2001-03-022-0/+27
* Applied patch from David Douthitt to fix build error in df.c whenmarkw2001-03-011-1/+1
* Patch from Vladimir N. Oleynik to save 128 bytes by moving errorandersen2001-02-271-3/+3
* The usage message for syslogd had stuff longer then 80 chars and wrapped.andersen2001-02-241-2/+2
* Another usage cleanup from kent robottiandersen2001-02-231-8/+10
* More cleanupsandersen2001-02-231-17/+19
* Make HUMAN_READABLE be single argument like the others.andersen2001-02-231-9/+10
* More usage cleanups from kent robotti. I know some of these wereandersen2001-02-231-39/+39
* space after \ make preprocessor saddwhedon2001-02-231-1/+1
* Somewhere along the line, MAKE_LINKS got broken, thereby breakingandersen2001-02-231-0/+4
* I should be more careful...andersen2001-02-231-1/+1
* Turn off the printf attribute for the ?error_msg* functions, since itandersen2001-02-221-4/+4
* Add in kent robotti's updated dos2unix.candersen2001-02-221-1/+1
* Commit a few updates to the usage messages.andersen2001-02-221-94/+73
* Another update to the way usage messages are done by Evin Robertsonandersen2001-02-223-1772/+881
* A bunch of usage clenups from kent robotti <robotti@metconnect.com>andersen2001-02-171-22/+21
* Do usage messages the same way all other apps fo them.andersen2001-02-161-0/+12
* Fins find message.andersen2001-02-141-2/+2
* I forgot to add usage.h, so here it is, with a few extra cleanups.andersen2001-02-141-0/+2038
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-142-138/+159
* Commit Vladimir's latest version of stty.c. Nice work.andersen2001-02-141-0/+3
* Add in ifconfig and routeandersen2001-02-142-0/+7
* Several cleanups from Manuel Novoa III.andersen2001-02-141-1/+1
* Apply a patch from Evin Robertson -- new pivot_root applet.andersen2001-02-131-0/+3
* New applet: dpkgbug12001-02-101-0/+3
* Make suffix_mult structures const. Thanks to Vladimir N. Oleynik.kraai2001-02-051-1/+2
* Create find_applet_by_name function. Save 32 bytes.kraai2001-02-011-1/+1
* Fix wget error message and add (and use) chomp library function.kraai2001-02-011-0/+1
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-273-70/+19
* Add in a patch to make busybox use the normal pwd.h and grp.handersen2001-01-272-0/+98
* Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.andersen2001-01-251-0/+8
* Add in spoon's watchdog timer app.andersen2001-01-251-0/+3
* Add HUMAN_READABLE define for -m and -h support in du, df, and lsrjune2001-01-221-0/+7