summaryrefslogtreecommitdiff
path: root/Base/usr
AgeCommit message (Expand)Author
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
2020-05-02Base: Update js(1) manpageLinus Groh
2020-04-28mkdir: Add -p option to create parent directoriesLinus Groh
2020-04-28mkdir: Use ArgParser, support creating multiple directoriesLinus Groh
2020-04-19Base: Update js(1) manpageLinus Groh
2020-04-19Base: Document open(1)Sergey Bugaev
2020-04-06Kernel & Userland: Allow to mount image files formatted with Ext2FSLiav A
2020-04-03Revert "Kernel & Userland: Allow to mount image files formatted with Ext2FS"Andreas Kling
2020-04-02Kernel & Userland: Allow to mount image files formatted with Ext2FSLiav A
2020-03-26Base: Add a man page for js(1)Sergey Bugaev
2020-03-18SystemServer: Add WorkingDirectory supportItamar
2020-03-07LibCore: Remove all remaining C prefix referencesShannon Booth
2020-02-28Kernel+LibC: Rename shared buffer syscalls to use a prefixAndreas Kling
2020-02-20Base: Add a man page for lspcihowar6hill
2020-02-20host: Use ArgsParser to parse arguments, and add man page (#1252)howar6hill
2020-02-19Userland: Add userdel program (#1217)howar6hill
2020-02-18Man: Use ArgsParser to parse argumentshowar6hill
2020-02-15Base: Add documentation for the welcome.txt formatthatlittlegit