This website requires JavaScript.
Explore
Help
Sign In
Bananymous
/
banan-os
Watch
1
Star
1
Fork
1
You've already forked banan-os
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
132b75c2d02e7da75a8fda0333f153c4ccefe6c9
banan-os
/
kernel
/
kernel
/
FS
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
..
DevFS
Kernel: Rework sleeping API
2026-07-02 15:22:52 +03:00
Ext2
Kernel: Fix ext2 indirect block lookup math
2026-06-30 20:14:37 +03:00
FAT
Kernel: Changed stat values from func to be field
2026-05-15 20:49:04 +03:00
ProcFS
Kernel: Expose process cpu time in proc filesystem
2026-06-27 03:24:15 +03:00
TmpFS
Kernel: Cleanup inode stat updating
2026-05-19 13:00:05 +03:00
EventFD.cpp
Kernel: Cleanup inode stat updating
2026-05-19 13:00:05 +03:00
FileSystem.cpp
Kernel: Changed stat values from func to be field
2026-05-15 20:49:04 +03:00
Inode.cpp
Kernel: Make ioctl take unsigned long instead of int
2026-07-07 03:12:39 +03:00
Pipe.cpp
Kernel: Handle TTY ioctls on all inodes not implementing it
2026-05-20 16:57:24 +03:00
USTARModule.cpp
Kernel: Remove the big inode lock
2026-05-09 23:28:00 +03:00
VirtualFileSystem.cpp
Kernel: Rework sleeping API
2026-07-02 15:22:52 +03:00