Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 lat temu |
AnotherTest
|
4043e770e5
Kernel: Don't go through ARP for IP broadcast messages
|
4 lat temu |
asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 lat temu |
asynts
|
eea72b9b5c
Everywhere: Hook up remaining debug macros to Debug.h.
|
4 lat temu |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 lat temu |
Lenny Maiorani
|
e6f907a155
AK: Simplify constructors and conversions from nullptr_t
|
4 lat temu |
Tom
|
49a76164c8
Kernel: Consolidate the various BlockCondition::unblock variants
|
4 lat temu |
Tom
|
046d6855f5
Kernel: Move block condition evaluation out of the Scheduler
|
4 lat temu |
Tom
|
d89582880e
Kernel: Switch singletons to use new Singleton class
|
4 lat temu |
Andreas Kling
|
2fd9e72264
Revert "Kernel: Switch singletons to use new Singleton class"
|
5 lat temu |
Andreas Kling
|
8925ad3fa0
Revert "Kernel: Move Singleton class to AK"
|
5 lat temu |
Andreas Kling
|
68580d5a8d
Revert "AK: Get rid of make_singleton function"
|
5 lat temu |
Tom
|
5a98e329d1
AK: Get rid of make_singleton function
|
5 lat temu |
Tom
|
f0906250a1
Kernel: Move Singleton class to AK
|
5 lat temu |
Tom
|
f48feae0b2
Kernel: Switch singletons to use new Singleton class
|
5 lat temu |
Tom
|
16783bd14d
Kernel: Turn Thread::current and Process::current into functions
|
5 lat temu |
AnotherTest
|
77191d82dc
Kernel: Add the SO_BINDTODEVICE socket option
|
5 lat temu |
Liav A
|
0fc60e41dd
Kernel: Use klog() instead of kprintf()
|
5 lat temu |
Andreas Kling
|
48f7c28a5c
Kernel: Replace "current" with Thread::current and Process::current
|
5 lat temu |
Andreas Kling
|
1d611e4a11
Kernel: Reduce header dependencies of MemoryManager and Region
|
5 lat temu |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 lat temu |
Andreas Kling
|
db2ede9427
Net: Short-circuit routing to the IPv4 address of a local adapter
|
5 lat temu |
Andreas Kling
|
271bc4b2f2
Net: When routing to loopback, use the loopback adapter's MAC address
|
5 lat temu |
Andreas Kling
|
a3f39fe789
Net: Make NetworkAdapter reference-counted
|
5 lat temu |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 lat temu |
Conrad Pankoff
|
5ca7ae4585
Kernel: Route all loopback traffic through the loopback adapter
|
5 lat temu |
Conrad Pankoff
|
b15a7c435f
Kernel: Implement is_zero for RoutingDecision
|
6 lat temu |
Conrad Pankoff
|
6d1418aa7a
Kernel: Add simple ARP routing layer
|
6 lat temu |
Conrad Pankoff
|
54ceabd48d
Kernel: Use WeakPtr<NetworkAdapter> instead of NetworkAdapter* in net code
|
6 lat temu |
Andreas Kling
|
bc951ca565
Kernel: Run clang-format on everything.
|
6 lat temu |