index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Base
/
usr
/
share
Age
Commit message (
Expand
)
Author
2020-01-17
Kernel: Add "accept" pledge promise for accepting incoming connections
Andreas Kling
2020-01-14
man: Fix minor inconsistencies in pledge(2) man page
Brian Gianforcaro
2020-01-12
Base: Document new chroot abilities
Sergey Bugaev
2020-01-12
Base: Tweak language in pledge(2) man page
Andreas Kling
2020-01-12
Base: Add a man page about pledge(2)
Andreas Kling
2020-01-11
Base: Document mount(2) and mount(8)
Sergey Bugaev
2020-01-10
chroot: Add a little chroot program
Andreas Kling
2020-01-09
SystemServer: Allow specifying per-service socket file permissions
Andreas Kling
2020-01-04
SystemServer: Explicitly open /dev/null for services without StdIO
Andreas Kling
2020-01-04
SystemServer: Fetch any extra GIDs and call setgroups() before spawn
Andreas Kling
2020-01-02
Kernel: Make the purge() syscall superuser-only
Andreas Kling
2020-01-02
Base: Move the modload and modunload command documentation to man8
Andreas Kling
2020-01-02
Base: Remove "idle" priority note from SystemServer(5)
Andreas Kling
2020-01-02
Base: Document EPERM error in module_load(2) and module_unload(2)
Andreas Kling
2020-01-01
Kernel: Disable x86 RDTSC instruction in userspace
Andreas Kling
2020-01-01
Kernel: Prevent executing I/O instructions in userspace
Andreas Kling
2020-01-01
Kernel: Enable x86 UMIP (User Mode Instruction Prevention) if supported
Andreas Kling
2019-12-31
Crash: Add a "Test All Crash Types" option
Shannon Booth
2019-12-30
Base: Remove misplaced backtick in syscall(1)
Andreas Kling
2019-12-30
Base: Add man page for keymap(1)
Jami Kettunen
2019-12-29
Base: Add man page for purge(8)
Andreas Kling
2019-12-25
crash: Add "-X" option for attempting to execute non-executable memory
Andreas Kling
2019-12-24
Userland: Add syscall -l option and man page
Mauri de Souza Nunes
2019-12-24
Base: Describe kernel modules, syscalls, and programs
Conrad Pankoff
2019-12-24
Docs: Add cal(1) man page
Andrés Vieira
2019-12-02
Kernel: Crash on memory access in non-readable regions
Andreas Kling
2019-11-29
Kernel: Disallow syscalls from writeable memory
Andreas Kling
2019-11-26
Base: Document SystemServer
Sergey Bugaev
2019-11-22
Docs: Add avol(1)
Andreas Kling
2019-11-17
Docs: Add note about EINVAL to isatty(3)
Andreas Kling
2019-11-17
Docs: Add isatty(3) man page
Andreas Kling
2019-11-17
Docs: Add uname(1) and uname(2) man pages
Andreas Kling
2019-11-17
Docs: Add info about -T and -t to crash(1)
Andreas Kling
2019-10-03
LibC: Implement dirname() and basename()
Sergey Bugaev
2019-10-03
Base: Add some "See also" links to the man pages
Sergey Bugaev
2019-09-30
Help+man.md: Add man sections
Larkin Nickle
2019-09-30
Add TelnetServer man page
Larkin Nickle
2019-09-28
Base: Fix minor typos in man pages
Andreas Kling
2019-09-28
Base: Add man pages for create_shared_buffer() and share_buffer_with()
Andreas Kling
2019-09-28
Base: Write some initial man pages
Sergey Bugaev