banan-os/kernel/kernel/FS
Bananymous 40b626b0aa Kernel: Rewrite all kernel mutexes
Now SpinLock is actually just a spin lock and I added a Mutex that
does the same as the old "SpinLock". This is in preparation for
starting to support smp and making the kernel smp safe. This commit
also removes obsolete PageTableScope and CriticalScope which should
now be used by alternative APIs.
2024-02-25 21:29:43 +02:00
..
DevFS Kernel: Rewrite all kernel mutexes 2024-02-25 21:29:43 +02:00
Ext2 Kernel: Rewrite all kernel mutexes 2024-02-25 21:29:43 +02:00
ProcFS Kernel: Rewrite all kernel mutexes 2024-02-25 21:29:43 +02:00
TmpFS Kernel: Rewrite all kernel mutexes 2024-02-25 21:29:43 +02:00
Inode.cpp Kernel: Rewrite all kernel mutexes 2024-02-25 21:29:43 +02:00
Pipe.cpp Kernel: Rewrite all kernel mutexes 2024-02-25 21:29:43 +02:00
VirtualFileSystem.cpp Kernel: Rewrite all kernel mutexes 2024-02-25 21:29:43 +02:00