summaryrefslogtreecommitdiff
path: root/include/busybox.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | compliant with the style guide. Everybody rebuild your tags file!
* Removed isBlank and isWildCard macros that were totally unused (should anyoneMark Whitley2000-12-051-5/+2
| | | | | need isBlank, please use isblank() in ctype.h). Converted isDecimal and isOctal into inline functions. Compiled, tested, worked.
* Fixed the comments to match the code and renamed the function to a (hopefully)Mark Whitley2000-12-051-1/+1
| | | | more descriptive name, and as per the style guide.
* Flag day warning!Eric Andersen2000-12-041-2/+2
| | | | | Change TRUE and FALSE defines to normal C style TRUE=1, FALSE=0. -Erik
* Remove #ifdef __STDC__ junk. We don't do K&R round these parts,Eric Andersen2000-12-011-2/+1
| | | | so no point acting like we do.
* Patch from Larry Doolittle (with minor touchups from me so everything compilesEric Andersen2000-11-301-236/+11
| | | | | and works) to use the applet definitions in applets.h to autogenerate the applet function and usage prototypes.
* Apply a patch fromkent robotti:Eric Andersen2000-11-291-2/+2
| | | | | | | | | Renamed unrpm to original rpmunpack, so you can use an included shell script called unrpm as a front end to it. There's also a shell script called undeb included for debian packages. Change undeb and unrpm scripts to work with the busybox tar and gunzip.
* "I will always compile before I commit."Eric Andersen2000-11-171-0/+3
| | | | | | "I will always compile before I commit." "I will always compile before I commit." -Erik
* Fix up builtin overrides, and hack in the binary search for findingEric Andersen2000-11-171-0/+2
| | | | matching applets into the shell.
* Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSEMatt Kraai2000-10-251-0/+1
| | | | uses, and other minor fixes.
* Added a fatalPerror function to simplify error handling.Matt Kraai2000-10-251-0/+1
|
* Put getopt_usage where it belongs and added *_usage entries in busybox.[ch]Mark Whitley2000-10-191-0/+1
|
* Added cmp and readlink applets from Matt Kraai.Mark Whitley2000-10-091-0/+4
|
* Rewrote head to perservere when it can't open a file, and share codeMatt Kraai2000-09-271-0/+1
| | | | with cat.
* Rewrote uniq to be less than a third of the size, and fixed some otherMatt Kraai2000-09-271-0/+1
| | | | minor problems.
* Add in busybox.h. I renamed it, and forgot to commit the newky named version.Eric Andersen2000-09-261-0/+468
-Erik