| Age | Commit message (Expand) | Author | Lines |
| 2013-11-06 | shred: write larger chunks when possible | Pádraig Brady | -5/+29 |
| 2013-11-05 | shred: enable direct I/O when possible | Pádraig Brady | -25/+37 |
| 2013-11-01 | md5sum, sha*sum: improve help for --check related options | Pádraig Brady | -4/+2 |
| 2013-11-01 | maint: simplify printing of md5sum file names | Pádraig Brady | -7/+22 |
| 2013-10-15 | dircolors: add putty-256color terminal type | Mike Frysinger | -0/+1 |
| 2013-10-11 | cp: correct error message for invalid arguments of '--no-preserve' | Ondřej Vašík | -1/+2 |
| 2013-10-07 | mktemp: fix incorrect exit status from previous commit | Pádraig Brady | -1/+2 |
| 2013-10-06 | mktemp: with --quiet, only suppress I/O errors | Pádraig Brady | -17/+10 |
| 2013-10-06 | mktemp: synchronize the -p option with docs | Pádraig Brady | -14/+8 |
| 2013-09-26 | rm: with -I, prompt before deleting a write protected file | Sergio Durigan Junior | -1/+1 |
| 2013-09-22 | maint: remove unused parameters to parse_user_spec() | Pádraig Brady | -8/+2 |
| 2013-09-22 | id: support specifying the user by user ID | Pádraig Brady | -7/+25 |
| 2013-09-21 | id: add -z, --zero option | Bernhard Voelker | -18/+32 |
| 2013-09-05 | ls: fix possible incorrect exit status when recursing directories | FUJIWARA Katsunori | -1/+1 |
| 2013-09-01 | maint: update out of date confusing comments | Pádraig Brady | -2/+2 |
| 2013-08-29 | df: fix "blocks" translation in header | Pádraig Brady | -1/+1 |
| 2013-08-10 | doc: clarify when seq ends | Bernhard Voelker | -0/+2 |
| 2013-08-05 | doc: more semicolons instead of periods in option descriptions | Benno Schulenberg | -32/+36 |
| 2013-08-03 | doc: clarify that uniq -d outputs a single entry per group | Pádraig Brady | -1/+1 |
| 2013-08-02 | maint: update copyright year number ranges of numfmt sources | Bernhard Voelker | -1/+1 |
| 2013-08-01 | doc: use semicolon instead of period in option descriptions | Benno Schulenberg | -52/+51 |
| 2013-07-28 | maint: avoid clang static analysis issues in csplit | Pádraig Brady | -4/+5 |
| 2013-07-27 | du: add --inodes option | Bernhard Voelker | -4/+34 |
| 2013-07-25 | mv: replace empty directories in cross file system move | Ken Booth | -2/+6 |
| 2013-07-22 | maint: use new gnulib function to free mount entries in du | Bernhard Voelker | -6/+1 |
| 2013-07-19 | rm: output number of arguments at the interactive prompt | Rasmus Villemoes | -3/+7 |
| 2013-07-19 | dd: make status=none suppress all diagnostics | Pádraig Brady | -17/+22 |
| 2013-07-12 | head: avoid redundant allocations when reading empty files | Pádraig Brady | -5/+4 |
| 2013-07-12 | maint: avoid a valgrind memory leak warning from pinky | Pádraig Brady | -1/+3 |
| 2013-07-11 | df: reduce memory usage when filtering mount entries | Anton Ovchinnikov | -9/+21 |
| 2013-07-11 | build: fix a build warning on 32 bit systems in shuf.c | Pádraig Brady | -1/+1 |
| 2013-07-11 | shuf: add --repetition to support repetition in output | Assaf Gordon | -56/+134 |
| 2013-07-11 | maint: adjust indentation in df.c | Pádraig Brady | -13/+17 |
| 2013-07-09 | df: fix mount list processing with unstatable mount dirs | Pádraig Brady | -1/+2 |
| 2013-07-07 | maint: avoid a valgrind memory leak warning from uptime | Anton Ovchinnikov | -1/+3 |
| 2013-07-02 | stat: ensure --context emits an "unrecognized option" diagnostic | Pádraig Brady | -1/+0 |
| 2013-07-02 | mkdir,mkfifo,mknod: give scontext-related variable a better scope | Bernhard Voelker | -17/+18 |
| 2013-07-02 | maint: refactor SMACK interface to a separate module | Pádraig Brady | -45/+16 |
| 2013-07-02 | id: don't show SMACK errors unless -Z is specified | Pádraig Brady | -2/+3 |
| 2013-07-01 | mkdir,mkfifo,mknod: with -Z, create SMACK security context | Jarkko Sakkinen | -3/+51 |
| 2013-06-24 | ls: with -Z, show SMACK security context | Jarkko Sakkinen | -8/+34 |
| 2013-06-22 | stdbuf: make it mandatory to specify a buffering option | Pádraig Brady | -6/+14 |
| 2013-06-22 | doc: clarify that truncate --size represents bytes by default | Pádraig Brady | -1/+1 |
| 2013-06-20 | id: adjust/restrict smack support to newer versions of libsmack | Jarkko Sakkinen | -1/+2 |
| 2013-06-18 | tests: use appropriate precision when printing float limits | Pádraig Brady | -2/+16 |
| 2013-06-12 | doc: clarify the description of du --separate-dirs | Pádraig Brady | -1/+1 |
| 2013-06-03 | doc: mention 'UTC' in date --utc help | Andreas Mohr | -1/+1 |
| 2013-06-02 | od: -wN, N>64K, avoid misbehavior on systems with 32-bit size_t | Jim Meyering | -3/+3 |
| 2013-05-24 | stat: tune for large-LDAP case | Paul Eggert | -2/+0 |
| 2013-05-23 | split: with --line-bytes only allocate memory as needed | Pádraig Brady | -43/+96 |