aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-30shred: avoid rename racePaul Eggert1-44/+31
2017-07-24maint: fix grammar in a shred.c commentJim Meyering1-1/+1
2017-07-23maint: fix recent syntax-check failuresPádraig Brady1-1/+1
2017-07-23shred: remove redundant zeroing of freed memoryPádraig Brady1-2/+0
2017-07-23maint: resync with blake2 upstreamPádraig Brady1-1/+2
2017-07-20shred: use explicit_bzeroPaul Eggert2-4/+3
2017-07-10nproc: fix indentation of usage outputAndreas Schwab1-2/+2
2017-07-10groups: do not exit earlyJim Meyering1-4/+7
2017-06-28expr: add multibyte supportAssaf Gordon1-18/+156
2017-06-17maint: use C99 for loop initial declarations where possiblePádraig Brady35-221/+101
2017-06-17tail: only use inotify with regular filesPádraig Brady1-0/+17
2017-06-17tail: with -f don't warn if doing a blocking read of a ttyPádraig Brady1-4/+14
2017-06-11tail: exit promptly when output no longer writablePádraig Brady1-13/+64
2017-06-10maint: update to work with GCC7's -Werror=implicit-fallthrough=5Jim Meyering15-23/+31
2017-06-07tail: with --pid, ensure all inotify events are processedPádraig Brady1-1/+1
2017-06-02copy: don't fail when unable to chown symlinksPádraig Brady1-1/+2
2017-05-18mv: distinguish copy and rename operations with --verbosePádraig Brady1-6/+21
2017-05-11uptime: remove inconsistent AM/PM from current timePrateek saxena1-1/+1
2017-04-27dd: simplify translator’s jobsPaul Eggert1-28/+20
2017-04-24dd: status=progress outputs "6 s", not "6.00001 s"Paul Eggert1-14/+33
2017-04-22maint: remove unused functions and constantsPaul Eggert1-6/+2
2017-04-17shred: fix invalid pattern generation for certain sizesBogdan Drozdowski1-1/+1
2017-04-05tail: revert to polling if a followed directory is replacedSebastian Kisela1-1/+21
2017-04-05maint: fix syntax-check issues in previous tty commitPádraig Brady1-4/+5
2017-04-05tty: handle misconfigured namespacesPaul Eggert1-10/+23
2017-04-02doc: refactor and update expand and unexpand --helpPádraig Brady4-6/+25
2017-04-02expand,unexpand: add support for incremental tab stopsJacob Keller1-2/+58
2017-03-30sort: update commentPaul Eggert1-4/+4
2017-03-29doc: clarify in dd man page that bs= overrides [io]bs=Chris Davies1-1/+2
2017-03-27split: add new --hex-suffixes optionMichael Heimpold1-3/+12
2017-03-27md5sum,b2sum,sha*sum: don't erroneously trigger BSD reversed modePádraig Brady1-18/+21
2017-03-26df: avoid querying excluded file systemsPhilipp Thomas1-1/+3
2017-03-26maint: avoid a static analysis warning in expand-commonPádraig Brady1-0/+2
2017-03-26split: process more efficiently when filters exit earlyPádraig Brady1-15/+22
2017-03-26split: ensure input is processed when filters exit earlyPádraig Brady1-1/+2
2017-03-08build: for factor use C in more cases for arm64 and ppc64Pádraig Brady1-13/+60
2017-03-08stat,tail: support "RDT" Linux kernel control file systemPádraig Brady1-0/+2
2017-03-07build: avoid redundant build of tr with --enable-single-binaryBernhard Voelker1-1/+1
2017-03-03timeout: handle multiple children on solarisPádraig Brady1-1/+13
2017-03-03build: fix libstdbuf build on AIX 7Pádraig Brady1-0/+5
2017-03-01expand: avoid an extraneous warning on 32 bitPádraig Brady1-3/+2
2017-02-28maint: avoid a -Werror=null-dereference with GCC-6.3.1Pádraig Brady1-0/+2
2017-02-28expand,unexpand: support specifying a trailing tab sizePádraig Brady1-8/+60
2017-02-22cp: set SELinux context for --parents directoriesPádraig Brady3-2/+30
2017-02-16maint: xsetmode renamed to xbinary-ioPaul Eggert13-34/+34
2017-02-15maint: use xsetmode, not xfreopenPaul Eggert13-54/+34
2017-02-12maint: tweaks so syntax tests pass for previous commitPádraig Brady2-9/+3
2017-02-11ln: replace destination links more atomicallyPaul Eggert6-85/+245
2017-02-09timeout: fix race possibly terminating wrong processTobias Stoeckmann1-23/+53
2017-02-08tail: fix output of redundant headers when resumingJanne Snabb1-16/+23