aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2019-11-19Remove stime() function callsAlistair Francis
2019-11-17chgrp: correct the usage for non-desktop chgrp callsLiu, Shuang (ADITG/ESM)
2019-10-25clang/llvm 9 fix - do not eliminate a store to a fake "const"Denys Vlasenko
2019-10-24Remove syscall wrappers around clock_gettime, closes 12091Denys Vlasenko
2019-10-08date: Use 64 prefix syscall if we have toAlistair Francis
2019-10-08ln: --no-target-directory implies --no-dereferenceKaarle Ritvanen
2019-10-07tee: do not intercept SIGPIPEDenys Vlasenko
2019-08-03stat: print nanosecond times, fix printing of empty linesDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-06-09expand: add commented-out code to handle NULsDenys Vlasenko
2019-06-08expand,unexpand: drop broken test, add FIXME commentDenys Vlasenko
2019-05-26ls: fix SEGV when --color is used and ENABLE_LS_COLOR=nDenys Vlasenko
2019-05-14dd: fix handling of short result of full_write(), closes 11711Denys Vlasenko
2019-05-09ln: correct 'ln -T' usage messageJohn L. Hammond
2019-04-12stat: reduce storage for human-readable filesystem namesRon Yorston
2019-04-02fsync,sync: merge into one source moduleDenys Vlasenko
2019-04-02fsync,sync: make them similarDenys Vlasenko
2019-02-27top: tweak --helpDenys Vlasenko
2019-02-19du: don't count duplicate arguments. Closes 5288Ron Yorston
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