summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2017-09-24copy: revert recent patch for vulnerable dirsPaul Eggert-194/+44
2017-09-19expr: add detailed syntax error messagesAssaf Gordon-13/+23
2017-09-19maint: fix new syntax-check failures from HTTPS adjustmentsPádraig Brady-2/+2
2017-09-19maint: fix new syntax check failures from copy restrictionsPádraig Brady-7/+3
2017-09-19shred: reinstate --remove file name length obfuscationPádraig Brady-1/+0
2017-09-19all: prefer HTTPS in URLsPaul Eggert-153/+153
2017-09-19copy: check for vulnerable target dirsPaul Eggert-44/+198
2017-09-14ptx: avoid infloop due to zero-length matches with -S regexBernhard Voelker-0/+5
2017-08-30tty: don't distinguish input errorsPádraig Brady-8/+3
2017-08-30expr: fix a recently introduced memory leakKamil Dudka-0/+1
2017-08-30tty: fix exit code with EINVALPádraig Brady-2/+2
2017-08-30runcon: revert "disable use of the TIOCSTI ioctl"Pádraig Brady-29/+0
2017-08-29stat: fix determination of max name length on BSD systemsPádraig Brady-2/+5
2017-08-29stat,tail: support "AAFS" AppArmor file systemPádraig Brady-0/+2
2017-08-29runcon: disable use of the TIOCSTI ioctlPádraig Brady-0/+29
2017-08-29ls: support --hyperlink to output file:// URIsPádraig Brady-38/+165
2017-08-29env: add --chdir optionColin Watson-7/+30
2017-08-28df: avoid stat() for dummy file systems with -lJosef Cejka-0/+1
2017-08-28realpath: improve usage description for --relative-{to,base}Assaf Gordon-2/+2
2017-08-24ls: consistently quote symlink targetsPádraig Brady-0/+5
2017-08-24tail: reinstate inotify use with FIFOsPádraig Brady-4/+4
2017-08-19maint: avoid a syntax check failurePádraig Brady-1/+0
2017-08-17ptx: fix some integer overflow bugsPaul Eggert-103/+91
2017-08-17nohup: simplify by using fcntlPaul Eggert-7/+2
2017-08-17sort: use pthread_sigmask, not sigprocmaskPaul Eggert-16/+21
2017-08-17sort: minor cleanupsPaul Eggert-19/+21
2017-08-17sort: file descriptor disciplinePaul Eggert-16/+11
2017-08-13kill: fix signal number to name lookup on AIXPádraig Brady-2/+9
2017-08-13build: use the appropriate single file include option with xlcPádraig Brady-2/+8
2017-08-13sort: handle musl locale differences in --debug reportingPádraig Brady-8/+9
2017-08-13seq: produce consistent error messages upon write errorPádraig Brady-1/+1
2017-08-11chroot: fix typo in preceding change: didn't compileJim Meyering-1/+1
2017-08-10doc: correct technicality in chroot's --help outputJim Meyering-1/+1
2017-08-03copy: more-accurate warning about destructionPaul Eggert-2/+2
2017-08-02maint: avoid a syntax-check failurePádraig Brady-1/+2
2017-08-01copy: go back to failing 'cp --backup a~ a'Paul Eggert-12/+36
2017-07-30copy: sanity-check --suffixPaul Eggert-4/+12
2017-07-30copy: make backup files more reliablyPaul Eggert-43/+24
2017-07-30shred: avoid rename racePaul Eggert-44/+31
2017-07-24maint: fix grammar in a shred.c commentJim Meyering-1/+1
2017-07-23maint: fix recent syntax-check failuresPádraig Brady-1/+1
2017-07-23shred: remove redundant zeroing of freed memoryPádraig Brady-2/+0
2017-07-23maint: resync with blake2 upstreamPádraig Brady-1/+2
2017-07-20shred: use explicit_bzeroPaul Eggert-4/+3
2017-07-10nproc: fix indentation of usage outputAndreas Schwab-2/+2
2017-07-10groups: do not exit earlyJim Meyering-4/+7
2017-06-28expr: add multibyte supportAssaf Gordon-18/+156
2017-06-17maint: use C99 for loop initial declarations where possiblePádraig Brady-221/+101
2017-06-17tail: only use inotify with regular filesPádraig Brady-0/+17
2017-06-17tail: with -f don't warn if doing a blocking read of a ttyPádraig Brady-4/+14