summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-07-13Removes stray empty line from codeManinder Singh28-46/+0
2015-06-07fix whitespacesManinder Singh1-1/+1
2015-06-07chown: fix help textJunling Zheng1-1/+1
2015-05-25truncate: do not die when a file doesn't exist and no-create flag is onAri Sundholm1-5/+15
2015-05-25typo fixesManinder Singh17-24/+24
2015-04-21special-case {true,false,test} --helpDenys Vlasenko4-28/+21
2015-04-02*: Switch to POSIX utmpx APIBernhard Reutner-Fischer9-52/+56
2015-03-22truncate: new appletDenys Vlasenko1-0/+77
2015-03-22dd: move suffix struct to xatonum.cAri Sundholm3-25/+26
2015-03-12od: fix printing of high-bit charsRon Yorston1-8/+6
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
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
2015-02-07dd: add optional support for status=noxfer/noneAri Sundholm2-70/+111
2015-01-24trim extra newlines in help textsDenys Vlasenko4-5/+6
2014-09-24install: fix help textDenys Vlasenko1-1/+1
2014-09-24install: implement -t DIRAaro Koskinen1-15/+22
2014-09-20df: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0Ari Sundholm1-8/+7
2014-09-17df: implement -T optionAri Sundholm1-2/+23
2014-07-01test: fix mishandling of "test '(' = '('" and similarDenys Vlasenko2-34/+55
2014-06-27stat: fix printing selinux context and null-dereferenceMichael Gernoth1-2/+3
2014-06-22unlink: new appletIsaac Dunham1-0/+34
2014-06-21stat: fix printing selinux context and null-dereferenceMichael Gernoth1-2/+3
2014-05-19Add conditional support for -v / --verboseDenys Vlasenko11-10/+62
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2014-03-07shuf: trim help textDenys Vlasenko1-4/+4
2014-03-07shuf: do not use strings for -i RANGE caseDenys Vlasenko1-3/+5
2014-03-07shuf: improve help textBartosz Golaszewski1-3/+3
2014-03-07shuf: fix a segfault on 'shuf -e'Bartosz Golaszewski1-1/+2
2014-03-05shuf: new appletDenys Vlasenko1-0/+150
2014-02-27ls: make "ls -s DIR" show total too. Clases 4946Denys Vlasenko1-1/+1
2014-02-03catv: suppress compiler warningDenys Vlasenko1-7/+9
2014-01-31uname: fix up usage documentationMike Frysinger1-4/+6
2014-01-19sort: check global flags on fallback sortBartosz Golaszewski2-5/+6
2014-01-19sort.c: remove a magic number from compare_keys()Bartosz Golaszewski1-1/+1
2014-01-10tail: adjust help/usage textsCristian Ionescu-Idbohrn2-5/+5
2014-01-09chown: fix help textDenys Vlasenko1-1/+1
2013-12-16expand: use printable_string instead of hard-coding implementationMichael Tokarev1-10/+3
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko18-37/+37
2013-10-16tail compat: fix header printing for tail -fBartosz Golaszewski2-6/+4
2013-09-11touch: add conditional support for -hDenys Vlasenko1-4/+35
2013-08-20dd: code shrinkDenys Vlasenko1-3/+4
2013-08-20dd: code shrinkDenys Vlasenko1-2/+2
2013-08-20dd: code shrinkDenys Vlasenko1-5/+6
2013-08-20dd: remove FIXME comment which is fixed now. No code changesDenys Vlasenko1-4/+1
2013-08-20dd: code shrinkDenys Vlasenko1-12/+24
2013-08-20dd: fail if swab is attempted on odd-sized blockDenys Vlasenko1-10/+21
2013-08-19dd: fix example in a comment. No code changes.Denys Vlasenko1-1/+1
2013-08-19dd: support conv=swabDenys Vlasenko1-6/+23
[prev] [next]