summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-09-05doc: make the tail --sleep-interval help less confusingPádraig Brady
2009-09-05maint: remove some tab indentation from copy.cPádraig Brady
2009-09-05tests: test old tail -f method even on systems with inotifyPádraig Brady
2009-09-05stty: use TAB0, TAB1, and TAB2 only if definedPetr Salinger
2009-09-04ln: add comments related to POSIX 2008Eric Blake
2009-09-04mv, cp: tweak LINK_FOLLOWS_SYMLINKS logicEric Blake
2009-09-03df: don't fail due to an unreadable argumentJim Meyering
2009-09-03cp: don't leak resources for each xattr preservation failureOndřej Vašík
2009-09-01chcon, chmod, chgrp, chown, du: report fts_close failurePádraig Brady
2009-09-01chcon, chmod, chgrp, chown, du: do not ignore fts_close failureJim Meyering
2009-09-01maint: du: remove unnecessary initializationJim Meyering
2009-09-01maint: chown, chgrp, chmod, chcon: remove unnecessary initializationJim Meyering
2009-09-01maint: shred: remove unnecessary initializationJim Meyering
2009-09-01maint: dd: remove unnecessary initializationJim Meyering
2009-09-01maint: tail: remove unnecessary initializationJim Meyering
2009-09-01timeout: remove a redundant assignmentPádraig Brady
2009-09-01timeout: defensive handling of all wait() errorsPádraig Brady
2009-09-01ls -i: print consistent inode numbers also for mount pointsJim Meyering
2009-08-31maint: revert my stdbuf change: the result didn't even compileJim Meyering
2009-08-30maint: stdbuf: move a declaration; no-semantic-changeJim Meyering
2009-08-30build: quiet "make check" in src/Jim Meyering
2009-08-29cp --reflink: preserve attributes on cloned files if askedPádraig Brady
2009-08-29cp --reflink: add an "auto" parameter to fall back to a normal copyPádraig Brady
2009-08-28stdbuf: fix a small typo in --help outputPádraig Brady
2009-08-28build: avoid unused variable warnings on cygwinEric Blake
2009-08-28dd: detect closed stderrEric Blake
2009-08-25maint: remove Local Variables: indent-tabs-mode: nil from all sourcesJim Meyering
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-08-24cp: ignore obscure failure to preserve symlink time stamps,Jim Meyering
2009-08-20install: avoid a portability bug when compiling with non-gccJim Meyering
2009-08-19build: avoid "make dist" failure in man/Jim Meyering
2009-08-18nl: deprecate --page-increment in favor of --line-incrementGiuseppe Scrivano
2009-08-18build: perform check-AUTHORS via syntax-check, not via "make check"Jim Meyering
2009-08-18sort: use more portable initialization syntaxJim Meyering
2009-08-14cp,mv: fix issues with preserving timestamps of copied symlinksPádraig Brady
2009-08-13tail: fix tail -f failure when inotify usedPádraig Brady
2009-08-13dd: fix a signal handling racePádraig Brady
2009-08-10nl, pinky: replace uses of strcatJim Meyering
2009-08-07cp: accept the --reflink optionGiuseppe Scrivano
2009-08-07dd: preserve semantics of O_DIRECT even for final blockJim Meyering
2009-08-06dd: work around buffer length restrictions with oflag=direct (O_DIRECT)Jim Meyering
2009-08-04dd: remove unnecessary #if HAVE_FTRUNCATEJim Meyering
2009-08-04cp -pP (and e.g., -a): preserve time stamps on symlinks, tooJim Meyering
2009-07-30tail: tweak indentationJim Meyering
2009-07-30tail: properly parse fractional seconds when monitoring a pidPádraig Brady
2009-07-30tail: exit successfully upon watched process deathGiuseppe Scrivano
2009-07-29cp: support btrfs' copy-on-write file clone operationGiuseppe Scrivano
2009-07-29maint: update sleep.c's copyright year listJim Meyering
2009-07-28tail: use the inotify backend also with --pid=PIDGiuseppe Scrivano
2009-07-27ls -1U dir arg ... now works againKamil Dudka