summaryrefslogtreecommitdiff
path: root/Base/usr/share
AgeCommit message (Expand)Author
2020-10-26Shell: Support HISTFILE environment variableLinus Groh
2020-10-25Base: Document the new brace expansions in Shell's manpageAnotherTest
2020-10-22Base: Add a manpage for 'printf'AnotherTest
2020-10-19Base: Update test-js(1) man pageLinus Groh
2020-10-03Everywhere: Fix more typosLinus Groh
2020-10-02Base: Add missing options to the Shell(1) man pageLinus Groh
2020-09-23Base: Fixup forgotten 'example' heading name in Shell man pageAnotherTest
2020-09-15Shell: Add some sections on the manpage about `match'AnotherTest
2020-09-14Shell: Add documentation for functionsAnotherTest
2020-09-10Base: Tweak Shell(5) manpage a bitAnotherTest
2020-09-09Shell: Update the Shell(5) manpageAnotherTest
2020-08-18Shell: Document the use of environment/local variablesAnotherTest
2020-08-18Shell: Update manpage about for loop behaviour around signalsAnotherTest
2020-08-14Shell: Start writing a man pageAnotherTest
2020-08-04Kernel+LibC: Add sys$disown() for disowning child processesAndreas Kling
2020-07-29Meta: Find potentially missing resourcesBen Wiederhake
2020-07-27Base: Add man page about set_process_name(2)Andreas Kling
2020-07-07Base: Add link to test-common.js in test-js(1) man pageLinus Groh
2020-07-07man pages: Consistently use "Otherwise, " in the few places that said "^Else, "Nico Weber
2020-07-07Base: Add man page for test-js(1)Linus Groh
2020-07-07js: Remove test modeLinus Groh
2020-07-06Add manpages for posix_spawnNico Weber
2020-07-05Base: Add man pages for gettid(), getpid(), and getppid()Andreas Kling
2020-07-05Kernel: Add Plan9FS :^)Sergey Bugaev
2020-07-03Add man pages for seteuid() and friends.Nico Weber
2020-06-30Userland: Add watch toolSahan Fernando
2020-06-27Userland: Add a 'test' utilityAnotherTest
2020-06-27Base: Fix sendfd's man page return sectionKevin Meyer
2020-06-25Base: Mention that sendfd & recvfd were introduced in plan9portSergey Bugaev
2020-06-25Base: Add "sendfd" and "recvfd" promises to pledge(2)Andreas Kling
2020-06-25Base: Fix wording in recvfd(2)Andreas Kling
2020-06-24Base: Add man pages for recvfd(2) and sendfd(2) :^)Andreas Kling
2020-06-19Base: Note that the "setkeymap" pledge promise is an extensionAndreas Kling
2020-06-18Userland: Add base64 toolTom Lebreux
2020-06-18Kernel: Add "setkeymap" pledge promiseAndreas Kling
2020-06-17Base: Document readlink(1) and readlink(2) :^)Sergey Bugaev
2020-06-09Base: Document new SystemServer abilitiesSergey Bugaev
2020-06-06Base: Document find(1)Sergey Bugaev
2020-06-02Base: Fix misspelling in getopt(3) (#2473)Keith
2020-05-30Base: Document getoptSergey Bugaev
2020-05-29Kernel+Userland: Support remounting filesystems :^)Sergey Bugaev
2020-05-29Base: Document MS_RDONLYSergey Bugaev
2020-05-28Base: Add manpage for xargsAnotherTest
2020-05-27Base: Replace TTYServer with text mode ShellSergey Bugaev
2020-05-27SystemServer: Add BootModes and Environment service optionsSergey Bugaev
2020-05-26Base: Document the sigaction promiseSergey Bugaev
2020-05-09Docs: Add unzip(1) man pageAndres Vieira
2020-05-08Kernel+Userland: Add "settime" pledge promise for setting system timeAndreas Kling
2020-05-05Base: Fix a typoSergey Bugaev
2020-05-04Base: Document unveil(2)Sergey Bugaev