summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* sh: Fix job pointer invalidation with trapsasyncJilles Tjoelker2026-02-013-1/+15
* sh: Fix a double free in a rare scenario with pipesJilles Tjoelker2026-02-013-1/+9
* sh: Avoid referencing uninitialized memory in aliasJoseph Mingrone2026-01-281-0/+5
* sh: avoid warnings about too-long initializer stringsDimitry Andric2026-01-022-2/+2
* sh: Don't assume EINTR means SIGALRMDag-Erling Smørgrav2025-11-255-29/+112
* sh tests: Fix racy test11.0Bryan Drewery2025-11-251-2/+2
* date: Improve nanosecond supportDag-Erling Smørgrav2025-11-193-53/+147
* date.1: Lint with mandocMateusz Piotrowski2025-11-121-17/+18
* pwait: Add an option to print remaining processesDag-Erling Smørgrav2025-10-303-35/+107
* pwait: Avoid calling getpid(2) for each proc.Bryan Drewery2025-10-301-1/+3
* ln: Simplify sameness checksDag-Erling Smørgrav2025-10-091-1/+1
* cp: Simplify sameness checksDag-Erling Smørgrav2025-10-091-4/+4
* pwait: Fix timeout unit parserDag-Erling Smørgrav2025-10-021-12/+18
* timeout(1): add license header to unit testBaptiste Daroussin2025-09-171-0/+2
* sh, csh: Add config tag to /.profile and /.cshrcLexi Winter2025-09-102-3/+3
* date(1): Improve manpage around '-I'Michael Osipov2025-09-041-4/+4
* tests: Update for jemalloc's option parsingEd Maste2025-09-031-2/+2
* ps(1), top(1): Priority: Let 0 be the first timesharing levelOlivier Certner2025-07-281-1/+1
* pkill: better document ancestor-hidingKyle Evans2025-07-211-3/+18
* timeout(1) tests: atf_fail requires a reasonKonstantin Belousov2025-06-161-1/+1
* timeout(1): pass full 32bit error return code from the exited childKonstantin Belousov2025-06-161-21/+37
* timeout(1): only start the child command after the parent is fully set upKonstantin Belousov2025-06-161-1/+16
* timeout(1): print errno when signalling syscalls failedKonstantin Belousov2025-06-161-6/+8
* timeout(1): silence warnings for ESRCHKonstantin Belousov2025-06-161-3/+10
* timeout(1): Document the reaper implementation and behaivorAaron LI2025-06-161-4/+33
* timeout(1): adapt the preserve_status test to the new behaviourBaptiste Daroussin2025-06-161-1/+1
* timeout(1): Kill self with the same signal that terminated the childAaron LI2025-06-162-29/+57
* timeout(1): Catch all signals and propagate themAaron LI2025-06-162-35/+79
* timeout(1): Fix the inheritance of signal dispositionsAaron LI2025-06-162-21/+39
* timeout(1): Improve to show more verbose log messagesAaron LI2025-06-162-1/+21
* timeout(1): Fix the handling of repeated terminating signalsAaron LI2025-06-161-14/+0
* timeout(1): Also send SIGCONT because the child may be stoppedAaron LI2025-06-161-0/+18
* timeout(1): Enhance send_sig() and prepare for later updatesAaron LI2025-06-161-14/+32
* timeout(1): Add -f and -p options as per POSIX.1-2024Aaron LI2025-06-162-19/+24
* timeout(1): Handle sig_alrm and sig_term together to dedup codeAaron LI2025-06-161-25/+12
* timeout(1): Multiple minor tweaks and cleanupsAaron LI2025-06-162-92/+97
* timeout(1): sig_atomic_t variables must also be 'volatile'Aaron LI2025-06-161-4/+4
* timeout(1): Use _exit(2) instead of err() in child if exec failedAaron LI2025-06-161-8/+4
* timeout(1): fix test after improvement of error messagesBaptiste Daroussin2025-06-161-5/+5
* timeout(1): Improve duration parsing and error messagesAaron LI2025-06-161-10/+10
* bin/timeout: remove unreachable break after usage()rilysh2025-06-161-1/+0
* timeout_test.sh: Fix typoElyes Haouas2025-06-161-1/+1
* ps.1: Remove ambiguity in description of option '-J'Olivier Certner2025-05-081-2/+2
* pwait tests: Fix some exit annotationsMark Johnston2025-05-021-6/+6
* ps.1: Update .DdOlivier Certner2025-05-011-1/+1
* ps(1): Add copyrightOlivier Certner2025-05-012-0/+10
* ps(1): '-U' to select processes by real user IDsOlivier Certner2025-05-012-28/+23
* ps(1): Update some options' conformance/practice commentsOlivier Certner2025-05-011-13/+27
* ps(1): Match current user's processes using ps' effective UIDOlivier Certner2025-05-012-31/+8
* ps(1): Make '-a' and '-A' always show all processesOlivier Certner2025-05-012-23/+11