summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
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-10-15du: extra compat: with -k and -m, round sizes upDenys Vlasenko2-22/+26
2012-12-14du: document incompatibility with standard toolDenys Vlasenko1-0/+4
2012-03-05du: trim help text a bit moreDenys Vlasenko1-7/+5
2012-03-05du: remove stray whitespace in help textDenys Vlasenko1-1/+1
2012-02-28du: use long long for size fieldIan Wienand1-5/+5
2011-09-20add INIT_G()'s. No code changes.Denys Vlasenko11-6/+33
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-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2009-10-12libbb/human_readable.c: shrink; and reduce bss usageDenys Vlasenko6-146/+158
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2008-11-11du: fix "du /dir /dir" caseDenis Vlasenko2-48/+36
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-03-17*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko34-209/+172
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko50-62/+73
2007-09-03du: remove statics (by Bernhard Fischer <rep.dot.nop@gmail.com>)Denis Vlasenko1-64/+64
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-05- fix segfault in reset_ino_dev_hashtable() when *hashtable was null.Bernhard Reutner-Fischer2-5/+5
2007-03-14missed hunk of "stop using big static buffer for inode hash"Denis Vlasenko1-1/+1
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-29preparatory patch for -Wwrite-strings #1Denis Vlasenko17-52/+59
2006-12-18du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com.Denis Vlasenko1-35/+31
2006-10-27reshuffle libbb.h contents so that order of decls makes senseDenis Vlasenko6-280/+263
2006-10-26remove bb_printf and the likeDenis Vlasenko48-314/+315
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko71-130/+127
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-08-28- pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer20-1283/+1162
2006-08-03These should have been part of 15767 too.Rob Landley9-61/+34
2006-04-25Convert a chunk of usage.h to USE_ and SKIP_ (more to do there), and fix aRob Landley3-134/+62
2006-04-12- add and use bb_opendir(), bb_xopendir().Bernhard Reutner-Fischer13-90/+66
2006-01-31avoid signed<->unsigned warning"Vladimir N. Oleynik"3-5/+5
2005-09-051) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"20-167/+176
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2004-03-10When displaying the size in 1kB blocks round up if an odd number ofGlenn L McGrath1-1/+5
2004-03-10Patch by Seth W. Klein, the -l switch was reversedGlenn L McGrath1-2/+2
2003-06-20last_patch89 from vodz:Eric Andersen19-522/+581
2003-05-26Vodz, last_patch_86Glenn L McGrath17-115/+121
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-08-23move some globals to bssAaron Lehmann1-4/+4
2002-08-23Run through indentGlenn L McGrath1-30/+32
[next]