summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cp: default to COWPaul Eggert2020-06-183-4/+4
* maint: avoid signed integer overflowsTobias Stoeckmann2020-06-152-2/+2
* doc: timeout: improve documentation of the exit statusBernhard Voelker2020-06-071-6/+15
* maint: use getrandom, not getentropyPaul Eggert2020-06-013-3/+3
* maint: use getentropy and new tempname modulesPaul Eggert2020-05-314-6/+8
* echo: pacify Oracle Studio 12.6Paul Eggert2020-05-311-1/+1
* dd: omit unnecessary vars when !lintPaul Eggert2020-05-201-13/+18
* maint: omit unnecessary pragmas and fix tsort.cPaul Eggert2020-05-203-18/+0
* maint: avoid warnings from GCC's -fanalyzerPádraig Brady2020-05-115-10/+38
* ls: allow --classify to be ignored for non tty outputJason Kim2020-04-271-4/+18
* cp: ensure --attributes-only doesn't remove filesPádraig Brady2020-04-021-4/+5
* build: update gnulib submodule to latestPaul Eggert2020-03-281-1/+0
* ls: restore 8.31 behavior on removed directoriesPaul Eggert2020-03-071-22/+0
* basenc: avoid undefined behaviour in z85 processingPádraig Brady2020-03-041-2/+5
* ls: issue error message on removed directoryColin Watson2020-02-271-0/+22
* b2sum: sync better with upstreamPádraig Brady2020-02-251-2/+9
* factor: sync longlong.h adjustments from upstreamPádraig Brady2020-02-251-45/+121
* stat,tail: sync file system constants from the linux kernelPádraig Brady2020-02-251-0/+10
* uniq: avoid strcoll() to improve performance and consistencyPádraig Brady2020-02-241-13/+1
* doc: clarify that '%a' stat format outputs mode bitsPádraig Brady2020-02-151-2/+2
* rmdir: fix --ignore-fail-on-non-empty with permissions errorsPádraig Brady2020-02-042-11/+16
* build: avoid including sysctl.h on glibcPádraig Brady2020-02-032-3/+4
* ls: support --time=creation to show/sort birth timePádraig Brady2020-02-031-13/+72
* build: rearrange yes(1) code to prevent GCC 10 warningChris Meyering2020-01-301-2/+6
* maint: adjust to split out xstrtol-error gnulib modulePádraig Brady2020-01-016-0/+6
* maint: update all copyright year number rangesPádraig Brady2020-01-01139-139/+139
* chcon: do not validate security context if SELinux is disabledKamil Dudka2019-12-021-1/+3
* shred: modernize documentationPaul Eggert2019-11-111-38/+4
* all: improve parsing of numeric argumentsPaul Eggert2019-10-2213-53/+46
* stdbuf: improve size checkingPaul Eggert2019-10-221-17/+20
* shuf: fix bug with ‘-r -n 0’Paul Eggert2019-10-211-24/+29
* ls: use statx instead of stat when availableJeff Layton2019-10-094-38/+192
* truncate: avoid integer-overflow assumptionsPaul Eggert2019-10-031-30/+19
* numfmt: avoid unlikely integer overflowPaul Eggert2019-10-031-1/+1
* nl: fix integer-overflow bugPaul Eggert2019-10-031-5/+1
* cp: simplify integer overflow checkingPaul Eggert2019-10-031-3/+1
* seq: use faster processing for integer steps from 2 to 200Pádraig Brady2019-09-081-13/+36
* build: adjust for recent gnulib pthread changesBruno Haible2019-08-121-5/+0
* doc: clarify that truncate creates sparse filesPádraig Brady2019-08-081-1/+1
* dircolors: recognize the WebP image formatMike Swanson2019-08-071-0/+1
* seq: fix superfluous output lineAssaf Gordon2019-08-021-1/+3
* stat: don't explicitly request file size for filenamesAndreas Dilger2019-07-121-2/+2
* od: use fseek on non-regular filesPaul Eggert2019-06-191-2/+6
* stat: fix enabling of statx logicJeff Layton2019-06-141-6/+6
* stat: Use statx where available and support --cachedJeff Layton2019-06-101-201/+422
* split: fix failure for certain number of specified filesPádraig Brady2019-06-081-9/+9
* dd: be more careful about signal handlingPaul Eggert2019-05-301-23/+90
* cp: fix /dev/stdin problem on SolarisPaul Eggert2019-05-282-9/+42
* doc: clarify dd sparse detection is by *output* blockKevin Locke2019-05-261-1/+1
* b2sum: port blake2b-ref.c to HP-UX aCCPaul Eggert2019-05-171-0/+4