summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
6 dayssh: Increase default history size to POSIX mandated minimum of 128Kristofer Peterson
6 daystimeout.1: Document non-POSIX optionsArtem Bunichev
2026-03-07uuidgen: generate UUIDs in bounded batches to respect kernel limitNVSRahul
2026-03-07/bin/ps: Fix display of negative nice values on ARMv7/aarch64Jamie Landeg-Jones
2026-03-01ed: add unicode support for the l (list) commandBaptiste Daroussin
2026-03-01ed: add unicode test cases to ATF test suiteBaptiste Daroussin
2026-02-23sh.1: Add .sh_history and .shrc to FILESAlexander Ziaee
2026-02-19ed: convert test suite to ATF/kyuaBaptiste Daroussin
2026-02-18sh.1: Reference editline(7)Artem Bunichev
2026-02-18stty: Add SPDX-License-Identifier tagsTuukka Pasanen
2026-02-18sync: Add SPDX-License-Identifier tagsTuukka Pasanen
2026-02-18sleep: Add SPDX-License-Identifier tagsTuukka Pasanen
2026-02-18sh: Add SPDX-License-Identifier tagsTuukka Pasanen
2026-02-18setfacl: Add SPDX-License-Identifier tagsTuukka Pasanen
2026-02-18pwait: Add SPDX-License-Identifier tagsTuukka Pasanen
2026-02-18kenv: Add SPDX-License-Identifier tagsTuukka Pasanen
2026-02-18getfacl: Add SPDX-License-Identifier tagsTuukka Pasanen
2026-02-18ed: Add SPDX-License-Identifier tagsTuukka Pasanen
2026-02-18date: Add SPDX-License-Identifier tagsTuukka Pasanen
2026-02-18csh: Add SPDX-License-Identifier tagsTuukka Pasanen
2026-02-16sh.1: Fix ordering of Cm and Aq macrosArtem Bunichev
2026-02-16sh.1: Document the exit status of returnArtem Bunichev
2026-02-13timeout: Clean upDag-Erling Smørgrav
2026-02-11ls: check fts_children() for errors that may not surface otherwiseKyle Evans
2026-02-11cp: Expect EINTR while copyingDag-Erling Smørgrav
2026-02-11pwd: Error out if writing to stdout failedDag-Erling Smørgrav
2026-02-10pwd: Add testsDag-Erling Smørgrav
2026-02-10pwd: Clean up and adopt POSIX semanticsDag-Erling Smørgrav
2026-02-09chio: Add SPDX-License-Identifier tagsTuukka Pasanen
2026-02-03sh.1: Fix rendering error due to redundant .ElArtem Bunichev
2026-01-29sh.1: Provide detailed job control documentationArtem Bunichev
2026-01-19symlink.7: add a new section "mount options"Wolfram Schneider
2026-01-09df: Fix -k flag consistency with other BLOCKSIZE flagsAnkush Mondal
2026-01-09ps(1): Sort headersOlivier Certner
2026-01-06sh.1: Restore missing builtin commandsAlexander Ziaee
2025-12-27sh: avoid warnings about too-long initializer stringsDimitry Andric
2025-11-22cp: Fix copying the root directoryDag-Erling Smørgrav
2025-11-19sh: Fix job pointer invalidation with trapsasyncJilles Tjoelker
2025-11-19sh: Don't assume EINTR means SIGALRMDag-Erling Smørgrav
2025-11-17sh: Fix a double free in a rare scenario with pipesJilles Tjoelker
2025-11-11date: Improve nanosecond supportDag-Erling Smørgrav
2025-11-08rm(1): remove whiteouts when forcibly removing directoriesJason A. Harmening
2025-11-07sh: Implement simple parameter expansion in PS1 and PS2Matthew Phillips
2025-11-07sh tests: Fix racy test11.0Bryan Drewery
2025-11-05date.1: Lint with mandocMateusz Piotrowski
2025-10-28pwait: Add an option to print remaining processesDag-Erling Smørgrav
2025-10-23pwait: Avoid calling getpid(2) for each proc.Bryan Drewery
2025-10-07ln: Simplify sameness checksDag-Erling Smørgrav
2025-10-07cp: Simplify sameness checksDag-Erling Smørgrav
2025-09-30bin/sh: Fix the buildLexi Winter