Accomodate older glibc, which also lacks the module syscalls
[platform/upstream/busybox.git] / busybox.h
2001-07-19 Matt KraaiAdd a RELEASE_BB_BUFFER macro and use it to fix a memor...
2001-04-24 Matt KraaiMove applet_name declaration from busybox.h to libbb.h.
2001-04-20 Mark WhitleyApplied patch from Larry Doolittle to give users the...
2001-04-12 Matt KraaiUse date -u instead of date --utc and consolidate versi...
2001-03-27 Mark WhitleyIn fact, socklen_t *is* defined by libc5.
2001-03-16 Eric AndersenConvert utility.c into libbb.a. It is now a whole...
2001-03-14 Eric AndersenAmazing the difference between an "and" and an "or".
2001-03-14 Eric AndersenSome updates for libc5
2001-03-13 Mark WhitleyApplied patch from Christophe Boyanique to add -i suppo...
2001-03-12 Mark WhitleyApplied patch from Gennady Feldman to split up syslogd...
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-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-22 Eric AndersenTurn off the printf attribute for the ?error_msg* funct...
2001-02-22 Eric AndersenAnother update to the way usage messages are done by...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-14 Eric AndersenAdd in ifconfig and route
2001-02-14 Eric AndersenSeveral cleanups from Manuel Novoa III.
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-25 Eric AndersenCommit Larry Doolittle's buffers-on-stack/buffers-via...
2001-01-22 Richard JuneAdd HUMAN_READABLE define for -m and -h support in...
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-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-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...