summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
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
2016-03-06ls: fix columnar output. Closes 8731Denys Vlasenko1-3/+3
2015-10-22libbb: factor out code which queries screen widthDenys Vlasenko9-15/+15
2015-02-23ls: heed compiler warningDenys Vlasenko1-1/+1
2015-02-18ls: trivial code shrinkDenys Vlasenko1-5/+5
2015-02-16ls: fix year 9999 bug :)Denys Vlasenko1-5/+8
2014-02-27ls: make "ls -s DIR" show total too. Clases 4946Denys Vlasenko1-1/+1
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2012-05-05fix most sign and variable initialization warningsTanguy Pruvot56-152/+161
2011-08-10Merge branch 'busybox' into gingerbreadTanguy Pruvot19-102/+199
2011-08-09randomconfig fixesDenys Vlasenko8-8/+32
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2011-06-21ls: fix HAVE_STRVERSCMP check; add check for older uclibc versionsDenys Vlasenko2-1/+11
2011-06-21Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdefDenys Vlasenko2-0/+7
2011-06-13ls: fix comment about -p (it's compatible now)Denys Vlasenko1-4/+3
2011-06-13ls: make -v and -X actually work as intendedDenys Vlasenko1-7/+15
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-05-13ls: code shrinkDenys Vlasenko1-7/+11
2011-05-13ls: reorder and rename functions. No code changesDenys Vlasenko1-238/+240
2011-05-13ls: reduce memory consumption and speed up (don't do redundant [l]stat)Denys Vlasenko1-158/+210
2011-05-13ls: avoid forward declaration. No code changesDenys Vlasenko1-45/+43
2011-05-13ls: code shrinkDenys Vlasenko1-32/+21
2011-05-12ls: fix help text: -w N is optionalDenys Vlasenko1-1/+1
2011-05-12ls: fix -p help text, improve comments and define namesDenys Vlasenko1-11/+11
2011-04-02ls: better help text for -a and -ADenys Vlasenko1-7/+7
2011-03-12ls: fix handling of symlinks by option -1Denys Vlasenko2-2/+14
2011-03-01ls: widen -s (1k blocks) column from 4 to 6Denys Vlasenko1-1/+2
2011-02-28ls: -g implies -lDenys Vlasenko1-5/+10
2011-02-28ls: fix bits for -T, -w and --color; make -n imply -l; fix commentsDenys Vlasenko1-25/+20
2011-02-27ls: fix one-bit-off which caused -H to behave as -hDenys Vlasenko1-1/+1
2010-12-20ls: remove redundant constants LIST_FILENAME and LIST_SHORTJames Youngman1-47/+44
2010-12-19ls: add support for -HDenys Vlasenko1-73/+86
2010-12-19ls: tweak -e handling; better commentsDenys Vlasenko1-19/+24
2010-12-19ls: print a space after each column. Closes bug 2941Denys Vlasenko2-72/+72
2010-12-19ls: make -F not follow symlinks of the command lineDenys Vlasenko1-4/+8
2010-12-19ls: make -x force columnar output; remove unused parts of TRIGGER codeDenys Vlasenko1-43/+30
2010-12-19ls: for some options, only last takes effect. Closes bug 2959Denys Vlasenko1-8/+18
2010-11-05ls: fix -lg to show group (was showing user)Denys Vlasenko1-3/+3
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
2010-07-25*: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko53-111/+13
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2010-01-31ls: unicode fixesDenys Vlasenko8-206/+545
2010-01-24randomconfig fixesDenys Vlasenko5-17/+13
2010-01-24libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko10-98/+410
2010-01-18ls: fix sort of very large files. +21 byteDenys Vlasenko1-12/+24
[next]