Age | Commit message (Expand) | Author |
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 |
2001-07-19 | Add a RELEASE_BB_BUFFER macro and use it to fix a memory leak in syslogd.c | Matt Kraai |
2001-04-24 | Move applet_name declaration from busybox.h to libbb.h. | Matt Kraai |
2001-04-20 | Applied patch from Larry Doolittle to give users the third option of putting | Mark Whitley |
2001-04-12 | Use date -u instead of date --utc and consolidate version string. | Matt Kraai |
2001-03-27 | In fact, socklen_t *is* defined by libc5. | Mark Whitley |
2001-03-16 | Convert utility.c into libbb.a. It is now a whole pile of .c | Eric Andersen |
2001-03-14 | Amazing the difference between an "and" and an "or". | Eric Andersen |
2001-03-14 | Some updates for libc5 | Eric Andersen |
2001-03-13 | Applied patch from Christophe Boyanique to add -i support to rm. | Mark Whitley |
2001-03-12 | Applied patch from Gennady Feldman to split up syslogd.c into syslogd and | Mark Whitley |
2001-03-08 | Add in 'trim' routine. Fix up sh.c so it works when wordexp | Eric Andersen |
2001-03-07 | Changed KILOBYTE, MEGABYTE, and GIGABYTE from #define to enum. | Mark Whitley |
2001-03-07 | Some minor cleanups to df.c. Also, with Erik's blessing, changed name of | Mark Whitley |
2001-03-01 | Applied patch from David Douthitt to fix build error in df.c when | Mark Whitley |
2001-02-27 | Patch from Vladimir N. Oleynik to save 128 bytes by moving error | Eric Andersen |
2001-02-22 | Turn off the printf attribute for the ?error_msg* functions, since it | Eric Andersen |
2001-02-22 | Another update to the way usage messages are done by Evin Robertson | Eric Andersen |
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen |
2001-02-14 | Add in ifconfig and route | Eric Andersen |
2001-02-14 | Several cleanups from Manuel Novoa III. | Eric Andersen |
2001-02-05 | Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. | Matt Kraai |