summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga67-1055/+1070
2010-10-17typo fixDenys Vlasenko1-1/+1
2010-09-09Avoid side effects in putc(), which may be implemented as a macroDan Fandrich3-8/+12
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2008-11-25ash,hush: add TODO for rare build failureDenis Vlasenko9-14/+25
2008-07-16tee: fix infinite looping on open error (echo asd | tee "")Denis Vlasenko1-1/+3
2008-07-15tee: "-" is a name for stdout, handle it that wayDenis Vlasenko1-4/+7
2008-02-16libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko26-154/+249
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko62-210/+208
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-20- reuse retval for the option handling.Bernhard Reutner-Fischer1-5/+5
2006-11-25tee: fix bug: argv[-1] is a no-no!Denis Vlasenko4-58/+71
2006-10-26rename functions to more understandable namesDenis Vlasenko27-68/+63
2006-10-26remove bb_printf and the likeDenis Vlasenko48-314/+315
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-08-28- pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer20-1283/+1162
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"65-722/+112
2005-10-15common BUFSIZ BSS buffer, small reduce code, data and bss"Vladimir N. Oleynik"11-33/+34
2004-05-26If read were to return with an error, bad things would happen. Fix it.Manuel Novoa III 1-2/+6
2004-05-26Use STDIN_FILENO rather than '0'Eric Andersen1-1/+1
2004-05-26Rob Landley writes:Eric Andersen1-1/+1
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-10-22Disable any buffering to stdoutEric Andersen1-0/+1
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen362-75864/+8827
2001-10-05Use wfopen instead of fopen & error_msg, saves 64 bytesGlenn L McGrath2-4/+2
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
2000-12-18Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai52-204/+185
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley155-1021/+1021
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen224-712/+245
2000-08-28Rewritten by mistake.Matt Kraai2-176/+64
2000-07-16Extract usage information into a separate file.Matt Kraai175-2050/+2529
2000-07-14Use errorMsg rather than fprintf.Matt Kraai81-473/+391
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-03-23My latest ramblings.Erik Andersen33-831/+1112
2000-03-08+ changed a static array (FileList) into a dynamically allocated oneJohn Beppu2-4/+18
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen163-27364/+27866
2000-02-07A few minor updates. ;-)Erik Andersen76-1030/+1856
1999-12-10Added poweroff (and adjusted init to use it). Inlined functionEric Andersen16-99/+193
[next]