Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen
2001-01-27Add in a patch to make busybox use the normal pwd.h and grp.hEric Andersen
2001-01-26Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.Eric Andersen
2001-01-26Add in spoon's watchdog timer app.Eric Andersen
2001-01-23Add HUMAN_READABLE define for -m and -h support in du, df, and lsRichard June
2001-01-03add dpkg-deb commandGlenn L McGrath
2001-01-02Better dmalloc handlingEric Andersen
2000-12-19Fix tar handling of absolute paths and excluded directories.Matt Kraai
2000-12-19Rewrote dd.Matt Kraai
2000-12-16Rewrite nc to be simpler, smaller, and to check syscalls for errors.Matt Kraai
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley
2000-12-05Removed isBlank and isWildCard macros that were totally unused (should anyoneMark Whitley
2000-12-05Fixed the comments to match the code and renamed the function to a (hopefully)Mark Whitley
2000-12-04Flag day warning!Eric Andersen
2000-12-02Patch from Larry Doolittle so it will build the newdocs right.Eric Andersen
2000-12-01Remove #ifdef __STDC__ junk. We don't do K&R round these parts,Eric Andersen
2000-11-30Patch from Larry Doolittle (with minor touchups from me so everything compilesEric Andersen
2000-11-30Apply a patch fromkent robotti:Eric Andersen
2000-11-17"I will always compile before I commit."Eric Andersen
2000-11-17Fix up builtin overrides, and hack in the binary search for findingEric Andersen
2000-10-25Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSEMatt Kraai
2000-10-25Added a fatalPerror function to simplify error handling.Matt Kraai
2000-10-25Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary searchMark Whitley
2000-10-20Put getopt_usage where it belongs and added *_usage entries in busybox.[ch]Mark Whitley
2000-10-09Added cmp and readlink applets from Matt Kraai.Mark Whitley
2000-09-27Rewrote head to perservere when it can't open a file, and share codeMatt Kraai
2000-09-27Rewrote uniq to be less than a third of the size, and fixed some otherMatt Kraai
2000-09-26Add in busybox.h. I renamed it, and forgot to commit the newky named version.Eric Andersen