summaryrefslogtreecommitdiff
path: root/Base/usr/share
AgeCommit message (Expand)Author
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
2019-12-30Base: Remove misplaced backtick in syscall(1)Andreas Kling
2019-12-30Base: Add man page for keymap(1)Jami Kettunen
2019-12-29Base: Add man page for purge(8)Andreas Kling
2019-12-25crash: Add "-X" option for attempting to execute non-executable memoryAndreas Kling
2019-12-24Userland: Add syscall -l option and man pageMauri de Souza Nunes
2019-12-24Base: Describe kernel modules, syscalls, and programsConrad Pankoff
2019-12-24Docs: Add cal(1) man pageAndrés Vieira
2019-12-02Kernel: Crash on memory access in non-readable regionsAndreas Kling
2019-11-29Kernel: Disallow syscalls from writeable memoryAndreas Kling
2019-11-26Base: Document SystemServerSergey Bugaev
2019-11-22Docs: Add avol(1)Andreas Kling
2019-11-17Docs: Add note about EINVAL to isatty(3)Andreas Kling
2019-11-17Docs: Add isatty(3) man pageAndreas Kling
2019-11-17Docs: Add uname(1) and uname(2) man pagesAndreas Kling
2019-11-17Docs: Add info about -T and -t to crash(1)Andreas Kling
2019-10-03LibC: Implement dirname() and basename()Sergey Bugaev
2019-10-03Base: Add some "See also" links to the man pagesSergey Bugaev
2019-09-30Help+man.md: Add man sectionsLarkin Nickle
2019-09-30Add TelnetServer man pageLarkin Nickle
2019-09-28Base: Fix minor typos in man pagesAndreas Kling
2019-09-28Base: Add man pages for create_shared_buffer() and share_buffer_with()Andreas Kling
2019-09-28Base: Write some initial man pagesSergey Bugaev