summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2020-11-23maint: use absolute paths with selabel_lookupPádraig Brady-2/+31
2020-11-22maint: minor cleanupBernhard Voelker-4/+3
2020-11-21maint: port from matchpathcon to selabel_lookupPaul Eggert-200/+143
2020-11-21build: port to Solaris 10Paul Eggert-1/+4
2020-11-14tr: fix crash validating -c with some case char classesPádraig Brady-1/+1
2020-11-11ls: fix crash printing SELinux context for unstatable filesPádraig Brady-0/+3
2020-11-07timeout: support sub-second timeouts on macOSPádraig Brady-7/+31
2020-11-07maint: avoid strncat warning on GCCPádraig Brady-2/+2
2020-10-28stat,tail: sync file system constants from the linux kernelPádraig Brady-0/+4
2020-10-28maint: cleanup operation of fs-magic-comparePádraig Brady-1/+2
2020-10-27doc: make blank lines before --help consistentPádraig Brady-3/+0
2020-10-26maint: avoid new sort.c warning from upcoming GCC11Jim Meyering-1/+1
2020-10-26dd: drop old workaround for lseek() bug in Linux kernelKamil Dudka-56/+3
2020-10-26nl: support a negative --line-incrementKOBAYASHI Takashi-1/+1
2020-10-25nl: only fail if need to output overflowed numbersPádraig Brady-7/+20
2020-10-19build: update gnulib submodule to latestPaul Eggert-6/+6
2020-10-17maint: remove already handled FIXME in tail.cGrigorii Sokolik-4/+0
2020-09-29doc: fix punctuation in stat --helpBenno Schulenberg-4/+4
2020-08-08csplit: fix regex suppression with specific match countEmanuele Giacomelli-3/+3
2020-07-28build: update gnulib submodule to latestPaul Eggert-2/+2
2020-07-24date: clarify the EpochPaul Eggert-2/+2
2020-07-18factor: port to --without-libgmpPaul Eggert-3/+7
2020-07-08factor: explain why non-GMP code (Bug#42269)Paul Eggert-0/+5
2020-07-08factor: treat ' +bignum' like non-bignumPaul Eggert-18/+9
2020-07-07maint: use Gnulib libgmp modulePaul Eggert-145/+8
2020-06-25cp: use copy_file_range if availablePaul Eggert-0/+40
2020-06-25cp: use SEEK_DATA/SEEK_HOLE if availablePaul Eggert-11/+198
2020-06-25cp: avoid copy_reg gotoPaul Eggert-23/+11
2020-06-25cp: refactor extent_copyPaul Eggert-64/+55
2020-06-21doc: fix punctuation in man pagesPádraig Brady-3/+3
2020-06-20stat,tail: add support for the VBOXSF file systemBernhard Voelker-0/+2
2020-06-18cp: default to COWPaul Eggert-4/+4
2020-06-15maint: avoid signed integer overflowsTobias Stoeckmann-2/+2
2020-06-07doc: timeout: improve documentation of the exit statusBernhard Voelker-6/+15
2020-06-01maint: use getrandom, not getentropyPaul Eggert-3/+3
2020-05-31maint: use getentropy and new tempname modulesPaul Eggert-6/+8
2020-05-31echo: pacify Oracle Studio 12.6Paul Eggert-1/+1
2020-05-20dd: omit unnecessary vars when !lintPaul Eggert-13/+18
2020-05-20maint: omit unnecessary pragmas and fix tsort.cPaul Eggert-18/+0
2020-05-11maint: avoid warnings from GCC's -fanalyzerPádraig Brady-10/+38
2020-04-27ls: allow --classify to be ignored for non tty outputJason Kim-4/+18
2020-04-02cp: ensure --attributes-only doesn't remove filesPádraig Brady-4/+5
2020-03-28build: update gnulib submodule to latestPaul Eggert-1/+0
2020-03-07ls: restore 8.31 behavior on removed directoriesPaul Eggert-22/+0
2020-03-04basenc: avoid undefined behaviour in z85 processingPádraig Brady-2/+5
2020-02-27ls: issue error message on removed directoryColin Watson-0/+22
2020-02-25b2sum: sync better with upstreamPádraig Brady-2/+9
2020-02-25factor: sync longlong.h adjustments from upstreamPádraig Brady-45/+121
2020-02-25stat,tail: sync file system constants from the linux kernelPádraig Brady-0/+10
2020-02-24uniq: avoid strcoll() to improve performance and consistencyPádraig Brady-13/+1