aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2001-03-02Added Magnus Damm's tftp applet to Busybox.Mark Whitley
2001-03-01Applied patch from David Douthitt to fix build error in df.c whenMark Whitley
2001-02-27Patch from Vladimir N. Oleynik to save 128 bytes by moving errorEric Andersen
2001-02-24The usage message for syslogd had stuff longer then 80 chars and wrapped.Eric Andersen
2001-02-23Another usage cleanup from kent robottiEric Andersen
2001-02-23More cleanupsEric Andersen
2001-02-23Make HUMAN_READABLE be single argument like the others.Eric Andersen
2001-02-23More usage cleanups from kent robotti. I know some of these wereEric Andersen
2001-02-23space after \ make preprocessor sadDavid Kimdon
2001-02-23Somewhere along the line, MAKE_LINKS got broken, thereby breakingEric Andersen
2001-02-23I should be more careful...Eric Andersen
2001-02-22Turn off the printf attribute for the ?error_msg* functions, since itEric Andersen
2001-02-22Add in kent robotti's updated dos2unix.cEric Andersen
2001-02-22Commit a few updates to the usage messages.Eric Andersen
2001-02-22Another update to the way usage messages are done by Evin RobertsonEric Andersen
2001-02-17A bunch of usage clenups from kent robotti <robotti@metconnect.com>Eric Andersen
2001-02-16Do usage messages the same way all other apps fo them.Eric Andersen
2001-02-14Fins find message.Eric Andersen
2001-02-14I forgot to add usage.h, so here it is, with a few extra cleanups.Eric Andersen
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen
2001-02-14Commit Vladimir's latest version of stty.c. Nice work.Eric Andersen
2001-02-14Add in ifconfig and routeEric Andersen
2001-02-14Several cleanups from Manuel Novoa III.Eric Andersen
2001-02-13Apply a patch from Evin Robertson -- new pivot_root applet.Eric Andersen
2001-02-10New applet: dpkgGlenn L McGrath
2001-02-05Make suffix_mult structures const. Thanks to Vladimir N. Oleynik.Matt Kraai
2001-02-01Create find_applet_by_name function. Save 32 bytes.Matt Kraai
2001-02-01Fix wget error message and add (and use) chomp library function.Matt Kraai
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-25Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.Eric Andersen
2001-01-25Add in spoon's watchdog timer app.Eric Andersen
2001-01-22Add HUMAN_READABLE define for -m and -h support in du, df, and lsRichard June
2001-01-02add 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-18Rewrote dd.Matt Kraai
2000-12-15Rewrite 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-29Apply 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