summaryrefslogtreecommitdiff
path: root/Base/usr
AgeCommit message (Expand)Author
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
2020-02-07Base: Add man page for posix_openpt(3)Andreas Kling
2020-02-02Userland: useradd utilityJesse Buhagiar
2020-01-23Base: Note in pledge(2) man page which promises are extensionsAndreas Kling
2020-01-18Kernel: Do not return ENOENT for unresolved symbolsSergey Bugaev
2020-01-17Kernel: Add "accept" pledge promise for accepting incoming connectionsAndreas Kling
2020-01-14man: Fix minor inconsistencies in pledge(2) man pageBrian Gianforcaro
2020-01-12Base: Document new chroot abilitiesSergey Bugaev
2020-01-12Base: Tweak language in pledge(2) man pageAndreas Kling
2020-01-12Base: Add a man page about pledge(2)Andreas Kling
2020-01-11Base: Document mount(2) and mount(8)Sergey Bugaev
2020-01-10chroot: Add a little chroot programAndreas Kling
2020-01-09SystemServer: Allow specifying per-service socket file permissionsAndreas Kling
2020-01-04SystemServer: Explicitly open /dev/null for services without StdIOAndreas Kling
2020-01-04SystemServer: Fetch any extra GIDs and call setgroups() before spawnAndreas Kling
2020-01-02Kernel: Make the purge() syscall superuser-onlyAndreas Kling
2020-01-02Base: Move the modload and modunload command documentation to man8Andreas Kling
2020-01-02Base: Remove "idle" priority note from SystemServer(5)Andreas Kling
2020-01-02Base: Document EPERM error in module_load(2) and module_unload(2)Andreas Kling
2020-01-01Kernel: Disable x86 RDTSC instruction in userspaceAndreas Kling
2020-01-01Kernel: Prevent executing I/O instructions in userspaceAndreas Kling
2020-01-01Kernel: Enable x86 UMIP (User Mode Instruction Prevention) if supportedAndreas Kling
2019-12-31Crash: Add a "Test All Crash Types" optionShannon Booth