summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-07-27ls: compute defaults more lazilyPaul Eggert-195/+200
2021-07-26maint: avoid recent syntax-check issuesPádraig Brady-1/+2
2021-07-26ls: add --null option (Bug#49716)Paul Eggert-14/+66
2021-07-26ls: port to wider off_t, uid_t, gid_tPaul Eggert-10/+10
2021-07-26ls: demacroizePaul Eggert-135/+140
2021-07-26ls: simplify sprintf usagePaul Eggert-24/+14
2021-07-26build: update gnulib submodule to latestPaul Eggert-0/+0
2021-07-26maint: fix white spacePaul Eggert-97/+105
2021-07-26env: fix usage typoPaul Eggert-1/+1
2021-07-02df: fix duplicated remote entries due to bind mountsKamil Dudka-2/+16
2021-06-26tail: use poll, not selectPaul Eggert-62/+44
2021-06-26tail: fix abuse2 test racePaul Eggert-2/+2
2021-06-26maint: while (1) → while (true)Paul Eggert-47/+47
2021-06-21maint: remove redundant checks on buffer sizes in tailNikolay Nechaev-4/+3
2021-06-21stat: use decomposed decimal device numbers by defaultPádraig Brady-2/+5
2021-06-21stat: support more device number representationsPádraig Brady-15/+67
2021-06-11build: update gnulib submodule to latestPaul Eggert-12/+5
2021-05-28maint: bootstrap: remove reference to unused hash-pjw moduleJim Meyering-1/+0
2021-05-15build: update gnulib submodule to latestPádraig Brady-0/+0
2021-05-15copy: remove fiemap logicPádraig Brady-618/+6
2021-05-13copy: disallow copy_file_range() on Linux kernels before 5.3Pádraig Brady-2/+45
2021-05-12tests: fix tests/cp/sparse-2.sh false failure on some systemsPádraig Brady-3/+10
2021-05-12tests: ensure we test SEEK_DATA where usedPádraig Brady-61/+67
2021-05-12copy: handle system security config issues with copy_file_range()Pádraig Brady-0/+9
2021-05-12copy: handle EOPNOTSUPP from SEEK_DATAPádraig Brady-1/+1
2021-05-12copy: handle ENOTSUP from copy_file_range()Pádraig Brady-2/+3
2021-05-10build: update gnulib submodule to latestPádraig Brady-1/+13
2021-05-10build: fix __get_cpuid_count check to catch link failureCarl Edquist-2/+2
2021-05-08maint: consistently free hash structures in dev modePádraig Brady-1/+51
2021-05-06maint: fix sc_space_before_open_paren failureBernhard Voelker-2/+2
2021-05-03copy: exit immediately upon failure to allocate hash memoryPádraig Brady-0/+4
2021-05-02copy: ensure we enforce --reflink=neverPádraig Brady-7/+13
2021-05-02wc: add --debug to diagnose which implementation usedPádraig Brady-17/+54
2021-05-02wc: use avx2 optimization when counting only linesKristoffer Brånemyr-43/+294
2021-05-01touch: fix wrong diagnostic (Bug#48106)Paul Eggert-15/+19
2021-04-26maint: port to Autoconf 2.71Paul Eggert-31/+35
2021-04-26csplit: size_t overflow checkPaul Eggert-1/+2
2021-04-26build: update gnulib submodule to latestPaul Eggert-5/+4
2021-04-26copy: do not refuse to copy a swap fileZorro Lang-1/+1
2021-04-22tests: fix FP in ls/stat-free-color.shBernhard Voelker-4/+6
2021-04-11doc: clarify that ln --relative requires --symbolic to be specifiedPádraig Brady-1/+2
2021-04-11doc: clarify what's counted by wcPádraig Brady-7/+12
2021-04-11maint: use "char const *" rather than "const char *"Pádraig Brady-327/+334
2021-04-11ls: cache name width determinationPádraig Brady-4/+32
2021-04-11ls: add --sort=width option to sort by file name widthCarl Edquist-3/+77
2021-03-29env: simplify --split-string memory managementPaul Eggert-213/+173
2021-03-29build: update gnulib submodule to latestPaul Eggert-0/+0
2021-03-29tests: add a test case for recent env fixPádraig Brady-0/+4
2021-03-29maint: ignore all .a files in .gitignorePádraig Brady-3/+1
2021-03-26env: prefer ptrdiff_tPaul Eggert-6/+6