1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-27 20:25:06 +00:00
serenity/Base/usr/share/man
Liav A ed67a877a3 Kernel+SystemServer+Base: Introduce the RAMFS filesystem
This filesystem is based on the code of the long-lived TmpFS. It differs
from that filesystem in one keypoint - its root inode doesn't have a
sticky bit on it.

Therefore, we mount it on /dev, to ensure only root can modify files on
that directory. In addition to that, /tmp is mounted directly in the
SystemServer main (start) code, so it's no longer specified in the fstab
file. We ensure that /tmp has a sticky bit and has the value 0777 for
root directory permissions, which is certainly a special case when using
RAM-backed (and in general other) filesystems.

Because of these 2 changes, it's no longer needed to maintain the TmpFS
filesystem, hence it's removed (renamed to RAMFS), because the RAMFS
represents the purpose of this filesystem in a much better way - it
relies on being backed by RAM "storage", and therefore it's easy to
conclude it's temporary and volatile, so its content is gone on either
system shutdown or unmounting of the filesystem.
2023-02-04 15:32:45 -07:00
..
man1 Utilities: Replace fgrep with grep --fixed-strings 2023-01-19 12:22:24 +01:00
man2 Kernel+SystemServer+Base: Introduce the RAMFS filesystem 2023-02-04 15:32:45 -07:00
man3 Everywhere: Clean up "the the" comment typos 2022-11-03 17:38:32 +00:00
man4 Documentation: Move IPC endpoint documentation to manpage section 4 2022-07-11 11:35:56 +02:00
man5 Base: Move GUI application man pages into their own subsection 2023-01-08 13:35:29 +01:00
man6 Games: Add ColorLines 2022-12-12 17:30:04 +00:00
man7 Base: Move GUI application man pages into their own subsection 2023-01-08 13:35:29 +01:00
man8 Base: Use new global variables at /sys/kernel/ directory 2022-10-25 15:33:34 -06:00