aboutsummaryrefslogtreecommitdiff
path: root/include/busybox.h
AgeCommit message (Expand)Author
2016-07-22config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORKDenys Vlasenko
2016-03-30applet_tables: save space by removing applet name offsetsRon Yorston
2012-07-24*: declare strings with ALIGN1, as appropriateMichael Tokarev
2011-03-28applet_tables: do not include libbb.h, that header ir for target buildsDenys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2010-10-12tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-15hush: fix faloout from previous commitDenys Vlasenko
2009-07-30rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes.Denys Vlasenko
2009-04-09*: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko
2008-05-09Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko
2008-04-01shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2007-11-29Further optimize applet tables; prettify build outputDenis Vlasenko
2007-11-28reorganize applet table. Eliminates pointers to names.Denis Vlasenko
2007-10-11fix a problem with two different applet_name'sDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-10Move applets/applet.c into libbb, allows to get rid of --whole-archiveDenis Vlasenko
2007-10-07make --help work for "individual applets" too.Denis Vlasenko
2007-10-07libbusybox: move (possibly compressed) help stuff into libbusybox.Denis Vlasenko
2007-04-11fix typo in commentDenis Vlasenko
2007-04-10Rename two config options:Denis Vlasenko
2007-04-10make a few struct bb_applet members conditionalDenis Vlasenko
2007-04-09Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC appletsDenis Vlasenko
2007-04-09merge busybox.c into applets.cDenis Vlasenko
2007-02-03do not put all <applet>_main() declarationsDenis Vlasenko
2006-12-24Cleanup usage messages (-200 bytes).Denis Vlasenko
2006-12-24random tiny size savingsDenis Vlasenko
2006-10-05build system overhaulDenis Vlasenko
2006-06-09add ordering warning on enum LocationPaul Fox
2006-05-31Header file cleanup. platform.h apparently needs to be included early on so itRob Landley
2006-05-26- move libc checks from busybox.h to platform.hBernhard Reutner-Fischer
2006-04-03- move buffer allocation schemes to libbb.hBernhard Reutner-Fischer
2006-02-16moved BB_BANNER to applets/version.c file: make kernel like version, "Vladimir N. Oleynik"
2006-01-22- add platform.h.Bernhard Reutner-Fischer
2005-09-29reorder include <sys/types.h> and <sys/types.h>."Vladimir N. Oleynik"
2005-09-21- make sure to include dmalloc.h at the very end of busybox.h or libbb.h.Bernhard Reutner-Fischer
2005-07-27#ifdef reduction infrastructure, based on an argument between Shaun Jackman,Rob Landley
2005-03-04newlib fixe from Shaun JackmanMike Frysinger
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-02-05Make sure stdlib.h is always included before dmalloc.h to avoid problemsManuel Novoa III
2004-01-13Patch from Bastian Blank, allow the buildtime to be overriden with aGlenn L McGrath
2003-07-22Remove remaining libc5 support codeEric Andersen
2003-02-08Patch from mathuria, compatability with solarisGlenn L McGrath
2002-08-22Remove unwanted comments, run through indentGlenn L McGrath
2002-06-04Implement two types of suid/sgid support for BusyBox:Robert Griebl
2002-03-16Try to pull in PATH_MAX properlyEric Andersen
2002-01-26If PATH_MAX isn't defined, define it outselvesEric Andersen
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen