Andreas Kling
b0bbdc53e9
Base: Remove misplaced backtick in syscall(1)
2019-12-30 14:15:18 +01:00
Jami Kettunen
edba444aa9
Base: Add man page for keymap(1)
2019-12-30 14:02:00 +01:00
Andreas Kling
e0ec4f89b2
Base: Add man page for purge(8)
2019-12-29 13:23:21 +01:00
Andreas Kling
33efeaf71a
crash: Add "-X" option for attempting to execute non-executable memory
2019-12-25 13:35:57 +01:00
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
Sergey Bugaev
fe0aa2ca53
Base: Document SystemServer
2019-11-26 19:58:25 +01:00
Andreas Kling
6fbe0f17f2
Docs: Add avol(1)
2019-11-22 21:52:52 +01:00
Andreas Kling
70e220a81f
Docs: Add note about EINVAL to isatty(3)
2019-11-17 20:09:12 +01:00
Andreas Kling
1bb296ea70
Docs: Add isatty(3) man page
2019-11-17 20:03:42 +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
afdc5688ec
LibC: Implement dirname() and basename()
...
And write section 3 man pages for them.
2019-10-03 08:23:54 +02: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
Larkin Nickle
e7c2467231
Add TelnetServer man page
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
Andreas Kling
eb18825fce
Base: Add man pages for create_shared_buffer() and share_buffer_with()
2019-09-28 21:16:26 +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