summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2014-05-24doc: use nicer quotesPaul Eggert-0/+1
2014-05-23stat,tail: improve support for LogFS and ConfigFSPádraig Brady-3/+7
2014-05-22maint: enforce consistent width and case of file system constantsPádraig Brady-3/+11
2014-05-21stdbuf: support compilers other than __GNUC__Pádraig Brady-14/+40
2014-05-21tests: use chroot --user rather than internal setuidgid toolPádraig Brady-237/+26
2014-05-21chroot: make changing root check more robustPádraig Brady-3/+22
2014-05-21chroot: exit immediately upon failurePádraig Brady-23/+7
2014-05-21chroot: with --userspec clear root's supplemental groupsPádraig Brady-39/+176
2014-05-16chroot: don't chdir() if not changing rootPádraig Brady-26/+37
2014-05-13maint: avoid clang -Wtautological-constant-out-of-range-compare warningPádraig Brady-3/+4
2014-05-13df: ignore non file system entries in /proc/mountsPádraig Brady-1/+7
2014-05-13df: fix handling of symlinks in mount listPádraig Brady-2/+17
2014-05-13df: also deduplicate virtual file systemsPádraig Brady-30/+50
2014-05-13tests: fix spurious failure with leading spaces in file namesPádraig Brady-1/+1
2014-05-12build: avoid bootstrap error with gettext 0.18.3.1Assaf Gordon-0/+15
2014-05-10shred: don't infloop upon negative sizeJim Meyering-2/+31
2014-05-10shred: fix overflow checking of command-line optionsPaul Eggert-4/+5
2014-05-07tests: improve new ascii test of ddBernhard Voelker-10/+12
2014-05-06dd: fix conv=ascii, conv=ebcdic, conv=ibm to match POSIXPaul Eggert-19/+122
2014-05-07tests: improve diagnostics when asserting empty filesPádraig Brady-41/+53
2014-05-06mv,cp: preserve symlink xattrs when copying across file systemsPádraig Brady-7/+31
2014-05-05tests: initial SMACK testsJarkko Sakkinen-0/+125
2014-05-04maint: autotools-install: update tool version numbers to latestJim Meyering-3/+3
2014-05-03maint: don't let envvar setting break ChangeLog generationJim Meyering-1/+3
2014-05-02numfmt: improve processing throughput by 800%Pádraig Brady-32/+11
2014-05-02numfmt: support zero padding using --format="%010f"Pádraig Brady-41/+87
2014-04-29doc: clarify the pr --page-width descriptionsPádraig Brady-7/+11
2014-04-29ptx: fix whitespace trimming with multiple filesPádraig Brady-33/+52
2014-04-25maint: make ChangeLog generation more robustPádraig Brady-4/+5
2014-04-25maint: remove trailing comma from enum to make gl/ c89 compatEdgars Irmejs-2/+2
2014-04-22doc: clarify meaning of stat's mtime and ctime formatsAssaf Gordon-8/+8
2014-04-18tests: make ls tests independent of COLORTERM envPádraig Brady-2/+6
2014-04-17doc: disambiguate chmod man page reference to (a) usersPádraig Brady-1/+1
2014-04-17dircolors: add hurd and mach-gnu-color terminal typesDavid Michael-0/+2
2014-04-17ls: don't output colors with unknown TERM env variableGuilherme de Almeida Suckevicz-1/+90
2014-04-16doc: improve remove prompt translator commentBenno Schulenberg-4/+5
2014-04-16maint: df: avoid sizeof(char**) static analysis warningBernhard Voelker-1/+1
2014-04-11tests: fix false dd conv=sparse failure on newer XFSPádraig Brady-1/+9
2014-04-10maint: avoid static analysis warnings in ln.cPádraig Brady-1/+2
2014-04-09maint: document timeout --preserve-status in v8.21 NEWSPádraig Brady-1/+4
2014-04-09doc: clarify in --help that -Z doesn't take an argumentPádraig Brady-15/+22
2014-04-05maint: various cleanupsPádraig Brady-4/+3
2014-04-05shred: overwrite inode storage used by some file systemsPádraig Brady-56/+77
2014-04-04shred: avoid a data pass on empty filesPádraig Brady-10/+13
2014-04-03cp: don't reserve a device numberPaul Eggert-8/+7
2014-04-03shred: shred one block even for empty filesPaul Eggert-1/+4
2014-04-02shred: port to GNU/Linux behavior with tape drivesPaul Eggert-17/+47
2014-04-02head: port to Darwin and use simpler seeksPaul Eggert-93/+81
2014-03-31head: fix bug with head -c-N when stdin is not at startPaul Eggert-1/+13
2014-03-26mv: fix issues with previous prompt adjustmentsPádraig Brady-5/+5