1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:28:10 +00:00
serenity/Base/usr/share/man
Liav A 07387ec19a Kernel+Base: Introduce MS_NOREGULAR mount flag
This flag doesn't conform to any POSIX standard nor is found in any OS
out there. The idea behind this mount flag is to ensure that only
non-regular files will be placed in a filesystem, which includes device
nodes, symbolic links, directories, FIFOs and sockets. Currently, the
only valid case for using this mount flag is for TmpFS instances, where
we want to mount a TmpFS but disallow any kind of regular file and only
allow other types of files on the filesystem.
2022-10-22 19:18:15 +02:00
..
man1 Base: Rename jp(1) manual page to json(1) 2022-10-22 10:39:05 +02:00
man2 Kernel+Base: Introduce MS_NOREGULAR mount flag 2022-10-22 19:18:15 +02:00
man3 Base: Replace getopt with getopt_long in man page 2022-08-08 16:35:28 -04:00
man4 Documentation: Move IPC endpoint documentation to manpage section 4 2022-07-11 11:35:56 +02:00
man5 Base: Update Toolbar manpage 2022-10-06 12:17:38 +01:00
man6 Userland+Base: Remove Breakout and Pong games 2022-06-15 17:15:04 +02:00
man7 Base: Remove /proc/devices node 2022-10-16 02:24:43 -06:00
man8 Utilities/lspci: Don't unveil /res/pci.ids if not asked to resolve IDs 2022-07-19 11:02:25 +01:00