summaryrefslogtreecommitdiff
path: root/coreutils
Commit message (Expand)AuthorAgeFilesLines
* ls: make -i compatible with coreutils: don't follow symlink by defaultMartijn Dekker2019-02-141-2/+2
* config: more tweaksDenys Vlasenko2018-12-282-6/+4
* config: update size informationDenys Vlasenko2018-12-2869-80/+80
* cat,nl: fix handling of open errorsDenys Vlasenko2018-11-292-4/+9
* printf: fix printf "%u\n" +18446744073709551614Denys Vlasenko2018-10-301-0/+8
* dd: do not have 'ocount' variable if ibs/obs support is not enabledDenys Vlasenko2018-10-301-13/+20
* dd: add 'oflag=seek_bytes'Rostislav Skudnov2018-10-301-9/+24
* printf: fix printing +-prefixed numbersBernhard Reutner-Fischer2018-10-191-2/+3
* unzip: use printable_string() for printing filenamesDenys Vlasenko2018-09-301-2/+2
* timeout: fix arguments to match coreutilsDenys Vlasenko2018-08-031-9/+12
* extend fractional duration support to "top -d N.N" and "timeout"Denys Vlasenko2018-08-032-75/+9
* ls: When -h is passed, the total should also be in human unitsLauri Kasanen2018-08-011-1/+9
* cp: placate gcc8Denys Vlasenko2018-08-011-1/+1
* cp: add missing quote in config snippetDenys Vlasenko2018-07-171-1/+1
* cp: optional --reflink supportDenys Vlasenko2018-07-131-0/+24
* sort: add -V "sort version"Denys Vlasenko2018-07-081-20/+27
* nproc: implement --all --ignore=Nharoon maqsood2018-07-061-10/+34
* install: fix "-D -t DIR1/DIR2/DIR3" creating only DIR1/DIR2, closes 11106Denys Vlasenko2018-06-221-1/+5
* restore documentation on the build config languageKartik Agaram2018-06-061-1/+1
* realpath,readlink -f: coreutils compat, closes 11021Denys Vlasenko2018-05-242-2/+2
* cat: fix cat -e and cat -v erroneously numbering 1st lineDenys Vlasenko2018-04-291-3/+3
* shell: add comments about [[, no code changesDenys Vlasenko2018-04-101-0/+4
* bzip2: fix two crashes on corrupted archivesDenys Vlasenko2018-04-081-1/+0
* libbb.h: always include sys/resource.hDenys Vlasenko2018-04-081-1/+0
* libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko2018-04-071-1/+1
* sort: smaller and more agressive FEATURE_SORT_OPTIMIZE_MEMORYDenys Vlasenko2018-04-061-12/+12
* sort: move misplaced commentDenys Vlasenko2018-04-041-2/+2
* sort: FEATURE_SORT_OPTIMIZE_MEMORYDenys Vlasenko2018-04-041-6/+80
* stat: fix a typo: s/romfs/ramfs/, closes 10876Denys Vlasenko2018-03-311-1/+1
* md5sum: use config help text similar to other "sum" toolsDenys Vlasenko2018-03-081-1/+1
* df: do "rootfs" check soonerDenys Vlasenko2018-02-231-4/+5
* df: 4TB+ support on 32 bits archDenys Vlasenko2018-02-231-8/+15
* od: move address_fmt[] from data to globals. 8 less bytes in data sectionDenys Vlasenko2018-02-221-8/+10
* sort: fix potentially buggy use of OPT_STRDenys Vlasenko2018-02-221-12/+15
* sort: in -s handling, return 1/-1, not 1/0 compare resultDenys Vlasenko2018-02-221-2/+3
* sort: fix -s. Closes 10671Denys Vlasenko2018-02-211-12/+57
* cp: fix option handling in non-longopt configDenys Vlasenko2018-02-111-1/+5
* cksum: code shrinkDenys Vlasenko2018-02-011-23/+24
* cp: implement -TAaro Koskinen2018-02-011-2/+13
* dd: add 'fullblock' iflagNicholas Clark2018-01-251-10/+23
* od_bloaty: fix debug codeDenys Vlasenko2018-01-231-3/+7
* mv: make it NOEXECDenys Vlasenko2018-01-142-1/+3
* dd: fixed partial count logicDenys Vlasenko2018-01-101-1/+3
* dd: exit with 1 if last write was incompleteDenys Vlasenko2018-01-101-5/+7
* mknod: better --help, much clearer codeDenys Vlasenko2018-01-081-28/+28
* nice: code shrinkDenys Vlasenko2018-01-081-9/+12
* chown: fix a mistake in opt_complementary changeDenys Vlasenko2017-12-311-2/+2
* randomconfig fixesDenys Vlasenko2017-12-314-10/+13
* env: -u option fails due to typoRon Yorston2017-12-251-1/+1
* df: Use statvfs instead of non-standard statfsJames Clarke2017-10-301-3/+3