summaryrefslogtreecommitdiff
path: root/include/busybox.h
Commit message (Expand)AuthorAgeFilesLines
* config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORKDenys Vlasenko2016-07-221-1/+3
* applet_tables: save space by removing applet name offsetsRon Yorston2016-03-301-10/+5
* *: declare strings with ALIGN1, as appropriateMichael Tokarev2012-07-241-2/+2
* applet_tables: do not include libbb.h, that header ir for target buildsDenys Vlasenko2011-03-281-23/+2
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-10/+10
* tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko2010-10-121-1/+6
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* hush: fix faloout from previous commitDenys Vlasenko2010-07-151-5/+8
* rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes.Denys Vlasenko2009-07-301-2/+2
* *: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko2009-04-091-9/+5
* Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko2008-05-091-0/+7
* shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko2008-04-011-3/+0
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-2/+2
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+3
* Further optimize applet tables; prettify build outputDenis Vlasenko2007-11-291-13/+16
* reorganize applet table. Eliminates pointers to names.Denis Vlasenko2007-11-281-23/+23
* fix a problem with two different applet_name'sDenis Vlasenko2007-10-111-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-2/+12
* Move applets/applet.c into libbb, allows to get rid of --whole-archiveDenis Vlasenko2007-10-101-0/+3
* make --help work for "individual applets" too.Denis Vlasenko2007-10-071-1/+1
* libbusybox: move (possibly compressed) help stuff into libbusybox.Denis Vlasenko2007-10-071-1/+2
* fix typo in commentDenis Vlasenko2007-04-111-2/+2
* Rename two config options:Denis Vlasenko2007-04-101-1/+1
* make a few struct bb_applet members conditionalDenis Vlasenko2007-04-101-8/+18
* Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC appletsDenis Vlasenko2007-04-091-2/+9
* merge busybox.c into applets.cDenis Vlasenko2007-04-091-2/+1
* do not put all <applet>_main() declarationsDenis Vlasenko2007-02-031-12/+2
* Cleanup usage messages (-200 bytes).Denis Vlasenko2006-12-241-0/+1
* random tiny size savingsDenis Vlasenko2006-12-241-2/+3
* build system overhaulDenis Vlasenko2006-10-051-2/+0
* add ordering warning on enum LocationPaul Fox2006-06-091-0/+1
* Header file cleanup. platform.h apparently needs to be included early on so itRob Landley2006-05-311-27/+0
* - move libc checks from busybox.h to platform.hBernhard Reutner-Fischer2006-05-261-8/+0
* - move buffer allocation schemes to libbb.hBernhard Reutner-Fischer2006-04-031-17/+0
* moved BB_BANNER to applets/version.c file: make kernel like version, "Vladimir N. Oleynik"2006-02-161-5/+1
* - add platform.h.Bernhard Reutner-Fischer2006-01-221-20/+3
* reorder include <sys/types.h> and <sys/types.h>."Vladimir N. Oleynik"2005-09-291-1/+1
* - make sure to include dmalloc.h at the very end of busybox.h or libbb.h.Bernhard Reutner-Fischer2005-09-211-4/+4
* #ifdef reduction infrastructure, based on an argument between Shaun Jackman,Rob Landley2005-07-271-1/+1
* newlib fixe from Shaun JackmanMike Frysinger2005-03-041-4/+4
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* Make sure stdlib.h is always included before dmalloc.h to avoid problemsManuel Novoa III2004-02-051-0/+1
* Patch from Bastian Blank, allow the buildtime to be overriden with aGlenn L McGrath2004-01-131-0/+4
* Remove remaining libc5 support codeEric Andersen2003-07-221-11/+6
* Patch from mathuria, compatability with solarisGlenn L McGrath2003-02-081-0/+2
* Remove unwanted comments, run through indentGlenn L McGrath2002-08-221-11/+10
* Implement two types of suid/sgid support for BusyBox:Robert Griebl2002-06-041-2/+10
* Try to pull in PATH_MAX properlyEric Andersen2002-03-161-0/+4
* If PATH_MAX isn't defined, define it outselvesEric Andersen2002-01-261-1/+3
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-14/+14