Andreas Kling
|
c922a7da09
Kernel: Rename ScopedSpinlock => SpinlockLocker
|
3 лет назад |
Andreas Kling
|
55adace359
Kernel: Rename SpinLock => Spinlock
|
3 лет назад |
Andreas Kling
|
c2fc33becd
Kernel: Rename ProtectedValue<T> => MutexProtected<T>
|
3 лет назад |
brapru
|
f633ef2af7
Kernel: Move ARP debug information to ARP_DEBUG
|
3 лет назад |
Andreas Kling
|
c94c15d45c
Everywhere: Replace AK::Singleton => Singleton
|
4 лет назад |
Jean-Baptiste Boric
|
738e604bfc
Kernel: Migrate ARP table locking to ProtectedValue
|
4 лет назад |
Andreas Kling
|
32a150f2b4
Kernel: Make Thread::state_string() return StringView
|
4 лет назад |
brapru
|
f8c104aaaf
Kernel: Add update option to remove an entry from the ARP table
|
4 лет назад |
Andreas Kling
|
9457d83986
Kernel: Rename Locker => MutexLocker
|
4 лет назад |
Liav A
|
1c94b5e8eb
Kernel: Introduce the NetworkingManagement singleton
|
4 лет назад |
Gunnar Beutner
|
7cd49ba2a2
Kernel: Ignore interfaces without an IP address when routing packages
|
4 лет назад |
Gunnar Beutner
|
790d68ac5e
Kernel: Route packets destined for us through the loopback adapter
|
4 лет назад |
Gunnar Beutner
|
532db9f768
Kernel: Treat 0.0.0.0 as a loopback address
|
4 лет назад |
Gunnar Beutner
|
c160c6b035
Kernel: Use correct destination MAC address for multicast packets
|
4 лет назад |
Gunnar Beutner
|
d8f92bdf96
Kernel: Avoid deadlock when trying to send packets from the NetworkTask
|
4 лет назад |
Gunnar Beutner
|
4e6a26cbd2
Kernel: Silence a few more network dbgln()s
|
4 лет назад |
Brian Gianforcaro
|
8d6e9fad40
Kernel: Remove the now defunct `LOCKER(..)` macro.
|
4 лет назад |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 лет назад |
Andreas Kling
|
ac1c01cc30
Kernel: Convert klog() => dmesgln() in ARP/routing code
|
4 лет назад |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 лет назад |
AnotherTest
|
4043e770e5
Kernel: Don't go through ARP for IP broadcast messages
|
4 лет назад |
asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 лет назад |
asynts
|
eea72b9b5c
Everywhere: Hook up remaining debug macros to Debug.h.
|
4 лет назад |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 лет назад |
Lenny Maiorani
|
e6f907a155
AK: Simplify constructors and conversions from nullptr_t
|
4 лет назад |
Tom
|
49a76164c8
Kernel: Consolidate the various BlockCondition::unblock variants
|
4 лет назад |
Tom
|
046d6855f5
Kernel: Move block condition evaluation out of the Scheduler
|
4 лет назад |
Tom
|
d89582880e
Kernel: Switch singletons to use new Singleton class
|
4 лет назад |
Andreas Kling
|
2fd9e72264
Revert "Kernel: Switch singletons to use new Singleton class"
|
4 лет назад |
Andreas Kling
|
8925ad3fa0
Revert "Kernel: Move Singleton class to AK"
|
4 лет назад |