Age | Commit message (Expand) | Author |
2020-06-09 | unexpand: correct behavior for --first-only --tabs=4 | Mark Edgar |
2019-11-19 | Remove stime() function calls | Alistair Francis |
2019-11-17 | chgrp: correct the usage for non-desktop chgrp calls | Liu, Shuang (ADITG/ESM) |
2019-10-25 | clang/llvm 9 fix - do not eliminate a store to a fake "const" | Denys Vlasenko |
2019-10-24 | Remove syscall wrappers around clock_gettime, closes 12091 | Denys Vlasenko |
2019-10-08 | date: Use 64 prefix syscall if we have to | Alistair Francis |
2019-10-08 | ln: --no-target-directory implies --no-dereference | Kaarle Ritvanen |
2019-10-07 | tee: do not intercept SIGPIPE | Denys Vlasenko |
2019-08-03 | stat: print nanosecond times, fix printing of empty lines | Denys Vlasenko |
2019-07-02 | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne |
2019-06-09 | expand: add commented-out code to handle NULs | Denys Vlasenko |
2019-06-08 | expand,unexpand: drop broken test, add FIXME comment | Denys Vlasenko |
2019-05-26 | ls: fix SEGV when --color is used and ENABLE_LS_COLOR=n | Denys Vlasenko |
2019-05-14 | dd: fix handling of short result of full_write(), closes 11711 | Denys Vlasenko |
2019-05-09 | ln: correct 'ln -T' usage message | John L. Hammond |
2019-04-12 | stat: reduce storage for human-readable filesystem names | Ron Yorston |
2019-04-02 | fsync,sync: merge into one source module | Denys Vlasenko |
2019-04-02 | fsync,sync: make them similar | Denys Vlasenko |
2019-02-27 | top: tweak --help | Denys Vlasenko |
2019-02-19 | du: don't count duplicate arguments. Closes 5288 | Ron Yorston |
2019-02-14 | dd: add 'oflag=append' | Rostislav Skudnov |
2019-01-09 | date: improve help text for -D | Denys Vlasenko |
2019-01-07 | sleep: support "inf" | Denys Vlasenko |
2019-01-04 | ls: make -i compatible with coreutils: don't follow symlink by default | Martijn Dekker |
2018-12-28 | config: more tweaks | Denys Vlasenko |
2018-12-28 | config: update size information | Denys Vlasenko |
2018-11-29 | cat,nl: fix handling of open errors | Denys Vlasenko |
2018-10-30 | printf: fix printf "%u\n" +18446744073709551614 | Denys Vlasenko |
2018-10-30 | dd: do not have 'ocount' variable if ibs/obs support is not enabled | Denys Vlasenko |
2018-10-30 | dd: add 'oflag=seek_bytes' | Rostislav Skudnov |
2018-10-19 | printf: fix printing +-prefixed numbers | Bernhard Reutner-Fischer |
2018-09-30 | unzip: use printable_string() for printing filenames | Denys Vlasenko |
2018-08-03 | timeout: fix arguments to match coreutils | Denys Vlasenko |
2018-08-03 | extend fractional duration support to "top -d N.N" and "timeout" | Denys Vlasenko |
2018-08-01 | ls: When -h is passed, the total should also be in human units | Lauri Kasanen |
2018-08-01 | cp: placate gcc8 | Denys Vlasenko |
2018-07-17 | cp: add missing quote in config snippet | Denys Vlasenko |
2018-07-13 | cp: optional --reflink support | Denys Vlasenko |
2018-07-08 | sort: add -V "sort version" | Denys Vlasenko |
2018-07-06 | nproc: implement --all --ignore=N | haroon maqsood |
2018-06-22 | install: fix "-D -t DIR1/DIR2/DIR3" creating only DIR1/DIR2, closes 11106 | Denys Vlasenko |
2018-06-06 | restore documentation on the build config language | Kartik Agaram |
2018-05-24 | realpath,readlink -f: coreutils compat, closes 11021 | Denys Vlasenko |
2018-04-29 | cat: fix cat -e and cat -v erroneously numbering 1st line | Denys Vlasenko |
2018-04-10 | shell: add comments about [[, no code changes | Denys Vlasenko |
2018-04-08 | bzip2: fix two crashes on corrupted archives | Denys Vlasenko |
2018-04-08 | libbb.h: always include sys/resource.h | Denys Vlasenko |
2018-04-07 | libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir... | Denys Vlasenko |
2018-04-06 | sort: smaller and more agressive FEATURE_SORT_OPTIMIZE_MEMORY | Denys Vlasenko |
2018-04-04 | sort: move misplaced comment | Denys Vlasenko |