1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:38:11 +00:00
serenity/Base/usr/share/man/man1
Andreas Kling 9c0836ce97 Kernel: Enable x86 UMIP (User Mode Instruction Prevention) if supported
This prevents code running outside of kernel mode from using the
following instructions:

* SGDT - Store Global Descriptor Table
* SIDT - Store Interrupt Descriptor Table
* SLDT - Store Local Descriptor Table
* SMSW - Store Machine Status Word
* STR - Store Task Register

There's no need for userspace to be able to use these instructions so
let's just disable them to prevent information leakage.
2020-01-01 13:21:15 +01:00
..
avol.md Docs: Add avol(1) 2019-11-22 21:52:52 +01:00
cal.md Docs: Add cal(1) man page 2019-12-24 11:48:16 +01:00
crash.md Kernel: Enable x86 UMIP (User Mode Instruction Prevention) if supported 2020-01-01 13:21:15 +01:00
echo.md Base: Write some initial man pages 2019-09-28 18:29:42 +02:00
keymap.md Base: Add man page for keymap(1) 2019-12-30 14:02:00 +01:00
man.md Help+man.md: Add man sections 2019-09-30 21:38:39 +02:00
md.md Base: Fix minor typos in man pages 2019-09-28 23:06:22 +02:00
mkdir.md Base: Add some "See also" links to the man pages 2019-10-03 08:23:54 +02:00
modload.md Base: Describe kernel modules, syscalls, and programs 2019-12-24 11:52:01 +01:00
modunload.md Base: Describe kernel modules, syscalls, and programs 2019-12-24 11:52:01 +01:00
syscall.md Base: Remove misplaced backtick in syscall(1) 2019-12-30 14:15:18 +01:00
uname.md Docs: Add uname(1) and uname(2) man pages 2019-11-17 19:48:11 +01:00