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