summaryrefslogtreecommitdiff
path: root/bin/sh
AgeCommit message (Expand)Author
6 dayssh: Increase default history size to POSIX mandated minimum of 128Kristofer Peterson
2026-02-23sh.1: Add .sh_history and .shrc to FILESAlexander Ziaee
2026-02-18sh.1: Reference editline(7)Artem Bunichev
2026-02-18sh: 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-03sh.1: Fix rendering error due to redundant .ElArtem Bunichev
2026-01-29sh.1: Provide detailed job control documentationArtem Bunichev
2026-01-06sh.1: Restore missing builtin commandsAlexander Ziaee
2025-12-27sh: avoid warnings about too-long initializer stringsDimitry Andric
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-07sh: Implement simple parameter expansion in PS1 and PS2Matthew Phillips
2025-11-07sh tests: Fix racy test11.0Bryan Drewery
2025-09-30bin/sh: Fix the buildLexi Winter
2025-09-30sh: Remove /.profileLexi Winter
2025-09-16init: Use root's home directory in single-user modeJilles Tjoelker
2025-09-02sh: Fix non-NO_ROOT installconfigLexi Winter
2025-09-02sh: Add config tag to /.profileLexi Winter
2025-07-01sh(1): Do not interpret chdir to "" as equivalent to chdir with no argumentXin LI
2025-06-17tests: Update for jemalloc's option parsingEd Maste
2025-05-16sh: Avoid referencing uninitialized memory in aliasJoseph Mingrone
2025-05-01sh.1: Remove a double wordGordon Bergling
2025-04-28dot.shrc: words to words, should be singularGraham Perrin
2025-03-08sh(1): Replace recommendation of use of -e with a noteMichael Osipov
2025-02-27sh.1: extend the section about getoptsPiotr Pawel Stefaniak
2025-02-24sh.1: document optional arguments to `:`Alexander Ziaee
2024-11-29sh.1: update history + spdx + linter errorAlexander Ziaee
2024-11-20sh(1): -l is only valid in cli option not as set -lBaptiste Daroussin
2024-11-20sh(1): add -l optionBaptiste Daroussin
2024-11-17sh tests: Fix ktrace usage now that envvars are traced by defaultMark Johnston
2024-10-14Update Makefile.depend filesSimon J. Gerraty
2024-10-03manuals: Fix typos in -offset for .Bd and .BlGraham Percival
2024-09-20bin/sh: support RLIMIT_PIPEBUFKonstantin Belousov
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-02-13sh(1): Grammar fix in jobs.cFu-Cheng Wang
2023-12-26sh(1): Fix typoPei-Ju Chien
2023-12-26sh(1): Fix typoKai-Yang Chen
2023-12-26sh(1): Fix typoWEININGCHIU
2023-11-26bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26bin: Remove ancient SCCS tags.Warner Losh
2023-11-16Fix /root permissions after 'make installworld'Thomas Eberhardt
2023-09-23sh: implement PS1 \D to print current timePiotr Pawel Stefaniak
2023-09-12sh: also auto-complete functionsPiotr Pawel Stefaniak
2023-09-12sh: introduce a function to iterate over all hashed commandsPiotr Pawel Stefaniak
2023-09-12sh: tab-complete aliasesPiotr Pawel Stefaniak
2023-09-12sh: introduce a function to iterate over all aliasesPiotr Pawel Stefaniak
2023-09-12sh: reindent a for loop in parser.cPiotr Pawel Stefaniak