summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2015-02-17stty: fix setting of 'extproc' on BSDPádraig Brady-7/+20
2015-02-11maint: avoid arbitrary memory access with buggy localtime()Pádraig Brady-1/+2
2015-02-06maint: document a caveat in the tail inotify implementationPádraig Brady-1/+5
2015-02-06tail: return inotify resources where possiblePádraig Brady-24/+62
2015-02-05build: ensure make-prime-list doesn't access out of bounds memoryYury Usishchev-1/+1
2015-02-02dircolors: sync with Xiph file extensionsPádraig Brady-3/+1
2015-01-31doc,maint: fix use of "i.e." in documentation and commentsBernhard Voelker-22/+22
2015-01-29doc: clarify the output format for the *sum utilitiesPádraig Brady-3/+3
2015-01-28sync: support syncing specified argumentsGiuseppe Scrivano-12/+165
2015-01-24stty: only print supported options for combined optionsPádraig Brady-21/+153
2015-01-24stty: document the 'status' character where supportedPádraig Brady-0/+5
2015-01-24stty: document the 'discard' character settingPádraig Brady-1/+18
2015-01-24stty: add support for extproc/LINEMODEPádraig Brady-2/+23
2015-01-19split: new -t option to select record separatorAssaf Gordon-15/+53
2015-01-19doc: clarify that du operands are interdependentPádraig Brady-1/+1
2015-01-05shuf: do not mishandle 'shuf -i0-0 1'Paul Eggert-1/+1
2015-01-01doc: fix man page formatting for split CHUNKS optionsPádraig Brady-6/+6
2015-01-01maint: update all copyright year number rangesPádraig Brady-132/+132
2014-12-30build: update to latest gnulibPádraig Brady-1/+1
2014-12-19diagnose too-large numbers betterPádraig Brady-345/+142
2014-12-19build: don't call OS/2 routines on all systemsKO Myung-Hun-2/+6
2014-12-18build: expand a response file and a wildcard on OS/2KO Myung-Hun-2/+3
2014-12-16dd: fix typo in previous changePaul Eggert-1/+1
2014-12-15dd: diagnose too-large numbers betterPaul Eggert-12/+25
2014-12-02maint: avoid signed overflow warning with -O3Pádraig Brady-5/+5
2014-12-02du: handle sub-bind-mount cycles gracefullyBoris Ranto-1/+22
2014-11-28build: fix missing casts from recent changePádraig Brady-2/+2
2014-11-27rm: fix prompted number of arguments to remove on some platformsPádraig Brady-10/+12
2014-11-25build: port new rule for coreutils.h to old BashPaul Eggert-1/+2
2014-11-24paste: fix possible truncated output with large filesTobias Stoeckmann-3/+3
2014-11-24df: only suppress remote mounts of separate exports with --totalPádraig Brady-13/+28
2014-11-23df: ensure -a shows all remote file system entriesPádraig Brady-7/+10
2014-11-22tests: add a case verifying mv on case insensitive file systemsPádraig Brady-0/+1
2014-11-21doc: mention how to avoid newlines impacting ls -1Pádraig Brady-1/+2
2014-11-21mv: fail when moving a file to a hardlinkBoris Ranto-40/+13
2014-10-27doc: mention that df -a includes duplicate file systemsPádraig Brady-2/+2
2014-10-16chroot: call chroot() unconditionally to handle bind mounted "/"Pádraig Brady-17/+12
2014-10-15copy: avoid an extraneous error when reporting errorsPádraig Brady-7/+10
2014-10-15cp: read sparse files more efficiently with non regular destinationPádraig Brady-3/+2
2014-10-15cp: avoid speculative preallocation with --sparse=alwaysPádraig Brady-14/+62
2014-10-15copy: detect smaller holes than the copy buffer sizePádraig Brady-47/+104
2014-10-08maint: avoid new signed overflow warning on 32 bitPádraig Brady-1/+4
2014-10-07wc: don't miscount /sys and similar file systemsPaul Eggert-172/+302
2014-10-02maint: avoid double semicolon syntax check failureBernhard Voelker-1/+1
2014-09-30dd: new status=progress level to print stats periodicallyFederico Simoncelli-42/+109
2014-09-30dd: use more robust SIGUSR1 handlingPádraig Brady-20/+49
2014-09-24mv: use reflink=auto mode by defaultDavid Sterba-1/+1
2014-09-23stty: only list supported options in --help and man pagesPádraig Brady-4/+173
2014-09-23doc: fix use of "e.g." in stdbuf help messageMichal Nazarewicz-1/+1
2014-09-19maint: don't trigger gcc-5's new -Wlogical-not-parentheses warningJim Meyering-1/+1