summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-05-25build: libstdbuf.so: avoid new OS X link failureJim Meyering
2014-05-25cat,cp,split: use a larger buffer for copyingJim Meyering
2014-05-23stat,tail: improve support for LogFS and ConfigFSPádraig Brady
2014-05-22maint: enforce consistent width and case of file system constantsPádraig Brady
2014-05-21stdbuf: support compilers other than __GNUC__Pádraig Brady
2014-05-21tests: use chroot --user rather than internal setuidgid toolPádraig Brady
2014-05-21chroot: make changing root check more robustPádraig Brady
2014-05-21chroot: exit immediately upon failurePádraig Brady
2014-05-21chroot: with --userspec clear root's supplemental groupsPádraig Brady
2014-05-16chroot: don't chdir() if not changing rootPádraig Brady
2014-05-13maint: avoid clang -Wtautological-constant-out-of-range-compare warningPádraig Brady
2014-05-13df: ignore non file system entries in /proc/mountsPádraig Brady
2014-05-13df: fix handling of symlinks in mount listPádraig Brady
2014-05-13df: also deduplicate virtual file systemsPádraig Brady
2014-05-10shred: don't infloop upon negative sizeJim Meyering
2014-05-10shred: fix overflow checking of command-line optionsPaul Eggert
2014-05-06dd: fix conv=ascii, conv=ebcdic, conv=ibm to match POSIXPaul Eggert
2014-05-06mv,cp: preserve symlink xattrs when copying across file systemsPádraig Brady
2014-05-02numfmt: improve processing throughput by 800%Pádraig Brady
2014-05-02numfmt: support zero padding using --format="%010f"Pádraig Brady
2014-04-29doc: clarify the pr --page-width descriptionsPádraig Brady
2014-04-29ptx: fix whitespace trimming with multiple filesPádraig Brady
2014-04-22doc: clarify meaning of stat's mtime and ctime formatsAssaf Gordon
2014-04-17dircolors: add hurd and mach-gnu-color terminal typesDavid Michael
2014-04-17ls: don't output colors with unknown TERM env variableGuilherme de Almeida Suckevicz
2014-04-16doc: improve remove prompt translator commentBenno Schulenberg
2014-04-16maint: df: avoid sizeof(char**) static analysis warningBernhard Voelker
2014-04-10maint: avoid static analysis warnings in ln.cPádraig Brady
2014-04-09doc: clarify in --help that -Z doesn't take an argumentPádraig Brady
2014-04-05maint: various cleanupsPádraig Brady
2014-04-05shred: overwrite inode storage used by some file systemsPádraig Brady
2014-04-04shred: avoid a data pass on empty filesPádraig Brady
2014-04-03cp: don't reserve a device numberPaul Eggert
2014-04-03shred: shred one block even for empty filesPaul Eggert
2014-04-02shred: port to GNU/Linux behavior with tape drivesPaul Eggert
2014-04-02head: port to Darwin and use simpler seeksPaul Eggert
2014-03-31head: fix bug with head -c-N when stdin is not at startPaul Eggert
2014-03-26mv: fix issues with previous prompt adjustmentsPádraig Brady
2014-03-26ptx: avoid --format long option falling through into --helpBernhard Voelker
2014-03-26basename: mention that the -s option implies -a in usageBernhard Voelker
2014-03-24cp: simplify overwrite logicPaul Eggert
2014-03-24cp: improve quality of overwrite promptPaul Eggert
2014-03-24split: avoid unnecessary input bufferingPádraig Brady
2014-03-19chroot: always diagnose failure to set supplemental groupsPádraig Brady
2014-03-19chmod: fix erroneous warnings with -R --changesDylan Simon
2014-03-18stat: port birthtime to Solaris 11Paul Eggert
2014-03-13ln: with -sr, don't segfault for a TARGET of ''Jim Meyering
2014-03-13chroot: improve --userspec and --groups look-upPádraig Brady
2014-03-03doc: improve df --human and --si, help and man pagePádraig Brady
2014-02-27cp: copy files by inode only if that facility is availablePaul Eggert