serenity/Kernel/FileSystem/SysFS
Liav A 0bb7c8f4c4 Kernel+SystemServer: Don't hardcode coredump directory path
Instead, allow userspace to decide on the coredump directory path. By
default, SystemServer sets it to the /tmp/coredump directory, but users
can now change this by writing a new path to the sysfs node at
/sys/kernel/variables/coredump_directory, and also to read this node to
check where coredumps are currently generated at.
2022-12-03 05:56:59 -07:00
..
Subsystems Kernel+SystemServer: Don't hardcode coredump directory path 2022-12-03 05:56:59 -07:00
Component.cpp Kernel: Split the SysFS core files into smaller components 2022-11-08 02:54:48 -07:00
Component.h Kernel: Update atime/ctime/mtime timestamps atomically 2022-08-22 17:56:03 +02:00
DirectoryInode.cpp Kernel: Split the SysFS core files into smaller components 2022-11-08 02:54:48 -07:00
DirectoryInode.h Kernel: Split the SysFS core files into smaller components 2022-11-08 02:54:48 -07:00
FileSystem.cpp Kernel: Split the SysFS core files into smaller components 2022-11-08 02:54:48 -07:00
FileSystem.h Kernel: Split the SysFS core files into smaller components 2022-11-08 02:54:48 -07:00
Inode.cpp Kernel: Update the ".." inode for directories after a rename 2022-11-25 17:33:05 +01:00
Inode.h Kernel: Update the ".." inode for directories after a rename 2022-11-25 17:33:05 +01:00
LinkInode.cpp Kernel: Split the SysFS core files into smaller components 2022-11-08 02:54:48 -07:00
LinkInode.h Kernel: Split the SysFS core files into smaller components 2022-11-08 02:54:48 -07:00
Registry.cpp Kernel/SysFS: Mark SysFSDirectory traverse and lookup methods as final 2022-07-15 12:29:23 +02:00
Registry.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
RootDirectory.cpp Kernel: Introduce global variables and stats in /sys/kernel directory 2022-10-25 15:33:34 -06:00
RootDirectory.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00