summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2009-09-10doc: improve various BLOCKSIZE and SIZE helpOndřej Vašík-23/+27
2009-09-10dd conv=unblock: print final newline consistentlyJim Meyering-4/+5
2009-09-08tail: make the new piped-stdin test as portable as the old oneJim Meyering-24/+7
2009-09-07tail: syntax-only: use "false", rather than equivalent, 0Jim Meyering-1/+1
2009-09-07tail: ignore -f for piped-stdin, as POSIX requiresJim Meyering-1/+15
2009-09-07tail: don't give up on inotify mode for an already-ignored "-"Jim Meyering-1/+1
2009-09-07tail -f: handle "-"/stdin once againJim Meyering-1/+13
2009-09-06tail: flush initial output before possibly blockingJim Meyering-1/+6
2009-09-05doc: make the tail --sleep-interval help less confusingPádraig Brady-1/+1
2009-09-05maint: remove some tab indentation from copy.cPádraig Brady-3/+3
2009-09-05tests: test old tail -f method even on systems with inotifyPádraig Brady-8/+22
2009-09-05stty: use TAB0, TAB1, and TAB2 only if definedPetr Salinger-0/+8
2009-09-04ln: add comments related to POSIX 2008Eric Blake-21/+15
2009-09-04mv, cp: tweak LINK_FOLLOWS_SYMLINKS logicEric Blake-14/+16
2009-09-03df: don't fail due to an unreadable argumentJim Meyering-1/+4
2009-09-03cp: don't leak resources for each xattr preservation failureOndřej Vašík-1/+1
2009-09-01chcon, chmod, chgrp, chown, du: report fts_close failurePádraig Brady-4/+16
2009-09-01chcon, chmod, chgrp, chown, du: do not ignore fts_close failureJim Meyering-16/+8
2009-09-01maint: du: remove unnecessary initializationJim Meyering-1/+0
2009-09-01maint: chown, chgrp, chmod, chcon: remove unnecessary initializationJim Meyering-4/+7
2009-09-01maint: shred: remove unnecessary initializationJim Meyering-1/+0
2009-09-01maint: dd: remove unnecessary initializationJim Meyering-2/+1
2009-09-01maint: tail: remove unnecessary initializationJim Meyering-1/+1
2009-09-01timeout: remove a redundant assignmentPádraig Brady-1/+0
2009-09-01timeout: defensive handling of all wait() errorsPádraig Brady-6/+19
2009-09-01ls -i: print consistent inode numbers also for mount pointsJim Meyering-1/+22
2009-08-31maint: revert my stdbuf change: the result didn't even compileJim Meyering-1/+2
2009-08-30maint: stdbuf: move a declaration; no-semantic-changeJim Meyering-2/+1
2009-08-30build: quiet "make check" in src/Jim Meyering-4/+4
2009-08-29cp --reflink: preserve attributes on cloned files if askedPádraig Brady-144/+147
2009-08-29cp --reflink: add an "auto" parameter to fall back to a normal copyPádraig Brady-16/+59
2009-08-28stdbuf: fix a small typo in --help outputPádraig Brady-2/+2
2009-08-28build: avoid unused variable warnings on cygwinEric Blake-5/+14
2009-08-28dd: detect closed stderrEric Blake-1/+6
2009-08-25maint: remove Local Variables: indent-tabs-mode: nil from all sourcesJim Meyering-48/+0
2009-08-25global: convert indentation-TABs to spacesJim Meyering-18340/+18340
2009-08-24cp: ignore obscure failure to preserve symlink time stamps,Jim Meyering-5/+10
2009-08-20install: avoid a portability bug when compiling with non-gccJim Meyering-1/+1
2009-08-19build: avoid "make dist" failure in man/Jim Meyering-0/+5
2009-08-18nl: deprecate --page-increment in favor of --line-incrementGiuseppe Scrivano-2/+13
2009-08-18build: perform check-AUTHORS via syntax-check, not via "make check"Jim Meyering-4/+4
2009-08-18sort: use more portable initialization syntaxJim Meyering-4/+23
2009-08-14cp,mv: fix issues with preserving timestamps of copied symlinksPádraig Brady-8/+11
2009-08-13tail: fix tail -f failure when inotify usedPádraig Brady-3/+2
2009-08-13dd: fix a signal handling racePádraig Brady-2/+2
2009-08-10nl, pinky: replace uses of strcatJim Meyering-11/+7
2009-08-07cp: accept the --reflink optionGiuseppe Scrivano-6/+29
2009-08-07dd: preserve semantics of O_DIRECT even for final blockJim Meyering-0/+17
2009-08-06dd: work around buffer length restrictions with oflag=direct (O_DIRECT)Jim Meyering-1/+9
2009-08-04dd: remove unnecessary #if HAVE_FTRUNCATEJim Meyering-2/+0