serenity/Kernel
Tim Ledbetter ad984ba522 Kernel: Populate stat.st_dev with fsid
This allows userland programs to differentiate inodes on different
filesystems.
2023-10-01 13:34:41 +02:00
..
API LibC+Kernel: Move GPU-related API methods to a LibC header file 2023-09-15 11:05:25 -06:00
Arch Kernel/aarch64: Subtract KERNEL_MAPPING_BASE from driver_init section 2023-09-30 16:58:15 +02:00
Boot
Bus Kernel/USB: Add a crude USB MassStorage driver :^) 2023-09-29 16:14:47 -06:00
Devices Kernel/USB: Add a crude USB MassStorage driver :^) 2023-09-29 16:14:47 -06:00
FileSystem Kernel: Populate stat.st_dev with fsid 2023-10-01 13:34:41 +02:00
Firmware/ACPI Kernel: Overhaul system shutdown procedure 2023-07-15 00:12:01 +02:00
Heap
Interrupts Kernel/Interrupts: Move PCIIRQHandler => PCI::IRQHandler 2023-09-16 14:04:17 -06:00
Library AK+Kernel: Introduce StdLib function to copy FixedStringBuffer to user 2023-08-25 11:51:52 +02:00
Locking
Memory Kernel: Don't allocate memory for names of processes and threads 2023-08-09 21:06:54 -06:00
Net Kernel/VirtIO: Ensure proper error propagation in core methods 2023-09-24 19:54:23 -06:00
Prekernel
Security
Syscalls Kernel: Add jail semantics to methods iterating over thread lists 2023-09-15 11:06:48 -06:00
Tasks Kernel: Add jail semantics to methods iterating over thread lists 2023-09-15 11:06:48 -06:00
Time
CMakeLists.txt AK: Implement SipHash as the default hash algorithm for most use cases 2023-10-01 11:06:36 +03:30
Debug.h.in
embedmap.sh
Forward.h
generate-version-file.sh
kprintf.cpp Kernel: Move TTY-related code to a new subdirectory under Devices 2023-09-09 12:08:59 -06:00
kstdio.h
KSyms.cpp
KSyms.h
mkmap.sh
SanCov.cpp
Sections.h
UnixTypes.h