aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2019-02-14dd: add 'oflag=append'Rostislav Skudnov
2019-01-09date: improve help text for -DDenys Vlasenko
2019-01-07sleep: support "inf"Denys Vlasenko
2019-01-04ls: make -i compatible with coreutils: don't follow symlink by defaultMartijn Dekker
2018-12-28config: more tweaksDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2018-11-29cat,nl: fix handling of open errorsDenys Vlasenko
2018-10-30printf: fix printf "%u\n" +18446744073709551614Denys Vlasenko
2018-10-30dd: do not have 'ocount' variable if ibs/obs support is not enabledDenys Vlasenko
2018-10-30dd: add 'oflag=seek_bytes'Rostislav Skudnov
2018-10-19printf: fix printing +-prefixed numbersBernhard Reutner-Fischer
2018-09-30unzip: use printable_string() for printing filenamesDenys Vlasenko
2018-08-03timeout: fix arguments to match coreutilsDenys Vlasenko
2018-08-03extend fractional duration support to "top -d N.N" and "timeout"Denys Vlasenko
2018-08-01ls: When -h is passed, the total should also be in human unitsLauri Kasanen
2018-08-01cp: placate gcc8Denys Vlasenko
2018-07-17cp: add missing quote in config snippetDenys Vlasenko
2018-07-13cp: optional --reflink supportDenys Vlasenko
2018-07-08sort: add -V "sort version"Denys Vlasenko
2018-07-06nproc: implement --all --ignore=Nharoon maqsood
2018-06-22install: fix "-D -t DIR1/DIR2/DIR3" creating only DIR1/DIR2, closes 11106Denys Vlasenko
2018-06-06restore documentation on the build config languageKartik Agaram
2018-05-24realpath,readlink -f: coreutils compat, closes 11021Denys Vlasenko
2018-04-29cat: fix cat -e and cat -v erroneously numbering 1st lineDenys Vlasenko
2018-04-10shell: add comments about [[, no code changesDenys Vlasenko
2018-04-08bzip2: fix two crashes on corrupted archivesDenys Vlasenko
2018-04-08libbb.h: always include sys/resource.hDenys Vlasenko
2018-04-07libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko
2018-04-06sort: smaller and more agressive FEATURE_SORT_OPTIMIZE_MEMORYDenys Vlasenko
2018-04-04sort: move misplaced commentDenys Vlasenko
2018-04-04sort: FEATURE_SORT_OPTIMIZE_MEMORYDenys Vlasenko
2018-03-31stat: fix a typo: s/romfs/ramfs/, closes 10876Denys Vlasenko
2018-03-08md5sum: use config help text similar to other "sum" toolsDenys Vlasenko
2018-02-23df: do "rootfs" check soonerDenys Vlasenko
2018-02-23df: 4TB+ support on 32 bits archDenys Vlasenko
2018-02-22od: move address_fmt[] from data to globals. 8 less bytes in data sectionDenys Vlasenko
2018-02-22sort: fix potentially buggy use of OPT_STRDenys Vlasenko
2018-02-22sort: in -s handling, return 1/-1, not 1/0 compare resultDenys Vlasenko
2018-02-21sort: fix -s. Closes 10671Denys Vlasenko
2018-02-11cp: fix option handling in non-longopt configDenys Vlasenko
2018-02-01cksum: code shrinkDenys Vlasenko
2018-02-01cp: implement -TAaro Koskinen
2018-01-25dd: add 'fullblock' iflagNicholas Clark
2018-01-23od_bloaty: fix debug codeDenys Vlasenko
2018-01-14mv: make it NOEXECDenys Vlasenko
2018-01-10dd: fixed partial count logicDenys Vlasenko
2018-01-10dd: exit with 1 if last write was incompleteDenys Vlasenko
2018-01-08mknod: better --help, much clearer codeDenys Vlasenko
2018-01-08nice: code shrinkDenys Vlasenko
2017-12-31chown: fix a mistake in opt_complementary changeDenys Vlasenko