Mauri de Souza Nunes
cb4e51a7a5
Userland: Add syscall -l option and man page
2019-12-24 20:23:37 +01:00
Conrad Pankoff
033de7efe2
Base: Describe kernel modules, syscalls, and programs
2019-12-24 11:52:01 +01:00
Andrés Vieira
488d755ccd
Docs: Add cal(1) man page
2019-12-24 11:48:16 +01:00
Andreas Kling
f41ae755ec
Kernel: Crash on memory access in non-readable regions
...
This patch makes it possible to make memory regions non-readable.
This is enforced using the "present" bit in the page tables.
A process that hits an not-present page fault in a non-readable
region will be crashed.
2019-12-02 19:18:52 +01:00
Andreas Kling
e56daf547c
Kernel: Disallow syscalls from writeable memory
...
Processes will now crash with SIGSEGV if they attempt making a syscall
from PROT_WRITE memory.
This neat idea comes from OpenBSD. :^)
2019-11-29 16:30:05 +01:00
Andreas Kling
6fbe0f17f2
Docs: Add avol(1)
2019-11-22 21:52:52 +01:00
Andreas Kling
3d558f47b0
Docs: Add uname(1) and uname(2) man pages
2019-11-17 19:48:11 +01:00
Andreas Kling
189f234b47
Docs: Add info about -T and -t to crash(1)
2019-11-17 19:23:35 +01:00
Sergey Bugaev
8fbcfa934a
Base: Add some "See also" links to the man pages
...
We can do this now that we have link support in LibMarkdown and LibHTML ^)
2019-10-03 08:23:54 +02:00
Larkin Nickle
3fb88cb76d
Help+man.md: Add man sections
...
Also correct minor formatting mistake in TelnetServer.md.
2019-09-30 21:38:39 +02:00
Andreas Kling
dba74abe93
Base: Fix minor typos in man pages
2019-09-28 23:06:22 +02:00
Sergey Bugaev
fed96f455d
Base: Write some initial man pages
...
It ain't much, but it's honest work!
2019-09-28 18:29:42 +02:00