Age | Commit message (Expand) | Author |
2009-10-17 | touch: add -h to change symlink timestamps, where supported | Eric Blake |
2009-10-09 | chcon: don't disable just because SELinux is disabled | Jim Meyering |
2009-10-08 | stat: add support for many more file system types | Jim Meyering |
2009-10-08 | stat: recognize CIFS and HFS file system types | Jim Meyering |
2009-10-07 | md5sum, sha*sum: also accept openssl checksum syntax | Guenter Knauf |
2009-10-06 | post-release administrivia | Jim Meyering |
2009-10-06 | version 8.0 | Jim Meyering |
2009-10-02 | tail: avoid a race where we could miss new data with --pid | Pádraig Brady |
2009-09-30 | ls: always print "?" for allocated size of a dereferenced dangling symlink | Pádraig Brady |
2009-09-29 | stat: interpret "-" as standard input | Jim Meyering |
2009-09-29 | ls: don't use an undefined struct stat after failed stat/lstat | Jim Meyering |
2009-09-29 | ls: print "?", not "0" as inode of dereferenced dangling symlink | Jim Meyering |
2009-09-29 | ls: with -LR, exit with status 2 upon detecting a cycle | Jim Meyering |
2009-09-25 | ln: add -L/-P options | Eric Blake |
2009-09-23 | maint: summarize gnulib changes | Eric Blake |
2009-09-23 | readlink: pick up gnulib changes to readlink -f | Eric Blake |
2009-09-21 | ls: handle disabling of colors consistently for all tile types | Pádraig Brady |
2009-09-14 | doc: NEWS: mention origin of touch -t ....60 bug | Jim Meyering |
2009-09-14 | touch: don't reject "60" as number of seconds in a legacy time stamp | Jim Meyering |
2009-09-14 | cp,mv: preserve extended attributes even for read-only files | Ondřej Vašík |
2009-09-13 | doc: NEWS: say quadratic and linear, rather than O(N^2) and O(N) | Jim Meyering |
2009-09-13 | doc: improve NEWS | Jim Meyering |
2009-09-11 | id: don't print context=... when POSIXLY_CORRECT is set | Jim Meyering |
2009-09-11 | rm: improve efficiency of rm -r (without -f) from O(N^2) to O(N) | Jim Meyering |
2009-09-11 | rm: rewrite to use fts | Jim Meyering |
2009-09-11 | post-release administrivia | Jim Meyering |
2009-09-11 | version 7.6 | Jim Meyering |
2009-09-10 | link,ln: use gnulib's link module to work around Solaris 10 deficiency | Jim Meyering |
2009-09-10 | dd conv=unblock: print final newline consistently | Jim Meyering |
2009-09-08 | tail: make the new piped-stdin test as portable as the old one | Jim Meyering |
2009-09-07 | tail: ignore -f for piped-stdin, as POSIX requires | Jim Meyering |
2009-09-07 | doc: tweak NEWS | Jim Meyering |
2009-09-07 | tail -f: handle "-"/stdin once again | Jim Meyering |
2009-09-06 | tail: flush initial output before possibly blocking | Jim Meyering |
2009-09-03 | df: don't fail due to an unreadable argument | Jim Meyering |
2009-09-03 | cp: don't leak resources for each xattr preservation failure | Ondřej Vašík |
2009-09-01 | ls -i: print consistent inode numbers also for mount points | Jim Meyering |
2009-08-29 | cp --reflink: preserve attributes on cloned files if asked | Pádraig Brady |
2009-08-29 | cp --reflink: add an "auto" parameter to fall back to a normal copy | Pádraig Brady |
2009-08-28 | dd: detect closed stderr | Eric Blake |
2009-08-24 | cp: ignore obscure failure to preserve symlink time stamps, | Jim Meyering |
2009-08-20 | post-release administrivia | Jim Meyering |
2009-08-20 | version 7.5 | Jim Meyering |
2009-08-18 | nl: deprecate --page-increment in favor of --line-increment | Giuseppe Scrivano |
2009-08-14 | doc: clarify the cp --reflink NEWS | Pádraig Brady |
2009-08-13 | dd: fix a signal handling race | Pádraig Brady |
2009-08-07 | cp: accept the --reflink option | Giuseppe Scrivano |
2009-08-06 | dd: work around buffer length restrictions with oflag=direct (O_DIRECT) | Jim Meyering |
2009-08-04 | cp -pP (and e.g., -a): preserve time stamps on symlinks, too | Jim Meyering |
2009-08-04 | install runs faster again with SELinux enabled | Kamil Dudka |