banan-os/kernel/kernel/Networking
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
..
E1000 Kernel: Rewrite all kernel mutexes 2024-02-25 21:29:43 +02:00
UNIX Kernel: Rewrite all kernel mutexes 2024-02-25 21:29:43 +02:00
ARPTable.cpp Kernel: Rewrite all kernel mutexes 2024-02-25 21:29:43 +02:00
IPv4Layer.cpp Kernel: Rewrite all kernel mutexes 2024-02-25 21:29:43 +02:00
NetworkInterface.cpp Kernel: Start making device numbers unique for each device 2024-02-22 15:53:48 +02:00
NetworkManager.cpp Kernel: Implement super simple TCP stack 2024-02-12 04:45:42 +02:00
NetworkSocket.cpp Kernel: Move on_close_impl from network socket to udp socket 2024-02-12 04:45:42 +02:00
TCPSocket.cpp Kernel: Rewrite all kernel mutexes 2024-02-25 21:29:43 +02:00
UDPSocket.cpp Kernel: Rewrite all kernel mutexes 2024-02-25 21:29:43 +02:00