aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewandersen2001-04-051-0/+1
| | | | | | | | | shadowed variables. Move (almost) all syscalls to libbb/syscalls.c, so I can handle them sanely and all at once. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2250 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Seems that stupid libc5 doesn't implement daemon(), so conditionallyandersen2001-04-041-0/+2
| | | | | | | | inclde that here. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2242 69ca8d6d-28ef-0310-b511-8ec308f3f277
* I said no new features till after the 0.51 release. Well, I lied. This is aandersen2001-04-042-0/+10
| | | | | | | | vi editor for busybox, contributed by Sterling Huxley <sterling@europa.com>. It adds 22k to the busybox binary when enabled. Quite impressive! git-svn-id: svn://busybox.net/trunk/busybox@2240 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A patch from Matt Kraai that adds a new 'shutdown' action to busybox init. Nowandersen2001-04-031-6/+15
| | | | | | | | you can specify an arbitrary behavior for 'ctrlaltdel' without that behavior needing to be a reboot. git-svn-id: svn://busybox.net/trunk/busybox@2232 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move the mtab support stuff into libbbandersen2001-04-011-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2229 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in a new standalone env applet for fixing up app's environmentsandersen2001-03-292-0/+12
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2224 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from David Douthitt to re-add -print option to find.markw2001-03-281-0/+1
| | | | | | | Closes bug #1144. git-svn-id: svn://busybox.net/trunk/busybox@2218 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch bass ackwards behavior of hr flag.kraai2001-03-281-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2216 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Change BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_USAGE (per bug #1130).kraai2001-03-271-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2206 69ca8d6d-28ef-0310-b511-8ec308f3f277
* In fact, socklen_t *is* defined by libc5.markw2001-03-271-6/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2200 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added adjtimex applet from Larry Doolittle.markw2001-03-202-0/+16
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2174 69ca8d6d-28ef-0310-b511-8ec308f3f277
* chown was missing a ] in its usage msgandersen2001-03-201-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2164 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Vladimir to move struct applet from busybox.c to applets.c,andersen2001-03-191-3/+0
| | | | | | | which looks like the right place for such things to live. git-svn-id: svn://busybox.net/trunk/busybox@2148 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Split error messages into separate files.andersen2001-03-191-2/+6
| | | | | | | | | Update libbb.h, per suggestion from Vladimir, to include __attribute__((format (printf ...))) stuff -Erik git-svn-id: svn://busybox.net/trunk/busybox@2145 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Stupid thinko. egrep tried to call init. Sigh. Fix from Christophe Boyaniqueandersen2001-03-161-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2124 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Convert utility.c into libbb.a. It is now a whole pile of .candersen2001-03-162-180/+222
| | | | | | | | files. Clean up the resulting damage and fix up the makefile. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2123 69ca8d6d-28ef-0310-b511-8ec308f3f277
* There was an unwanted extra newline, which prevented buildingandersen2001-03-161-1/+1
| | | | | | | | uudecode. How did this sneak through the testing until now? -Erik git-svn-id: svn://busybox.net/trunk/busybox@2120 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix egrepandersen2001-03-151-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2110 69ca8d6d-28ef-0310-b511-8ec308f3f277
* One tinly, little, missing newline that confused Pod.markw2001-03-151-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2108 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix linuxrc defineandersen2001-03-151-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2092 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update the documentation so examples are autoincluded in the output text.andersen2001-03-152-13/+522
| | | | | | | | Fix up docs/busybox.pod with the latest autogenerated output. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2088 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Christophe Boyanique to add an egrep alias for grep.markw2001-03-142-0/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2077 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Amazing the difference between an "and" and an "or".andersen2001-03-141-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2068 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some updates for libc5andersen2001-03-141-0/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2064 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Christophe Boyanique to add -i support to rm.markw2001-03-132-0/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2053 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Gennady Feldman to split up syslogd.c into syslogd andmarkw2001-03-123-8/+26
| | | | | | | klogd (as it should be). git-svn-id: svn://busybox.net/trunk/busybox@2048 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Adjust ifconfig usage message for selected options and current functionality.mjn32001-03-121-6/+23
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2040 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in 'trim' routine. Fix up sh.c so it works when wordexpandersen2001-03-081-0/+1
| | | | | | | | is not available. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2015 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Changed KILOBYTE, MEGABYTE, and GIGABYTE from #define to enum.markw2001-03-071-3/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2002 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some minor cleanups to df.c. Also, with Erik's blessing, changed name ofmarkw2001-03-071-1/+1
| | | | | | | 'format' function to 'make_human_readable_str'. git-svn-id: svn://busybox.net/trunk/busybox@2001 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added Magnus Damm's tftp applet to Busybox.markw2001-03-022-0/+27
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1953 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from David Douthitt to fix build error in df.c whenmarkw2001-03-011-1/+1
| | | | | | | BB_FEATURE_HUMAN_READABLE was disabled. git-svn-id: svn://busybox.net/trunk/busybox@1949 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Vladimir N. Oleynik to save 128 bytes by moving errorandersen2001-02-271-3/+3
| | | | | | | checking for some my_* functions to utility.c git-svn-id: svn://busybox.net/trunk/busybox@1940 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The usage message for syslogd had stuff longer then 80 chars and wrapped.andersen2001-02-241-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1927 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Another usage cleanup from kent robottiandersen2001-02-231-8/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1921 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More cleanupsandersen2001-02-231-17/+19
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1917 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make HUMAN_READABLE be single argument like the others.andersen2001-02-231-9/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1914 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More usage cleanups from kent robotti. I know some of these wereandersen2001-02-231-39/+39
| | | | | | | applied previously but apparently lost with some of the latest changes. git-svn-id: svn://busybox.net/trunk/busybox@1912 69ca8d6d-28ef-0310-b511-8ec308f3f277
* space after \ make preprocessor saddwhedon2001-02-231-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1905 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Somewhere along the line, MAKE_LINKS got broken, thereby breakingandersen2001-02-231-0/+4
| | | | | | | 'make install'. Fix that. git-svn-id: svn://busybox.net/trunk/busybox@1899 69ca8d6d-28ef-0310-b511-8ec308f3f277
* I should be more careful...andersen2001-02-231-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1892 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Turn off the printf attribute for the ?error_msg* functions, since itandersen2001-02-221-4/+4
| | | | | | | | | is ok to pass them a NULL, unlike printf. This silences a pointless warning message. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1891 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in kent robotti's updated dos2unix.candersen2001-02-221-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1890 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Commit a few updates to the usage messages.andersen2001-02-221-94/+73
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1888 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Another update to the way usage messages are done by Evin Robertsonandersen2001-02-223-1772/+881
| | | | | | | | | <nitfol@my-deja.com>, which makes things just a little bit smaller, but makes usage.h more readable/maintainable IMHO. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1879 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A bunch of usage clenups from kent robotti <robotti@metconnect.com>andersen2001-02-171-22/+21
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1848 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Do usage messages the same way all other apps fo them.andersen2001-02-161-0/+12
| | | | | | | | | Skip printing of available options (can't do this easily). Based on a patch by Larry Doolittle. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1836 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fins find message.andersen2001-02-141-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1807 69ca8d6d-28ef-0310-b511-8ec308f3f277
* I forgot to add usage.h, so here it is, with a few extra cleanups.andersen2001-02-141-0/+2038
| | | | | | | | | | Also update show_usage to handle the updated usage.h. Again, nearly all the work to get usage.h into shape was done by Manuel Novoa III. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1806 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-142-138/+159
| | | | | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. git-svn-id: svn://busybox.net/trunk/busybox@1805 69ca8d6d-28ef-0310-b511-8ec308f3f277