Age | Commit message (Expand) | Author |
2009-09-05 | stty: use TAB0, TAB1, and TAB2 only if defined | Petr Salinger |
2009-09-04 | ln: add comments related to POSIX 2008 | Eric Blake |
2009-09-04 | mv, cp: tweak LINK_FOLLOWS_SYMLINKS logic | Eric Blake |
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 | chcon, chmod, chgrp, chown, du: report fts_close failure | Pádraig Brady |
2009-09-01 | chcon, chmod, chgrp, chown, du: do not ignore fts_close failure | Jim Meyering |
2009-09-01 | maint: du: remove unnecessary initialization | Jim Meyering |
2009-09-01 | maint: chown, chgrp, chmod, chcon: remove unnecessary initialization | Jim Meyering |
2009-09-01 | maint: shred: remove unnecessary initialization | Jim Meyering |
2009-09-01 | maint: dd: remove unnecessary initialization | Jim Meyering |
2009-09-01 | maint: tail: remove unnecessary initialization | Jim Meyering |
2009-09-01 | timeout: remove a redundant assignment | Pádraig Brady |
2009-09-01 | timeout: defensive handling of all wait() errors | Pádraig Brady |
2009-09-01 | ls -i: print consistent inode numbers also for mount points | Jim Meyering |
2009-08-31 | maint: revert my stdbuf change: the result didn't even compile | Jim Meyering |
2009-08-30 | maint: stdbuf: move a declaration; no-semantic-change | Jim Meyering |
2009-08-30 | build: quiet "make check" in src/ | 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 | stdbuf: fix a small typo in --help output | Pádraig Brady |
2009-08-28 | build: avoid unused variable warnings on cygwin | Eric Blake |
2009-08-28 | dd: detect closed stderr | Eric Blake |
2009-08-25 | maint: remove Local Variables: indent-tabs-mode: nil from all sources | Jim Meyering |
2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering |
2009-08-24 | cp: ignore obscure failure to preserve symlink time stamps, | Jim Meyering |
2009-08-20 | install: avoid a portability bug when compiling with non-gcc | Jim Meyering |
2009-08-19 | build: avoid "make dist" failure in man/ | Jim Meyering |
2009-08-18 | nl: deprecate --page-increment in favor of --line-increment | Giuseppe Scrivano |
2009-08-18 | build: perform check-AUTHORS via syntax-check, not via "make check" | Jim Meyering |
2009-08-18 | sort: use more portable initialization syntax | Jim Meyering |
2009-08-14 | cp,mv: fix issues with preserving timestamps of copied symlinks | Pádraig Brady |
2009-08-13 | tail: fix tail -f failure when inotify used | Pádraig Brady |
2009-08-13 | dd: fix a signal handling race | Pádraig Brady |
2009-08-10 | nl, pinky: replace uses of strcat | Jim Meyering |
2009-08-07 | cp: accept the --reflink option | Giuseppe Scrivano |
2009-08-07 | dd: preserve semantics of O_DIRECT even for final block | Jim Meyering |
2009-08-06 | dd: work around buffer length restrictions with oflag=direct (O_DIRECT) | Jim Meyering |
2009-08-04 | dd: remove unnecessary #if HAVE_FTRUNCATE | Jim Meyering |
2009-08-04 | cp -pP (and e.g., -a): preserve time stamps on symlinks, too | Jim Meyering |
2009-07-30 | tail: tweak indentation | Jim Meyering |
2009-07-30 | tail: properly parse fractional seconds when monitoring a pid | Pádraig Brady |
2009-07-30 | tail: exit successfully upon watched process death | Giuseppe Scrivano |
2009-07-29 | cp: support btrfs' copy-on-write file clone operation | Giuseppe Scrivano |
2009-07-29 | maint: update sleep.c's copyright year list | Jim Meyering |
2009-07-28 | tail: use the inotify backend also with --pid=PID | Giuseppe Scrivano |
2009-07-27 | ls -1U dir arg ... now works again | Kamil Dudka |
2009-07-27 | tr: improve --help's description of --complement (-c) | Heikki Orsila |
2009-07-24 | readlink: improve one-line summary: prints canonical file names, too | Jim Meyering |
2009-07-11 | tail: adjust type of a local variable | Jim Meyering |