summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-07-22config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORKDenys Vlasenko4-6/+11
2016-03-29applet_tables: save space by removing applet name offsetsRon Yorston4-58/+120
2012-07-24*: declare strings with ALIGN1, as appropriateMichael Tokarev3-5/+5
2011-03-27applet_tables: do not include libbb.h, that header ir for target buildsDenys Vlasenko3-25/+40
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko41-409/+409
2010-10-12tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko6-38/+46
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-15hush: fix faloout from previous commitDenys Vlasenko2-19/+20
2009-07-30rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes.Denys Vlasenko4-355/+355
2009-04-09*: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko43-266/+158
2008-05-09Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko27-62/+259
2008-04-01shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko14-91/+84
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko36-58/+156
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2007-11-29Further optimize applet tables; prettify build outputDenis Vlasenko5-47/+71
2007-11-28reorganize applet table. Eliminates pointers to names.Denis Vlasenko13-128/+137
2007-10-11fix a problem with two different applet_name'sDenis Vlasenko3-7/+6
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-10Move applets/applet.c into libbb, allows to get rid of --whole-archiveDenis Vlasenko4-548/+566
2007-10-07make --help work for "individual applets" too.Denis Vlasenko3-8/+5
2007-10-07libbusybox: move (possibly compressed) help stuff into libbusybox.Denis Vlasenko6-153/+25
2007-04-11fix typo in commentDenis Vlasenko1-2/+2
2007-04-10Rename two config options:Denis Vlasenko17-40/+67
2007-04-10make a few struct bb_applet members conditionalDenis Vlasenko18-83/+114
2007-04-09Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC appletsDenis Vlasenko5-93/+65
2007-04-09merge busybox.c into applets.cDenis Vlasenko6-209/+199
2007-02-03do not put all <applet>_main() declarationsDenis Vlasenko3-14/+9
2006-12-24Cleanup usage messages (-200 bytes).Denis Vlasenko3-370/+379
2006-12-24random tiny size savingsDenis Vlasenko5-60/+53
2006-10-05build system overhaulDenis Vlasenko177-4114/+23530
2006-06-09add ordering warning on enum LocationPaul Fox1-0/+1
2006-05-31Header file cleanup. platform.h apparently needs to be included early on so itRob Landley2-36/+21
2006-05-26- move libc checks from busybox.h to platform.hBernhard Reutner-Fischer2-12/+101
2006-04-03- move buffer allocation schemes to libbb.hBernhard Reutner-Fischer18-109/+47
2006-02-16moved BB_BANNER to applets/version.c file: make kernel like version, "Vladimir N. Oleynik"10-19/+33
2006-01-22- add platform.h.Bernhard Reutner-Fischer30-264/+182
2005-09-29reorder include <sys/types.h> and <sys/types.h>."Vladimir N. Oleynik"1-1/+1
2005-09-21- make sure to include dmalloc.h at the very end of busybox.h or libbb.h.Bernhard Reutner-Fischer2-14/+15
2005-07-27#ifdef reduction infrastructure, based on an argument between Shaun Jackman,Rob Landley4-4/+11
2005-03-04newlib fixe from Shaun JackmanMike Frysinger1-4/+4
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2004-02-05Make sure stdlib.h is always included before dmalloc.h to avoid problemsManuel Novoa III 2-0/+2
2004-01-13Patch from Bastian Blank, allow the buildtime to be overriden with aGlenn L McGrath2-2/+11
2003-07-22Remove remaining libc5 support codeEric Andersen26-581/+35
2003-02-08Patch from mathuria, compatability with solarisGlenn L McGrath3-1/+6
2002-08-22Remove unwanted comments, run through indentGlenn L McGrath1-11/+10
2002-06-04Implement two types of suid/sgid support for BusyBox:Robert Griebl5-180/+491
2002-03-16Try to pull in PATH_MAX properlyEric Andersen1-0/+4
2002-01-26If PATH_MAX isn't defined, define it outselvesEric Andersen1-1/+3
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen362-75864/+8827
[next]