Age | Commit message (Expand) | Author |
2015-01-24 | stty: add support for extproc/LINEMODE | Pádraig Brady |
2015-01-19 | split: new -t option to select record separator | Assaf Gordon |
2015-01-08 | maint: adjustments related to previous shuf crash fix | Daiki Ueno |
2015-01-01 | maint: update all copyright year number ranges | Pádraig Brady |
2014-12-02 | du: handle sub-bind-mount cycles gracefully | Boris Ranto |
2014-11-27 | rm: fix prompted number of arguments to remove on some platforms | Pádraig Brady |
2014-11-24 | paste: fix possible truncated output with large files | Tobias Stoeckmann |
2014-11-24 | df: only suppress remote mounts of separate exports with --total | Pádraig Brady |
2014-11-22 | tests: add a case verifying mv on case insensitive file systems | Pádraig Brady |
2014-11-21 | mv: fail when moving a file to a hardlink | Boris Ranto |
2014-10-16 | chroot: call chroot() unconditionally to handle bind mounted "/" | Pádraig Brady |
2014-10-15 | cp: read sparse files more efficiently with non regular destination | Pádraig Brady |
2014-10-15 | cp: avoid speculative preallocation with --sparse=always | Pádraig Brady |
2014-10-15 | copy: detect smaller holes than the copy buffer size | Pádraig Brady |
2014-10-07 | wc: don't miscount /sys and similar file systems | Paul Eggert |
2014-09-30 | dd: new status=progress level to print stats periodically | Federico Simoncelli |
2014-09-30 | dd: use more robust SIGUSR1 handling | Pádraig Brady |
2014-09-24 | mv: use reflink=auto mode by default | David Sterba |
2014-09-19 | cp: fix handling of -H with multiply specified source dirs | Pádraig Brady |
2014-09-19 | cp: issue correct warning and ignore duplicate source dirs | Pádraig Brady |
2014-09-19 | doc: output correct --help references with --program-prefix | Pádraig Brady |
2014-08-01 | chroot: perform chdir("/") again unless new --skip-chdir is specified | Bernhard Voelker |
2014-07-18 | maint: post-release administrivia | Pádraig Brady |
2014-07-18 | version 8.23 | Pádraig Brady |
2014-07-16 | numfmt: fix isblank() usage for some unibyte locales | Assaf Gordon |
2014-07-13 | build: update gnulib submodule to latest | Pádraig Brady |
2014-07-13 | sort: avoid undefined operation with destroying locked mutex | Pádraig Brady |
2014-07-13 | build: support building all tools in a single binary | Alex Deymo |
2014-07-02 | pwd: revert default mode back to -P | Pádraig Brady |
2014-06-30 | pwd: assume -L mode by default, as per POSIX | Pádraig Brady |
2014-06-26 | maint: mention when the du cycle warning bug was introduced | Pádraig Brady |
2014-06-26 | id: output the effective group for the process | Petr Stodůlka |
2014-06-25 | df: report correct device in presence of eclipsed mounts | Pádraig Brady |
2014-06-24 | df: output placeholder values for inaccessible mount points | Pádraig Brady |
2014-06-24 | du: ignore directory cycles due to bind mounts | Pádraig Brady |
2014-06-18 | seq: fix incorrect output with start or end of -0 | Pádraig Brady |
2014-06-13 | tail: fix --follow to use polling mode for VXFS | Pádraig Brady |
2014-06-11 | install: allow options -D and -t to be used together | Bernhard Voelker |
2014-06-01 | cut: restore special case handling of -f with -d$'\n' | Pádraig Brady |
2014-05-29 | df: use the last device name provided by the system | Pádraig Brady |
2014-05-23 | stat,tail: improve support for LogFS and ConfigFS | Pádraig Brady |
2014-05-21 | chroot: with --userspec clear root's supplemental groups | Pádraig Brady |
2014-05-16 | chroot: don't chdir() if not changing root | Pádraig Brady |
2014-05-13 | df: also deduplicate virtual file systems | Pádraig Brady |
2014-05-06 | dd: fix conv=ascii, conv=ebcdic, conv=ibm to match POSIX | Paul Eggert |
2014-05-06 | mv,cp: preserve symlink xattrs when copying across file systems | Pádraig Brady |
2014-05-02 | numfmt: improve processing throughput by 800% | Pádraig Brady |
2014-05-02 | numfmt: support zero padding using --format="%010f" | Pádraig Brady |
2014-04-29 | ptx: fix whitespace trimming with multiple files | Pádraig Brady |
2014-04-17 | ls: don't output colors with unknown TERM env variable | Guilherme de Almeida Suckevicz |