Age | Commit message (Expand) | Author |
2009-10-22 | tests: add a test for the `tail -f' race condition bug | Giuseppe Scrivano |
2009-10-21 | tests: ensure touch honors trailing slash | Eric Blake |
2009-10-21 | md5sum, sha*sum, sum: line-buffer the printed checksums | Pádraig Brady |
2009-10-17 | touch: add -h to change symlink timestamps, where supported | Eric Blake |
2009-10-17 | tests: abmon-align: avoid test failure | Jim Meyering |
2009-10-10 | copy: allow symlink timestamp preservation on more systems | Eric Blake |
2009-10-10 | tests: adjust tail-2/pid to work around FreeBSD 6.1 failure | Jim Meyering |
2009-10-08 | stat: test recent patch | Eric Blake |
2009-10-07 | md5sum, sha*sum: also accept openssl checksum syntax | Guenter Knauf |
2009-10-02 | tail: avoid a race where we could miss new data with --pid | Pádraig Brady |
2009-09-30 | tests: tail-2/pid: use a 3-second timeout, not 1 | Jim Meyering |
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: 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 | 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 | touch: don't reject "60" as number of seconds in a legacy time stamp | Jim Meyering |
2009-09-14 | maint: use #!/bin/sh consistently in shell-based test scripts | Jim Meyering |
2009-09-14 | tests: fix dd/skip-seek-past-file to work on ecryptfs | Pádraig Brady |
2009-09-14 | cp,mv: preserve extended attributes even for read-only files | Ondřej Vašík |
2009-09-11 | id: don't print context=... when POSIXLY_CORRECT is set | Jim Meyering |
2009-09-11 | rm: rewrite to use fts | 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 | tests: tail-2/assert: reduce risk of race condition | Pádraig Brady |
2009-09-08 | tests: address a race condition in misc/cat-buf | Pádraig Brady |
2009-09-07 | tail: ignore -f for piped-stdin, as POSIX requires | Jim Meyering |
2009-09-07 | tests: tail-2/flush-initial should not rely on stdbuf | Pádraig Brady |
2009-09-07 | tests: misc/cat-buf: clean up syntax | Jim Meyering |
2009-09-07 | tests: ls/color-clear-to-eol: append NL to accommodate old sed | Jim Meyering |
2009-09-07 | tests: tail-2/infloop-1: avoid rare test failure on a busy system | Jim Meyering |
2009-09-07 | tail -f: handle "-"/stdin once again | Jim Meyering |
2009-09-06 | tests: tail-2/flush-initial: correct race avoidance code | Jim Meyering |
2009-09-06 | tests: ls-misc: don't let a bogus umask cause test failure | Jim Meyering |
2009-09-06 | tail: flush initial output before possibly blocking | Jim Meyering |
2009-09-05 | tests: ls/stat-vs-dirent: avoid spurious test failure | Jim Meyering |
2009-09-05 | tests: test old tail -f method even on systems with inotify | Pádraig Brady |
2009-09-04 | tests: fix a tail-2/pid failure on GNU/kFreeBSD | Petr Salinger |
2009-09-04 | tests: fix a failure when running tail-2/wait as root | Pádraig Brady |
2009-09-03 | df: don't fail due to an unreadable argument | Jim Meyering |
2009-09-03 | tests: simplify and fix a race in 2 tail --follow tests | Pádraig Brady |
2009-09-01 | ls -i: print consistent inode numbers also for mount points | Jim Meyering |
2009-08-30 | tests: don't misbehave if $TMPDIR contains spaces | Pádraig Brady |
2009-08-29 | tests: other-fs-tmpdir: don't misbehave for quote-unfriendly $TMPDIR | Jim Meyering |
2009-08-29 | tests: cp/reflink-auto guard against a pathological $TMPDIR | 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 |