1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 01:34:58 +00:00
serenity/Base/usr/share/man/man8
Liav A 04ba31b8c5 Kernel+Userland: Remove loadable kernel moduless
These interfaces are broken for about 9 months, maybe longer than that.
At this point, this is just a dead code nobody tests or tries to use, so
let's remove it instead of keeping a stale code just for the sake of
keeping it and hoping someone will fix it.

To better justify this, I read that OpenBSD removed loadable kernel
modules in 5.7 release (2014), mainly for the same reason we do -
nobody used it so they had no good reason to maintain it.
Still, OpenBSD had LKMs being effectively working, which is not the
current state in our project for a long time.
An arguably better approach to minimize the Kernel image size is to
allow dropping drivers and features while compiling a new image.
2021-09-11 19:05:00 +02:00
..
dmesg.md Base: Add more manpages for command-line utilities 2021-07-03 09:08:25 +02:00
groupadd.md Utilities: Add groupadd 2021-07-15 11:16:58 +02:00
groupdel.md Utilities: Add groupdel 2021-07-15 11:16:58 +02:00
hostname.md Base: Add more manpages for command-line utilities 2021-07-03 09:08:25 +02:00
lspci.md Base: Add a man page for lspci 2020-02-20 15:13:42 +01:00
mount.md Base: Document MS_RDONLY 2020-05-29 07:53:30 +02:00
pls.md pls: Drastically simplify this program 2021-05-30 23:09:37 +02:00
purge.md Kernel: Make the purge() syscall superuser-only 2020-01-02 13:39:49 +01:00
sysctl.md Base: Add sysctl man page 2021-03-08 09:48:34 +01:00
TelnetServer.md Help+man.md: Add man sections 2019-09-30 21:38:39 +02:00
umount.md Base: Add more manpages for command-line utilities 2021-07-03 09:08:25 +02:00
useradd.md Everywhere: Remove unnecessary whitespace at the end of some lines. 2021-03-08 09:20:53 +01:00
userdel.md Everywhere: Fix more typos 2020-10-03 12:36:49 +02:00