This website requires JavaScript.
Explore
Help
Sign In
Sinipelto
/
banan-os
Watch
1
Star
0
Fork
0
forked from
Bananymous/banan-os
Code
Pull Requests
Activity
Files
390a7674b15278f6e3aea66041b90a004ce8f54e
banan-os
/
kernel
/
kernel
/
Device
T
History
Bananymous
eee0b7c3ff
Kernel: Make ioctl take unsigned long instead of int
...
this is what linux does :D also fix one or two `return ioctl` instead of `return ioctl_impl`
2026-07-07 03:12:39 +03:00
..
DebugDevice.cpp
Kernel: Print thread id when writing to /dev/debug
2026-02-27 19:12:35 +02:00
Device.cpp
Kernel: Replace is_* with kind field
2026-05-15 21:23:12 +03:00
FramebufferDevice.cpp
Kernel: Make ioctl take unsigned long instead of int
2026-07-07 03:12:39 +03:00
NullDevice.cpp
Kernel: Start making device numbers unique for each device
2024-02-22 15:53:48 +02:00
RandomDevice.cpp
Kernel: Implement basic random device to /dev/random
2024-08-22 14:02:26 +03:00
ZeroDevice.cpp
Kernel: Start making device numbers unique for each device
2024-02-22 15:53:48 +02:00