aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2014-09-24install: fix help textDenys Vlasenko
2014-09-24install: implement -t DIRAaro Koskinen
2014-09-20df: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0Ari Sundholm
2014-09-17df: implement -T optionAri Sundholm
2014-07-01test: fix mishandling of "test '(' = '('" and similarDenys Vlasenko
2014-06-27stat: fix printing selinux context and null-dereferenceMichael Gernoth
2014-06-22unlink: new appletIsaac Dunham
2014-05-19Add conditional support for -v / --verboseDenys Vlasenko
2014-03-07shuf: trim help textDenys Vlasenko
2014-03-07shuf: do not use strings for -i RANGE caseDenys Vlasenko
2014-03-07shuf: improve help textBartosz Golaszewski
2014-03-07shuf: fix a segfault on 'shuf -e'Bartosz Golaszewski
2014-03-05shuf: new appletDenys Vlasenko
2014-02-27ls: make "ls -s DIR" show total too. Clases 4946Denys Vlasenko
2014-02-03catv: suppress compiler warningDenys Vlasenko
2014-01-31uname: fix up usage documentationMike Frysinger
2014-01-19sort: check global flags on fallback sortBartosz Golaszewski
2014-01-19sort.c: remove a magic number from compare_keys()Bartosz Golaszewski
2014-01-10tail: adjust help/usage textsCristian Ionescu-Idbohrn
2014-01-09chown: fix help textDenys Vlasenko
2013-12-16expand: use printable_string instead of hard-coding implementationMichael Tokarev
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko
2013-10-16tail compat: fix header printing for tail -fBartosz Golaszewski
2013-09-11touch: add conditional support for -hDenys Vlasenko
2013-08-20dd: code shrinkDenys Vlasenko
2013-08-20dd: code shrinkDenys Vlasenko
2013-08-20dd: code shrinkDenys Vlasenko
2013-08-20dd: remove FIXME comment which is fixed now. No code changesDenys Vlasenko
2013-08-20dd: code shrinkDenys Vlasenko
2013-08-20dd: fail if swab is attempted on odd-sized blockDenys Vlasenko
2013-08-19dd: fix example in a comment. No code changes.Denys Vlasenko
2013-08-19dd: support conv=swabDenys Vlasenko
2013-08-19dd: do not reuse local variables for unrelated values.Denys Vlasenko
2013-07-30Whitespace fixesDenys Vlasenko
2013-07-30catv: code shrinkDenys Vlasenko
2013-07-30Refactor catv. Move visible() from stty to libbb.Bartosz Golaszewski
2013-07-13Commonalize typical [b,]k,m suffix structDenys Vlasenko
2013-07-08tail: code shrinkDenys Vlasenko
2013-07-04foo*sum: Correct syntax errorCristian Ionescu-Idbohrn
2013-07-02tail: track file size only in -f modeDenys Vlasenko
2013-07-02foo*sum: report I/O errors, don't merely exit with 1.Denys Vlasenko
2013-05-17stty: disable CIBAUD leak check - it is not necessary on LinuxDenys Vlasenko
2013-05-17stty: code shrinkDenys Vlasenko
2013-03-29libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko
2013-03-12readlink: note that our -f is really -eMike Frysinger
2013-03-12platform: use KERNEL_VERSION to simplify uClibc version checkingMike Frysinger
2013-03-04hostid: do not output sign-extended host id. Closes 6056Denys Vlasenko
2013-02-25tail: make help text for -n +N syntax more correctDenys Vlasenko
2013-02-25head: support -n -NUM and -c -NUMDenys Vlasenko
2013-02-25head,tail: use common suffix struct. simplify help text.Denys Vlasenko