Luna/kernel/src/fs/devices
apio 4ed7ec5e93
All checks were successful
continuous-integration/drone/push Build is passing
libluna: Store SharedPtr's ref count in the object itself
2023-07-30 11:32:46 +02:00
..
ConsoleDevice.cpp kernel: Use pid_t internally for process IDs 2023-07-26 21:32:00 +02:00
ConsoleDevice.h kernel+libc+sh: Make the TTY device actually follow termios rules 2023-07-13 20:33:20 +02:00
Device.h libluna: Store SharedPtr's ref count in the object itself 2023-07-30 11:32:46 +02:00
DeviceRegistry.cpp tests+kernel+init: Run tests automatically in a headless way 2023-07-21 14:09:37 +02:00
DeviceRegistry.h tests+kernel+init: Run tests automatically in a headless way 2023-07-21 14:09:37 +02:00
FramebufferDevice.cpp kernel: Remove register_special_device()'s name parameter 2023-06-16 21:46:51 +02:00
FramebufferDevice.h kernel/ATA+MBR: Dynamically generate device names + create devices for MBR partitions 2023-06-16 21:30:50 +02:00
FullDevice.cpp kernel: Remove register_special_device()'s name parameter 2023-06-16 21:46:51 +02:00
FullDevice.h kernel/ATA+MBR: Dynamically generate device names + create devices for MBR partitions 2023-06-16 21:30:50 +02:00
NullDevice.cpp kernel: Remove register_special_device()'s name parameter 2023-06-16 21:46:51 +02:00
NullDevice.h kernel/ATA+MBR: Dynamically generate device names + create devices for MBR partitions 2023-06-16 21:30:50 +02:00
UARTDevice.cpp tests+kernel+init: Run tests automatically in a headless way 2023-07-21 14:09:37 +02:00
UARTDevice.h tests+kernel+init: Run tests automatically in a headless way 2023-07-21 14:09:37 +02:00
ZeroDevice.cpp kernel: Remove register_special_device()'s name parameter 2023-06-16 21:46:51 +02:00
ZeroDevice.h kernel/ATA+MBR: Dynamically generate device names + create devices for MBR partitions 2023-06-16 21:30:50 +02:00