summaryrefslogtreecommitdiff
path: root/include/busybox.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* Make sure stdlib.h is always included before dmalloc.h to avoid problemsManuel Novoa III2004-02-051-0/+1
* Patch from Bastian Blank, allow the buildtime to be overriden with aGlenn L McGrath2004-01-131-0/+4
* Remove remaining libc5 support codeEric Andersen2003-07-221-11/+6
* Patch from mathuria, compatability with solarisGlenn L McGrath2003-02-081-0/+2
* Remove unwanted comments, run through indentGlenn L McGrath2002-08-221-11/+10
* Implement two types of suid/sgid support for BusyBox:Robert Griebl2002-06-041-2/+10
* Try to pull in PATH_MAX properlyEric Andersen2002-03-161-0/+4
* If PATH_MAX isn't defined, define it outselvesEric Andersen2002-01-261-1/+3
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-14/+14
* Add a RELEASE_BB_BUFFER macro and use it to fix a memory leak in syslogd.cMatt Kraai2001-07-191-0/+3
* Move applet_name declaration from busybox.h to libbb.h.Matt Kraai2001-04-241-2/+0
* Applied patch from Larry Doolittle to give users the third option of puttingMark Whitley2001-04-201-0/+5
* Use date -u instead of date --utc and consolidate version string.Matt Kraai2001-04-121-0/+2
* In fact, socklen_t *is* defined by libc5.Mark Whitley2001-03-271-6/+0
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-180/+13
* Amazing the difference between an "and" and an "or".Eric Andersen2001-03-141-1/+2
* Some updates for libc5Eric Andersen2001-03-141-0/+8
* Applied patch from Christophe Boyanique to add -i support to rm.Mark Whitley2001-03-131-0/+4
* Applied patch from Gennady Feldman to split up syslogd.c into syslogd andMark Whitley2001-03-121-0/+5
* Add in 'trim' routine. Fix up sh.c so it works when wordexpEric Andersen2001-03-081-0/+1
* Changed KILOBYTE, MEGABYTE, and GIGABYTE from #define to enum.Mark Whitley2001-03-071-3/+5
* Some minor cleanups to df.c. Also, with Erik's blessing, changed name ofMark Whitley2001-03-071-1/+1
* Applied patch from David Douthitt to fix build error in df.c whenMark Whitley2001-03-011-1/+1
* Patch from Vladimir N. Oleynik to save 128 bytes by moving errorEric Andersen2001-02-271-3/+3
* Turn off the printf attribute for the ?error_msg* functions, since itEric Andersen2001-02-221-4/+4
* Another update to the way usage messages are done by Evin RobertsonEric Andersen2001-02-221-7/+0
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-2/+9
* Add in ifconfig and routeEric Andersen2001-02-141-0/+1
* Several cleanups from Manuel Novoa III.Eric Andersen2001-02-141-1/+1
* Make suffix_mult structures const. Thanks to Vladimir N. Oleynik.Matt Kraai2001-02-051-1/+2
* Create find_applet_by_name function. Save 32 bytes.Matt Kraai2001-02-011-1/+1
* Fix wget error message and add (and use) chomp library function.Matt Kraai2001-02-011-0/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-31/+1
* Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.Eric Andersen2001-01-251-0/+8
* Add HUMAN_READABLE define for -m and -h support in du, df, and lsRichard June2001-01-221-0/+7
* Better dmalloc handlingEric Andersen2001-01-021-5/+5
* Fix tar handling of absolute paths and excluded directories.Matt Kraai2000-12-191-0/+1
* Rewrote dd.Matt Kraai2000-12-181-0/+7
* Rewrite nc to be simpler, smaller, and to check syscalls for errors.Matt Kraai2000-12-151-0/+1
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-18/+18
* Removed isBlank and isWildCard macros that were totally unused (should anyoneMark Whitley2000-12-051-5/+2
* Fixed the comments to match the code and renamed the function to a (hopefully)Mark Whitley2000-12-051-1/+1
* Flag day warning!Eric Andersen2000-12-041-2/+2
* Remove #ifdef __STDC__ junk. We don't do K&R round these parts,Eric Andersen2000-12-011-2/+1
* Patch from Larry Doolittle (with minor touchups from me so everything compilesEric Andersen2000-11-301-236/+11
* Apply a patch fromkent robotti:Eric Andersen2000-11-291-2/+2
* "I will always compile before I commit."Eric Andersen2000-11-171-0/+3
* Fix up builtin overrides, and hack in the binary search for findingEric Andersen2000-11-171-0/+2
* Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSEMatt Kraai2000-10-251-0/+1