summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2023-08-30maint: rely on Gnulib fdatasyncPaul Eggert-6/+0
2023-08-30maint: use modern Gnulib LIB_ macrosPaul Eggert-4/+4
2023-08-30kill: rely on Gnulib strsignalPaul Eggert-18/+0
2023-08-29maint: remove rename macroPaul Eggert-9/+0
2023-08-29maint: remove need for mbsalignPaul Eggert-176/+168
2023-08-28maint: spelling fixes, including author namesPaul Eggert-71/+67
2023-08-28test: omit unreachable codePaul Eggert-1/+0
2023-08-27all: avoid duplicated write errors on FreeBSDPádraig Brady-2/+4
2023-08-27build: fix link errors of sort, split on CentOS 5 and Solaris 10Bruno Haible-0/+2
2023-08-27build: fix compilation error on AIX 7.1Bruno Haible-1/+4
2023-08-21cp: with --sparse=never, avoid COW and copy offloadPádraig Brady-0/+9
2023-08-15uptime: simplify following gnulib changesBruno Haible-30/+0
2023-08-15uptime: be more generous about read_utmp failurePaul Eggert-31/+46
2023-08-15uptime: Include VM sleep time in the "up" durationBruno Haible-30/+6
2023-08-14build: fix recent compilation error on GNU/HurdBruno Haible-1/+1
2023-08-11pinky,users,who: optimize read_utmp invocationBruno Haible-1/+4
2023-08-08who: simplify based on readutmp changesPaul Eggert-64/+44
2023-08-08pinky,who: omit pragmaPaul Eggert-12/+0
2023-08-08maint: Simplify after gnulib changedBruno Haible-49/+22
2023-08-03maint: Update after gnulib module 'readutmp' changedPaul Eggert-90/+154
2023-08-02uptime: fix Y5881633 bugPaul Eggert-8/+8
2023-08-02pinky: fix "d" typoPaul Eggert-2/+2
2023-08-01maint: minor comment cleanupsDragan Simic-12/+12
2023-08-01cut: promptly diagnose write errors, continuedDragan Simic-13/+23
2023-08-01pinky: fix buffer size on 32 bit buildsPádraig Brady-1/+1
2023-08-01od: fix issues with recent format string changesPádraig Brady-3/+2
2023-07-31pinky: prefer signed typesPaul Eggert-2/+2
2023-07-31pathchk: prefer signed typesPaul Eggert-19/+15
2023-07-31numfmt: prefer signed typesPaul Eggert-12/+11
2023-07-31mktemp,seq: prefer signed typesPaul Eggert-3/+2
2023-07-31kill: prefer signed typesPaul Eggert-3/+3
2023-07-31groups,id: don’t assume gid_t fits in unsigned longPaul Eggert-2/+10
2023-07-31dircolors,du,expr: prefer signed typesPaul Eggert-17/+16
2023-07-31od: prefer signed typesPaul Eggert-31/+26
2023-07-31cksum,df,digest: prefer signed typesPaul Eggert-3/+3
2023-07-31join: prefer signed typesPaul Eggert-61/+51
2023-07-31factor: prefer signed typesPaul Eggert-63/+60
2023-07-31maint: include idx.h everywherePaul Eggert-5/+1
2023-07-31who: fix only-theoretical overflowPaul Eggert-2/+2
2023-07-31tac: handle short reads on inputPádraig Brady-1/+2
2023-07-31uptime: output correct user count on OpenBSDBruno Haible-7/+0
2023-07-22mv: better diagnostic for 'mv dir x' failurePaul Eggert-3/+17
2023-07-20doc: clarify tail -n/-c +NUM operationPádraig Brady-2/+5
2023-07-18split: honor $TMPDIR for temp filesPádraig Brady-2/+4
2023-07-18tac: fall back to /tmp if $TMPDIR is unavailablePádraig Brady-120/+175
2023-07-17join: promptly diagnose write errorsPádraig Brady-0/+3
2023-07-17comm: promptly diagnose write errorsPádraig Brady-9/+12
2023-07-17cut: promptly diagnose write errorsPádraig Brady-10/+22
2023-07-17uniq: promptly diagnose write errorsPádraig Brady-3/+6
2023-07-17od: promptly diagnose write errorsPádraig Brady-2/+6