aboutsummaryrefslogtreecommitdiff
path: root/include/busybox.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix typo in commentvda2007-04-111-2/+2
* Rename two config options:vda2007-04-101-1/+1
* make a few struct bb_applet members conditionalvda2007-04-101-8/+18
* Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC appletsvda2007-04-091-2/+9
* merge busybox.c into applets.cvda2007-04-091-2/+1
* do not put all <applet>_main() declarationsvda2007-02-031-12/+2
* Cleanup usage messages (-200 bytes).vda2006-12-241-0/+1
* random tiny size savingsvda2006-12-241-2/+3
* build system overhaulvda2006-10-051-2/+0
* add ordering warning on enum Locationpgf2006-06-091-0/+1
* Header file cleanup. platform.h apparently needs to be included early on so itlandley2006-05-311-27/+0
* - move libc checks from busybox.h to platform.haldot2006-05-261-8/+0
* - move buffer allocation schemes to libbb.haldot2006-04-031-17/+0
* moved BB_BANNER to applets/version.c file: make kernel like version, vodz2006-02-161-5/+1
* - add platform.h.aldot2006-01-221-20/+3
* reorder include <sys/types.h> and <sys/types.h>.vodz2005-09-291-1/+1
* - make sure to include dmalloc.h at the very end of busybox.h or libbb.h.aldot2005-09-211-4/+4
* #ifdef reduction infrastructure, based on an argument between Shaun Jackman,landley2005-07-271-1/+1
* newlib fixe from Shaun Jackmanvapier2005-03-041-4/+4
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-2/+2
* Make sure stdlib.h is always included before dmalloc.h to avoid problemsmjn32004-02-051-0/+1
* Patch from Bastian Blank, allow the buildtime to be overriden with abug12004-01-131-0/+4
* Remove remaining libc5 support codeandersen2003-07-221-11/+6
* Patch from mathuria, compatability with solarisbug12003-02-081-0/+2
* Remove unwanted comments, run through indentbug12002-08-221-11/+10
* Implement two types of suid/sgid support for BusyBox:sandman2002-06-041-2/+10
* Try to pull in PATH_MAX properlyandersen2002-03-161-0/+4
* If PATH_MAX isn't defined, define it outselvesandersen2002-01-261-1/+3
* Major rework of the directory structure and the entire build system.andersen2001-10-241-14/+14
* Add a RELEASE_BB_BUFFER macro and use it to fix a memory leak in syslogd.ckraai2001-07-191-0/+3
* Move applet_name declaration from busybox.h to libbb.h.kraai2001-04-241-2/+0
* Applied patch from Larry Doolittle to give users the third option of puttingmarkw2001-04-201-0/+5
* Use date -u instead of date --utc and consolidate version string.kraai2001-04-121-0/+2
* In fact, socklen_t *is* defined by libc5.markw2001-03-271-6/+0
* Convert utility.c into libbb.a. It is now a whole pile of .candersen2001-03-161-180/+13
* Amazing the difference between an "and" and an "or".andersen2001-03-141-1/+2
* Some updates for libc5andersen2001-03-141-0/+8
* Applied patch from Christophe Boyanique to add -i support to rm.markw2001-03-131-0/+4
* Applied patch from Gennady Feldman to split up syslogd.c into syslogd andmarkw2001-03-121-0/+5
* Add in 'trim' routine. Fix up sh.c so it works when wordexpandersen2001-03-081-0/+1
* Changed KILOBYTE, MEGABYTE, and GIGABYTE from #define to enum.markw2001-03-071-3/+5
* Some minor cleanups to df.c. Also, with Erik's blessing, changed name ofmarkw2001-03-071-1/+1
* Applied patch from David Douthitt to fix build error in df.c whenmarkw2001-03-011-1/+1
* Patch from Vladimir N. Oleynik to save 128 bytes by moving errorandersen2001-02-271-3/+3
* Turn off the printf attribute for the ?error_msg* functions, since itandersen2001-02-221-4/+4
* Another update to the way usage messages are done by Evin Robertsonandersen2001-02-221-7/+0
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-2/+9
* Add in ifconfig and routeandersen2001-02-141-0/+1
* Several cleanups from Manuel Novoa III.andersen2001-02-141-1/+1
* Make suffix_mult structures const. Thanks to Vladimir N. Oleynik.kraai2001-02-051-1/+2