Age | Commit message (Expand) | Author |
2012-05-08 | maint: fix common spelling errors | Kevin Lyda |
2012-05-07 | cp: handle a race condition more sensibly | Jim Meyering |
2012-05-04 | maint: rely on gnulib's new sys_resource module | Jim Meyering |
2012-05-02 | cp,mv,install: provide POSIX_FADV_SEQUENTIAL hint to input | Pádraig Brady |
2012-05-02 | maint: adjust comments to avoid FP match on binary-operator-at-EOL | Jim Meyering |
2012-05-02 | maint: with split lines, don't leave an operator at end of line | Jim Meyering |
2012-04-30 | cat,cp,mv,install,split: Set the minimum IO block size used to 64KiB | Pádraig Brady |
2012-04-27 | id: -Zn/-Zr: avoid an invalid diagnostic | Jim Meyering |
2012-04-27 | id: don't call getcon unnecessarily | Jim Meyering |
2012-04-27 | maint: id: minor factorization | Jim Meyering |
2012-04-27 | id,groups: with no user name, print only real and/or effective IDs, | Jim Meyering |
2012-04-19 | maint: tac: use memcpy, not strcpy | Jim Meyering |
2012-04-19 | maint: ls: use stpncpy/stpcpy, not strncpy/strcpy | Jim Meyering |
2012-04-19 | maint: modernize/clean-up a small function in ls.c | Jim Meyering |
2012-04-16 | maint: replace a use of strcpy in chmod.c with memcpy | Jim Meyering |
2012-04-12 | fmt: accept new --goal=WIDTH (-g) option | Bruce Korb |
2012-04-12 | cp: change --attributes-only to not truncate existing files | Pádraig Brady |
2012-03-28 | chmod: undo previous change | Paul Eggert |
2012-03-28 | chmod: fix symlink race condition | Paul Eggert |
2012-03-26 | doc: use $(...), not `...` in documentation and comments | Jim Meyering |
2012-03-22 | ln: add the --relative option | Harald Hoyer |
2012-03-22 | maint: refactor relpath() from `realpath` for use by `ln` | Pádraig Brady |
2012-03-22 | maint: ensure PATH_MAX is set correctly | Pádraig Brady |
2012-03-21 | maint: use more modern fseeko, rather than fseek | Jim Meyering |
2012-03-15 | realpath: optimize --relative-base usage | Eric Blake |
2012-03-15 | realpath: let --relative-to default to --relative-base | Eric Blake |
2012-03-15 | realpath: fix problems with root handling | Eric Blake |
2012-03-10 | dirname: support more than one argument | Jérémy Compostella |
2012-03-10 | split: support an arbitrary number of split files by default | Jérémy Compostella |
2012-03-08 | chmod: add notations +40, 00440, etc. | Paul Eggert |
2012-03-08 | du: fix -x: don't ignore non-directory arguments | Jim Meyering |
2012-03-07 | basename: support more than one argument | Jérémy Compostella |
2012-03-06 | maint: refactor copy to use is_nul() | Pádraig Brady |
2012-02-29 | doc: timeout: document the exit status when run with "-s KILL" | Rodrigo Campos |
2012-02-29 | dd: add support for the conv=sparse option | Roman Rybalko |
2012-02-25 | sort: default to physmem/8, not physmem/16 | Paul Eggert |
2012-02-24 | doc: clarify a comment in system.h | Jim Meyering |
2012-02-20 | split: add the --additional-suffix option | Jérémy Compostella |
2012-02-20 | ls: adjust errnos indicating device non support for xattrs | Pádraig Brady |
2012-02-18 | ls: cache ACL- and CAP-querying syscall failures | Jim Meyering |
2012-02-18 | ls: optimize for when getfilecon would often fail (~33% perf. gain) | Jim Meyering |
2012-02-18 | split: support optional start value for --numeric-suffixes | Jérémy Compostella |
2012-02-16 | doc: improve 'rm -f' description | Bernhard Voelker |
2012-02-13 | dd: fix issues in the count_bytes and seek_bytes flags change | Pádraig Brady |
2012-02-12 | dd: add count_bytes, skip_bytes and seek_bytes flags | Jérémy Compostella |
2012-02-12 | mv: "mv A B" would sometimes succeed, yet A would remain, ... | Jim Meyering |
2012-02-06 | maint: add braces as requested by HACKING coding standard | Jérémy Compostella |
2012-01-31 | doc: clarify --help output for some optional arguments | Pádraig Brady |
2012-01-30 | maint: sort: remove the last uses of "'%s'" in diagnostics | Jim Meyering |
2012-01-30 | mv: allow moving symlink onto same-inode dest with >= 2 hard links | Jim Meyering |