aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
* ps(1): Keywords: New UNSPEC type, rename 'alias', re-order fieldsOlivier Certner2025-04-283-175/+190
* ps(1): Consider references to keywords as immutableOlivier Certner2025-04-284-11/+8
* ps(1): Move 'width' field from VAR to VARENT; Remove sizevars()Olivier Certner2025-04-284-145/+126
* ps(1): find_varentry() to take a name instead of a VAROlivier Certner2025-04-283-4/+4
* ps(1): Have parsefmt() take the list of columns to updateOlivier Certner2025-04-284-25/+28
* ps(1): Remove internal documentation for '-A'Olivier Certner2025-04-281-5/+0
* ps(1): Whitespace cleanupOlivier Certner2025-04-282-2/+2
* ps.1: Revamp: Explain general principles, update to match realityOlivier Certner2025-04-281-342/+599
* getfacl: implement --skip-base (-s)Kyle Evans2025-04-212-18/+52
* getfacl: add some long options for Linux compatibilityKyle Evans2025-04-212-5/+15
* Remove references to rcp(1) since we no longer ship rcp.Jens Schweikhardt2025-04-191-1/+0
* pwait tests: Fix some exit annotationsMark Johnston2025-04-181-6/+6
* timeout(1): Document the reaper implementation and behaivorAaron LI2025-04-161-4/+33
* timeout(1): adapt the preserve_status test to the new behaviourBaptiste Daroussin2025-04-161-1/+1
* timeout(1): Kill self with the same signal that terminated the childAaron LI2025-04-162-29/+57
* timeout(1): Catch all signals and propagate themAaron LI2025-04-162-35/+79
* timeout(1): Fix the inheritance of signal dispositionsAaron LI2025-04-162-21/+39
* timeout(1): Improve to show more verbose log messagesAaron LI2025-04-162-1/+21
* timeout(1): Fix the handling of repeated terminating signalsAaron LI2025-04-161-14/+0
* timeout(1): Also send SIGCONT because the child may be stoppedAaron LI2025-04-161-0/+18
* timeout(1): Enhance send_sig() and prepare for later updatesAaron LI2025-04-161-14/+32
* timeout(1): Add -f and -p options as per POSIX.1-2024Aaron LI2025-04-162-19/+24
* timeout(1): Handle sig_alrm and sig_term together to dedup codeAaron LI2025-04-161-25/+12
* timeout(1): Multiple minor tweaks and cleanupsAaron LI2025-04-162-92/+97
* timeout(1): sig_atomic_t variables must also be 'volatile'Aaron LI2025-04-161-4/+4
* timeout(1): Use _exit(2) instead of err() in child if exec failedAaron LI2025-04-161-8/+4
* timeout(1): fix test after improvement of error messagesBaptiste Daroussin2025-04-161-5/+5
* timeout(1): Improve duration parsing and error messagesAaron LI2025-04-161-10/+10
* ln: Tweak append logic.Dag-Erling Smørgrav2025-04-152-8/+32
* cp: Improve error messages.Dag-Erling Smørgrav2025-04-151-9/+9
* ps.1: Use ISO/IEC byte unitsAlexander Ziaee2025-03-281-7/+7
* ps(1): Consistent usage of Kbyte unitOlivier Cochard2025-03-261-2/+2
* pkill tests: Fix pkill usage in the pkill -x testMark Johnston2025-03-201-4/+4
* sh(1): Replace recommendation of use of -e with a noteMichael Osipov2025-03-081-6/+4
* sh.1: extend the section about getoptsPiotr Pawel Stefaniak2025-02-271-14/+46
* sh.1: document optional arguments to `:`Alexander Ziaee2025-02-241-3/+4
* csh: Remove gethost dependency on tc.const.hEd Maste2025-02-091-1/+6
* ls: --group-directories requires stat informationPiotr Pawel Stefaniak2025-01-221-4/+4
* kill.1: mention special meaning of PGID as a PIDartembunichev2025-01-191-0/+3
* kill.1: mention special PID 0artembunichev2025-01-191-0/+3
* ls.1: bump date after 82fa7f83b53b and 8b92977857f8Piotr Pawel Stefaniak2025-01-161-1/+1
* ls: implement --group-directories-first for compatibility with GNU lsPiotr Pawel Stefaniak2025-01-163-7/+51
* ls -lh: humanize the totalPiotr Pawel Stefaniak2025-01-162-1/+12
* ls: Release resources before returning from traverse()Mark Johnston2025-01-141-1/+4
* timeout(1): Add -v/--verbose option to show diagnosis infoGordon Bergling2025-01-042-7/+27
* timeout(1): Some minor tweaks and improvementsGordon Bergling2024-12-282-41/+60
* cred: Hide internal flag CRED_FLAG_CAPMODEOlivier Certner2024-12-161-1/+1
* cat: report copy_file_range() errors with the read filenameKyle Evans2024-12-141-1/+1
* sh.1: update history + spdx + linter errorAlexander Ziaee2024-11-291-2/+5
* sh(1): -l is only valid in cli option not as set -lBaptiste Daroussin2024-11-201-1/+1