summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko14-172/+184
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-01-05free: handle "cached" value tooGuillermo Rodriguez1-31/+46
2011-07-26*: work around sysinfo.h versus linux/*.h problemsDenys Vlasenko5-5/+18
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-01-16remove a few aliasing warningsDenys Vlasenko2-2/+2
2010-10-01free: add -b/k/m/g options; remove 4 TB limitation. +100 bytesDenys Vlasenko1-42/+56
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-08-11free: more compatible output. +16 bytes. Closes bug 2383.Denys Vlasenko1-8/+20
2010-02-26free: silence warning about unused argvBernhard Reutner-Fischer1-1/+1
2010-02-21free: code shrinkDenys Vlasenko1-35/+48
2010-02-21Replace __uClinux__ define with !BB_MMUDenys Vlasenko2-4/+4
2010-01-04*: remove some uses of argcDenys Vlasenko26-78/+77
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-03-24random style fixes (extra spaces deleted)Denis Vlasenko11-20/+20
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-09-22Change license statements (and clean up headers) on some of the files thatRob Landley20-85/+20
2006-06-02- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer34-193/+77
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen169-380/+298
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2003-01-11Patch from Daniel J Walsh at redhat to make free work for systemsEric Andersen1-10/+26
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen362-75864/+8827
2001-03-09Added some more '/* getopt not needed */' lines.Mark Whitley12-0/+26
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen204-378/+362
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen198-3979/+702
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation forEric Andersen88-151/+174
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen167-156/+388
2000-12-01Stop using TRUE and FALSE for exit status.Matt Kraai132-373/+375
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen224-712/+245
2000-09-10Update free for current 2.4.x behavior...Eric Andersen2-42/+26
2000-07-16Extract usage information into a separate file.Matt Kraai175-2050/+2529
2000-07-14Don't use strings directly in calls to usage(). This is in preparationMatt Kraai31-289/+321
2000-06-26Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries inEric Andersen14-47/+159
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen142-221/+190
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen136-460/+1618
2000-04-13Upates to include copyright 2000 to everythingErik Andersen85-668/+581
2000-02-21Removed proc dependancies for init and free (which maintaining exactlyErik Andersen5-80/+87
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen163-27364/+27866
1999-12-08Latest and greatestEric Andersen20-75/+2188