summaryrefslogtreecommitdiff
path: root/Base/usr
AgeCommit message (Expand)Author
2020-11-28Userland: Implement find -name clauseSergey Bugaev
2020-11-23Kernel: Add unveil('b')Sergey Bugaev
2020-11-14Userland: chroot: Add `--userspec`/`-u` flag to set uid/gid for chrootBrendan Coles
2020-11-11ls: Only append file type indicators when -F or --classify is specifiedAndreas Kling
2020-11-10Userland: Add an "adjtime" utilityNico Weber
2020-11-10Kernel+LibC: Add adjtime(2)Nico Weber
2020-11-10Userland: ls: Add `-d` / `--directory` flagBrendan Coles
2020-11-10Userland: ls: Add `-o` and `-B` / `--ignore-backups` flagsBrendan Coles
2020-11-10Base: Add ls man page documentationBrendan Coles
2020-10-29Shell: Document the new 'pattern as (list of names)' match syntaxAnotherTest
2020-10-29Userland: Add an implementation of 'expr'AnotherTest
2020-10-26Shell+LibLine: Support HISTCONTROL environment variableLinus Groh
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