Use perror_msg_and_die function where appropriate.
[oweals/busybox.git] / include /
2001-03-08 Eric AndersenAdd in 'trim' routine. Fix up sh.c so it works when...
2001-03-07 Mark WhitleyChanged KILOBYTE, MEGABYTE, and GIGABYTE from #define...
2001-03-07 Mark WhitleySome minor cleanups to df.c. Also, with Erik's blessing...
2001-03-02 Mark WhitleyAdded Magnus Damm's tftp applet to Busybox.
2001-03-01 Mark WhitleyApplied patch from David Douthitt to fix build error...
2001-02-27 Eric AndersenPatch from Vladimir N. Oleynik to save 128 bytes by...
2001-02-24 Eric AndersenThe usage message for syslogd had stuff longer then...
2001-02-23 Eric AndersenAnother usage cleanup from kent robotti
2001-02-23 Eric AndersenMore cleanups
2001-02-23 Eric AndersenMake HUMAN_READABLE be single argument like the others.
2001-02-23 Eric AndersenMore usage cleanups from kent robotti. I know some...
2001-02-23 David Kimdonspace after \ make preprocessor sad
2001-02-23 Eric AndersenSomewhere along the line, MAKE_LINKS got broken, thereb...
2001-02-23 Eric AndersenI should be more careful...
2001-02-22 Eric AndersenTurn off the printf attribute for the ?error_msg* funct...
2001-02-22 Eric AndersenAdd in kent robotti's updated dos2unix.c
2001-02-22 Eric AndersenCommit a few updates to the usage messages.
2001-02-22 Eric AndersenAnother update to the way usage messages are done by...
2001-02-17 Eric AndersenA bunch of usage clenups from kent robotti <robotti...
2001-02-16 Eric AndersenDo usage messages the same way all other apps fo them.
2001-02-14 Eric AndersenFins find message.
2001-02-14 Eric AndersenI forgot to add usage.h, so here it is, with a few...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-14 Eric AndersenCommit Vladimir's latest version of stty.c. Nice work.
2001-02-14 Eric AndersenAdd in ifconfig and route
2001-02-14 Eric AndersenSeveral cleanups from Manuel Novoa III.
2001-02-13 Eric AndersenApply a patch from Evin Robertson -- new pivot_root...
2001-02-10 Glenn L McGrathNew applet: dpkg
2001-02-05 Matt KraaiMake suffix_mult structures const. Thanks to Vladimir...
2001-02-01 Matt KraaiCreate find_applet_by_name function. Save 32 bytes.
2001-02-01 Matt KraaiFix wget error message and add (and use) chomp library...
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-27 Eric AndersenAdd in a patch to make busybox use the normal pwd.h...
2001-01-25 Eric AndersenCommit Larry Doolittle's buffers-on-stack/buffers-via...
2001-01-25 Eric AndersenAdd in spoon's watchdog timer app.
2001-01-22 Richard JuneAdd HUMAN_READABLE define for -m and -h support in...
2001-01-02 Glenn L McGrathadd dpkg-deb command
2001-01-02 Eric AndersenBetter dmalloc handling
2000-12-19 Matt KraaiFix tar handling of absolute paths and excluded directo...
2000-12-18 Matt KraaiRewrote dd.
2000-12-15 Matt KraaiRewrite nc to be simpler, smaller, and to check syscall...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-05 Mark WhitleyRemoved isBlank and isWildCard macros that were totally...
2000-12-05 Mark WhitleyFixed the comments to match the code and renamed the...
2000-12-04 Eric AndersenFlag day warning!
2000-12-02 Eric AndersenPatch from Larry Doolittle so it will build the newdocs...
2000-12-01 Eric AndersenRemove #ifdef __STDC__ junk. We don't do K&R round...
2000-11-30 Eric AndersenPatch from Larry Doolittle (with minor touchups from...
2000-11-29 Eric AndersenApply a patch fromkent robotti:
2000-11-17 Eric Andersen"I will always compile before I commit."
2000-11-17 Eric AndersenFix up builtin overrides, and hack in the binary search...
2000-10-25 Matt KraaiAdded a new perrorMsg function, cleanup up error handli...
2000-10-25 Matt KraaiAdded a fatalPerror function to simplify error handling.
2000-10-25 Mark WhitleyApplied patch from Gaute B Strokkenes <gs234@cam.ac...
2000-10-19 Mark WhitleyPut getopt_usage where it belongs and added *_usage...
2000-10-09 Mark WhitleyAdded cmp and readlink applets from Matt Kraai.
2000-09-27 Matt KraaiRewrote head to perservere when it can't open a file...
2000-09-27 Matt KraaiRewrote uniq to be less than a third of the size, and...
2000-09-26 Eric AndersenAdd in busybox.h. I renamed it, and forgot to commit...