banan-os/kernel/kernel/Device
Bananymous 9fa13079f2 Kernel: Implement supplementary groups
This code has very ugly file parsing code. I have to create API
for reading files line by line in kernel space...

This allows users to open framebuffer/input files without root.

Mounting has to be moved to userspace soon. It makes no sense to
hard code permissions for every (device) file.
2024-01-02 23:24:32 +02:00
..
Device.cpp Kernel: Make DevFS use the new and better TmpFS instead of RamFS 2023-11-07 16:05:05 +02:00
FramebufferDevice.cpp Kernel: Implement supplementary groups 2024-01-02 23:24:32 +02:00
NullDevice.cpp Kernel: Rework whole Terminal structure 2023-09-04 19:34:18 +03:00
ZeroDevice.cpp Kernel: Rewrite all read/write functions to use BAN::ByteSpan 2023-10-24 11:56:00 +03:00