applet_tables: do not include libbb.h, that header ir for target builds
[oweals/busybox.git] / include / busybox.h
2011-03-27 Denys Vlasenkoapplet_tables: do not include libbb.h, that header...
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2010-10-12 Denys Vlasenkotweaks to build system, mainly making menuconfig text...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-15 Denys Vlasenkohush: fix faloout from previous commit
2009-07-30 Denys Vlasenkorename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP...
2009-04-09 Denis Vlasenko*: make "pragma GCC visibility push(hidden)" less ugly
2008-05-09 Denis VlasenkoUse intra-DSO calls when we build libbusybox. No-op...
2008-04-01 Denis Vlasenkoshells: do not frocibly enable test, echo and kill...
2008-03-17 Denis Vlasenko*: fix fallout from -Wunused-parameter
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2007-11-29 Denis VlasenkoFurther optimize applet tables; prettify build output
2007-11-28 Denis Vlasenkoreorganize applet table. Eliminates pointers to names.
2007-10-11 Denis Vlasenkofix a problem with two different applet_name's
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-10 Denis VlasenkoMove applets/applet.c into libbb, allows to get rid...
2007-10-07 Denis Vlasenkomake --help work for "individual applets" too.
2007-10-07 Denis Vlasenkolibbusybox: move (possibly compressed) help stuff into...
2007-04-11 Denis Vlasenkofix typo in comment
2007-04-10 Denis VlasenkoRename two config options:
2007-04-10 Denis Vlasenkomake a few struct bb_applet members conditional
2007-04-09 Denis VlasenkoImprove STANDALONE_SHELL. "safe" applets are renamed...
2007-04-09 Denis Vlasenkomerge busybox.c into applets.c
2007-02-03 Denis Vlasenkodo not put all <applet>_main() declarations
2006-12-24 Denis VlasenkoCleanup usage messages (-200 bytes).
2006-12-24 Denis Vlasenkorandom tiny size savings
2006-10-05 Denis Vlasenkobuild system overhaul
2006-06-09 Paul Foxadd ordering warning on enum Location
2006-05-31 Rob LandleyHeader file cleanup. platform.h apparently needs to...
2006-05-26 Bernhard Reutner... - move libc checks from busybox.h to platform.h
2006-04-03 Bernhard Reutner... - move buffer allocation schemes to libbb.h
2006-02-16 "Vladimir N. Oleynik"moved BB_BANNER to applets/version.c file: make kernel...
2006-01-22 Bernhard Reutner... - add platform.h.
2005-09-29 "Vladimir N. Oleynik"reorder include <sys/types.h> and <sys/types.h>.
2005-09-21 Bernhard Reutner... - make sure to include dmalloc.h at the very end of...
2005-07-27 Rob Landley#ifdef reduction infrastructure, based on an argument...
2005-03-04 Mike Frysingernewlib fixe from Shaun Jackman
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-05 Manuel Novoa III Make sure stdlib.h is always included before dmalloc...
2004-01-13 Glenn L McGrathPatch from Bastian Blank, allow the buildtime to be...
2003-07-22 Eric AndersenRemove remaining libc5 support code
2003-02-08 Glenn L McGrathPatch from mathuria, compatability with solaris
2002-08-22 Glenn L McGrathRemove unwanted comments, run through indent
2002-06-04 Robert GrieblImplement two types of suid/sgid support for BusyBox:
2002-03-16 Eric AndersenTry to pull in PATH_MAX properly
2002-01-26 Eric AndersenIf PATH_MAX isn't defined, define it outselves
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
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...