| Commit message (Expand) | Author | Age | Files | Lines |
* | config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORK | Denys Vlasenko | 2016-07-22 | 1 | -1/+3 |
* | applet_tables: save space by removing applet name offsets | Ron Yorston | 2016-03-30 | 1 | -10/+5 |
* | *: declare strings with ALIGN1, as appropriate | Michael Tokarev | 2012-07-24 | 1 | -2/+2 |
* | applet_tables: do not include libbb.h, that header ir for target builds | Denys Vlasenko | 2011-03-28 | 1 | -23/+2 |
* | mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo | Denys Vlasenko | 2011-01-18 | 1 | -10/+10 |
* | tweaks to build system, mainly making menuconfig text and order clearer | Denys Vlasenko | 2010-10-12 | 1 | -1/+6 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | hush: fix faloout from previous commit | Denys Vlasenko | 2010-07-15 | 1 | -5/+8 |
* | rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes. | Denys Vlasenko | 2009-07-30 | 1 | -2/+2 |
* | *: make "pragma GCC visibility push(hidden)" less ugly | Denis Vlasenko | 2009-04-09 | 1 | -9/+5 |
* | Use intra-DSO calls when we build libbusybox. No-op for normal build. | Denis Vlasenko | 2008-05-09 | 1 | -0/+7 |
* | shells: do not frocibly enable test, echo and kill _applets_, | Denis Vlasenko | 2008-04-01 | 1 | -3/+0 |
* | *: fix fallout from -Wunused-parameter | Denis Vlasenko | 2008-03-17 | 1 | -2/+2 |
* | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko | 2008-03-17 | 1 | -1/+3 |
* | Further optimize applet tables; prettify build output | Denis Vlasenko | 2007-11-29 | 1 | -13/+16 |
* | reorganize applet table. Eliminates pointers to names. | Denis Vlasenko | 2007-11-28 | 1 | -23/+23 |
* | fix a problem with two different applet_name's | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -2/+12 |
* | Move applets/applet.c into libbb, allows to get rid of --whole-archive | Denis Vlasenko | 2007-10-10 | 1 | -0/+3 |
* | make --help work for "individual applets" too. | Denis Vlasenko | 2007-10-07 | 1 | -1/+1 |
* | libbusybox: move (possibly compressed) help stuff into libbusybox. | Denis Vlasenko | 2007-10-07 | 1 | -1/+2 |
* | fix typo in comment | Denis Vlasenko | 2007-04-11 | 1 | -2/+2 |
* | Rename two config options: | Denis Vlasenko | 2007-04-10 | 1 | -1/+1 |
* | make a few struct bb_applet members conditional | Denis Vlasenko | 2007-04-10 | 1 | -8/+18 |
* | Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets | Denis Vlasenko | 2007-04-09 | 1 | -2/+9 |
* | merge busybox.c into applets.c | Denis Vlasenko | 2007-04-09 | 1 | -2/+1 |
* | do not put all <applet>_main() declarations | Denis Vlasenko | 2007-02-03 | 1 | -12/+2 |
* | Cleanup usage messages (-200 bytes). | Denis Vlasenko | 2006-12-24 | 1 | -0/+1 |
* | random tiny size savings | Denis Vlasenko | 2006-12-24 | 1 | -2/+3 |
* | build system overhaul | Denis Vlasenko | 2006-10-05 | 1 | -2/+0 |
* | add ordering warning on enum Location | Paul Fox | 2006-06-09 | 1 | -0/+1 |
* | Header file cleanup. platform.h apparently needs to be included early on so it | Rob Landley | 2006-05-31 | 1 | -27/+0 |
* | - move libc checks from busybox.h to platform.h | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -8/+0 |
* | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer | 2006-04-03 | 1 | -17/+0 |
* | moved BB_BANNER to applets/version.c file: make kernel like version, | "Vladimir N. Oleynik" | 2006-02-16 | 1 | -5/+1 |
* | - add platform.h. | Bernhard Reutner-Fischer | 2006-01-22 | 1 | -20/+3 |
* | reorder include <sys/types.h> and <sys/types.h>. | "Vladimir N. Oleynik" | 2005-09-29 | 1 | -1/+1 |
* | - make sure to include dmalloc.h at the very end of busybox.h or libbb.h. | Bernhard Reutner-Fischer | 2005-09-21 | 1 | -4/+4 |
* | #ifdef reduction infrastructure, based on an argument between Shaun Jackman, | Rob Landley | 2005-07-27 | 1 | -1/+1 |
* | newlib fixe from Shaun Jackman | Mike Frysinger | 2005-03-04 | 1 | -4/+4 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -2/+2 |
* | Make sure stdlib.h is always included before dmalloc.h to avoid problems | Manuel Novoa III | 2004-02-05 | 1 | -0/+1 |
* | Patch from Bastian Blank, allow the buildtime to be overriden with a | Glenn L McGrath | 2004-01-13 | 1 | -0/+4 |
* | Remove remaining libc5 support code | Eric Andersen | 2003-07-22 | 1 | -11/+6 |
* | Patch from mathuria, compatability with solaris | Glenn L McGrath | 2003-02-08 | 1 | -0/+2 |
* | Remove unwanted comments, run through indent | Glenn L McGrath | 2002-08-22 | 1 | -11/+10 |
* | Implement two types of suid/sgid support for BusyBox: | Robert Griebl | 2002-06-04 | 1 | -2/+10 |
* | Try to pull in PATH_MAX properly | Eric Andersen | 2002-03-16 | 1 | -0/+4 |
* | If PATH_MAX isn't defined, define it outselves | Eric Andersen | 2002-01-26 | 1 | -1/+3 |
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -14/+14 |