summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2014-06-01stat: avoid redundant stat() callsPádraig Brady-3/+5
2014-05-29df: use the last device name provided by the systemPádraig Brady-3/+19
2014-05-26stdbuf: support OS XPádraig Brady-3/+12
2014-05-26build: uname: avoid shadowing warningJim Meyering-2/+2
2014-05-26doc: clarify --zero-terminated optionPádraig Brady-12/+16
2014-05-25build: libstdbuf.so: avoid new OS X link failureJim Meyering-1/+1
2014-05-25cat,cp,split: use a larger buffer for copyingJim Meyering-18/+24
2014-05-23stat,tail: improve support for LogFS and ConfigFSPádraig Brady-0/+4
2014-05-22maint: enforce consistent width and case of file system constantsPádraig Brady-3/+3
2014-05-21stdbuf: support compilers other than __GNUC__Pádraig Brady-2/+13
2014-05-21tests: use chroot --user rather than internal setuidgid toolPádraig Brady-219/+1
2014-05-21chroot: make changing root check more robustPádraig Brady-1/+18
2014-05-21chroot: exit immediately upon failurePádraig Brady-23/+7
2014-05-21chroot: with --userspec clear root's supplemental groupsPádraig Brady-13/+102
2014-05-16chroot: don't chdir() if not changing rootPádraig Brady-15/+21
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-0/+5
2014-05-13df: fix handling of symlinks in mount listPádraig Brady-2/+10
2014-05-13df: also deduplicate virtual file systemsPádraig Brady-17/+14
2014-05-10shred: don't infloop upon negative sizeJim Meyering-2/+2
2014-05-10shred: fix overflow checking of command-line optionsPaul Eggert-4/+5
2014-05-06dd: fix conv=ascii, conv=ebcdic, conv=ibm to match POSIXPaul Eggert-16/+21
2014-05-06mv,cp: preserve symlink xattrs when copying across file systemsPádraig Brady-7/+8
2014-05-02numfmt: improve processing throughput by 800%Pádraig Brady-32/+10
2014-05-02numfmt: support zero padding using --format="%010f"Pádraig Brady-34/+60
2014-04-29doc: clarify the pr --page-width descriptionsPádraig Brady-1/+2
2014-04-29ptx: fix whitespace trimming with multiple filesPádraig Brady-31/+38
2014-04-22doc: clarify meaning of stat's mtime and ctime formatsAssaf Gordon-4/+4
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/+35
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-10maint: avoid static analysis warnings in ln.cPádraig Brady-1/+2
2014-04-09doc: clarify in --help that -Z doesn't take an argumentPádraig Brady-13/+20
2014-04-05maint: various cleanupsPádraig Brady-3/+2
2014-04-05shred: overwrite inode storage used by some file systemsPádraig Brady-52/+66
2014-04-04shred: avoid a data pass on empty filesPádraig Brady-5/+5
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-92/+75
2014-03-31head: fix bug with head -c-N when stdin is not at startPaul Eggert-1/+1
2014-03-26mv: fix issues with previous prompt adjustmentsPádraig Brady-4/+4
2014-03-26ptx: avoid --format long option falling through into --helpBernhard Voelker-0/+2
2014-03-26basename: mention that the -s option implies -a in usageBernhard Voelker-1/+2
2014-03-24cp: simplify overwrite logicPaul Eggert-7/+7
2014-03-24cp: improve quality of overwrite promptPaul Eggert-4/+8
2014-03-24split: avoid unnecessary input bufferingPádraig Brady-16/+13
2014-03-19chroot: always diagnose failure to set supplemental groupsPádraig Brady-4/+3
2014-03-19chmod: fix erroneous warnings with -R --changesDylan Simon-4/+7