summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2020-02-15doc: clarify that '%a' stat format outputs mode bitsPádraig Brady-2/+2
2020-02-04rmdir: fix --ignore-fail-on-non-empty with permissions errorsPádraig Brady-11/+16
2020-02-03build: avoid including sysctl.h on glibcPádraig Brady-3/+4
2020-02-03ls: support --time=creation to show/sort birth timePádraig Brady-13/+72
2020-01-30build: rearrange yes(1) code to prevent GCC 10 warningChris Meyering-2/+6
2020-01-01maint: adjust to split out xstrtol-error gnulib modulePádraig Brady-0/+6
2020-01-01maint: update all copyright year number rangesPádraig Brady-139/+139
2019-12-02chcon: do not validate security context if SELinux is disabledKamil Dudka-1/+3
2019-11-11shred: modernize documentationPaul Eggert-38/+4
2019-10-22all: improve parsing of numeric argumentsPaul Eggert-53/+46
2019-10-22stdbuf: improve size checkingPaul Eggert-17/+20
2019-10-21shuf: fix bug with ‘-r -n 0’Paul Eggert-24/+29
2019-10-09ls: use statx instead of stat when availableJeff Layton-38/+192
2019-10-03truncate: avoid integer-overflow assumptionsPaul Eggert-30/+19
2019-10-03numfmt: avoid unlikely integer overflowPaul Eggert-1/+1
2019-10-03nl: fix integer-overflow bugPaul Eggert-5/+1
2019-10-03cp: simplify integer overflow checkingPaul Eggert-3/+1
2019-09-08seq: use faster processing for integer steps from 2 to 200Pádraig Brady-13/+36
2019-08-12build: adjust for recent gnulib pthread changesBruno Haible-5/+0
2019-08-08doc: clarify that truncate creates sparse filesPádraig Brady-1/+1
2019-08-07dircolors: recognize the WebP image formatMike Swanson-0/+1
2019-08-02seq: fix superfluous output lineAssaf Gordon-1/+3
2019-07-12stat: don't explicitly request file size for filenamesAndreas Dilger-2/+2
2019-06-19od: use fseek on non-regular filesPaul Eggert-2/+6
2019-06-14stat: fix enabling of statx logicJeff Layton-6/+6
2019-06-10stat: Use statx where available and support --cachedJeff Layton-201/+422
2019-06-08split: fix failure for certain number of specified filesPádraig Brady-9/+9
2019-05-30dd: be more careful about signal handlingPaul Eggert-23/+90
2019-05-28cp: fix /dev/stdin problem on SolarisPaul Eggert-9/+42
2019-05-26doc: clarify dd sparse detection is by *output* blockKevin Locke-1/+1
2019-05-17b2sum: port blake2b-ref.c to HP-UX aCCPaul Eggert-0/+4
2019-05-15b2sum: sync better with upstreamPaul Eggert-13/+16
2019-05-15b2sum: port to HP-UX aCCPaul Eggert-8/+5
2019-05-11b2sum: port to HP-UX CPaul Eggert-4/+12
2019-05-11cp: port fiemap.h to C99Paul Eggert-8/+4
2019-05-11basenc: port to C99Paul Eggert-96/+88
2019-05-11maint: adjust to recent verify_true removalPaul Eggert-9/+9
2019-03-31factor: output immediately if stdout is a tty but stdin is notShugo Maeda-2/+2
2019-03-30maint: fix syntax check failurePádraig Brady-1/+1
2019-03-30maint: tee: use STDIN_FILENO rather than 0Martin Castillo-1/+1
2019-03-18md5sum,b2sum,sha*sum: --help: add note about binary/text modeKamil Dudka-1/+4
2019-03-17ln: port to symlink ("x", ".") failing with EINVALPaul Eggert-1/+2
2019-03-16ln: port to platforms lacking O_DIRECTORYPaul Eggert-1/+13
2019-03-06build: avoid statx related build failure on AIXPádraig Brady-1/+1
2019-03-06build: fix env build where SIGNUM_BOUND is not constantPádraig Brady-1/+14
2019-03-04env: add --list-signal-handling to output non default handlingPádraig Brady-0/+43
2019-03-04env: new options --{default,ignore,block}-signal[=SIG]Assaf Gordon-0/+236
2019-03-03stat: print birth time on systems supporting statxMartin Bukatovic-0/+19
2019-03-03df: support different file system encodings when not using ttyPádraig Brady-3/+31
2019-02-25wc: treat non breaking space as a word separatorPádraig Brady-2/+23