Age | Commit message (Expand) | Author |
2014-03-31 | head: fix bug with head -c-N when stdin is not at start | Paul Eggert |
2014-03-26 | ptx: avoid --format long option falling through into --help | Bernhard Voelker |
2014-03-24 | split: avoid unnecessary input buffering | Pádraig Brady |
2014-03-19 | chmod: fix erroneous warnings with -R --changes | Dylan Simon |
2014-03-13 | ln: with -sr, don't segfault for a TARGET of '' | Jim Meyering |
2014-03-13 | chroot: improve --userspec and --groups look-up | Pádraig Brady |
2014-02-27 | date: fix crash or infinite loop when parsing a malformed TZ="" | Pádraig Brady |
2014-02-26 | shuf: convert error diagnostic to lowercase | Bernhard Voelker |
2014-02-23 | shuf: with -r, don't dump core if the input is empty | Paul Eggert |
2014-02-09 | head: fix --lines=-0 outputting nothing if no newline at EOF | Алексей Шилин |
2014-02-09 | od: add an --endian option to control byte swapping | Niels Möller |
2014-01-29 | stat,tail: improve support for HFS+ and HFSX | Pádraig Brady |
2014-01-17 | ln: fix replacing symbolic links whose targets can't exist | Pádraig Brady |
2014-01-13 | copy: fix a segfault in SELinux context copying code | Nicolas Iooss |
2014-01-13 | copy: fix SELinux context preservation for existing directories | Pádraig Brady |
2014-01-02 | maint: update all copyright year number ranges | Bernhard Voelker |
2013-12-13 | maint: post-release administrivia | Pádraig Brady |
2013-12-13 | version 8.22 | Pádraig Brady |
2013-12-13 | stat,tail: improve support for hostfs and smackfs | Pádraig Brady |
2013-12-13 | build: default to avoiding openssl system libraries | Pádraig Brady |
2013-12-06 | shuf: --repeat, not --repetitions; default --head-count is infinity | Paul Eggert |
2013-12-06 | doc: clarify that df now generally processes special files correctly | Bernhard Voelker |
2013-12-04 | md5sum, sha*sum: use libcrypto where available | Pádraig Brady |
2013-12-04 | df: handle bind mounts when processing device nodes | Pádraig Brady |
2013-12-04 | df: dereference symlinks to disk device nodes | Pádraig Brady |
2013-11-29 | df: remove long-obsolescent --megabytes option | Bernhard Voelker |
2013-11-27 | selinux: adjust utils to run restorecon with -Z | Pádraig Brady |
2013-11-27 | shred: provide --remove methods to avoid excessive syncing | Pádraig Brady |
2013-11-27 | tail: improve inotify handling of symlinks | Pádraig Brady |
2013-11-27 | df: add --output=file to directly output specified arguments | Pádraig Brady |
2013-11-17 | stty: add support for mark/space parity | Colin Leitner |
2013-11-11 | base64: improve encoding I/O efficiency | Pádraig Brady |
2013-11-08 | shred: increase I/O block size for periodic pattern case | Pádraig Brady |
2013-11-08 | shred: fix direct I/O failures for last write to file | Pádraig Brady |
2013-11-07 | cp: fix --link regarding the dereferencing of symbolic links | Gian Piero Carrubba |
2013-11-06 | shred: write larger chunks when possible | Pádraig Brady |
2013-11-05 | shred: enable direct I/O when possible | Pádraig Brady |
2013-09-26 | rm: with -I, prompt before deleting a write protected file | Sergio Durigan Junior |
2013-09-22 | id: support specifying the user by user ID | Pádraig Brady |
2013-09-21 | id: add -z, --zero option | Bernhard Voelker |
2013-09-05 | ls: fix possible incorrect exit status when recursing directories | FUJIWARA Katsunori |
2013-07-27 | du: add --inodes option | Bernhard Voelker |
2013-07-25 | mv: replace empty directories in cross file system move | Ken Booth |
2013-07-19 | dd: make status=none suppress all diagnostics | Pádraig Brady |
2013-07-11 | shuf: add --repetition to support repetition in output | Assaf Gordon |
2013-07-09 | df: fix mount list processing with unstatable mount dirs | Pádraig Brady |
2013-07-01 | mkdir,mkfifo,mknod: with -Z, create SMACK security context | Jarkko Sakkinen |
2013-06-24 | ls: with -Z, show SMACK security context | Jarkko Sakkinen |
2013-06-22 | stdbuf: make it mandatory to specify a buffering option | Pádraig Brady |
2013-06-05 | doc: mention prior stat change | Eric Blake |