Liav A
|
aacb1f0bf4
Kernel: Rename PCI::DeviceController => PCI::Device
|
3 年 前 |
Liav A
|
7b9c3439ec
Kernel/PCI: Delete PCI::Device in its current form
|
3 年 前 |
Thomas Wagenveld
|
9b57c6a013
Kernel/NE2000: Harvest entropy from NE2000 interrupts
|
4 年 前 |
Thomas Wagenveld
|
de2d5d6a7e
Kernel/NE2000: Correct receive ring buffer wrap-around
|
4 年 前 |
Daniel Bertalan
|
f820917a76
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
|
4 年 前 |
Hendiadyoin1
|
62f9377656
Kernel: Move special sections into Sections.h
|
4 年 前 |
Liav A
|
b91df26d4a
Kernel/Interrupts: Return boolean on whether we handled the interrupt
|
4 年 前 |
Liav A
|
1c94b5e8eb
Kernel: Introduce the NetworkingManagement singleton
|
4 年 前 |
Brian Gianforcaro
|
b5d388a9b3
Kernel: Mark NE2000NetworkAdapter::ram_test() UNMAP_AFTER_INIT
|
4 年 前 |
Liav A
|
8d0280ca09
Kernel/Net: Make interfaces to have persistent names
|
4 年 前 |
Lenny Maiorani
|
5751327195
Kernel: static vs non-static constexpr variables
|
4 年 前 |
Gunnar Beutner
|
006f11f23d
Kernel: Avoid allocations when handling network packets
|
4 年 前 |
Linus Groh
|
649d2faeab
Everywhere: Use "the SerenityOS developers." in copyright headers
|
4 年 前 |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 年 前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年 前 |
Andreas Kling
|
f4eff7df8f
Kernel: Convert String::format() => String::formatted()
|
4 年 前 |
Jean-Baptiste Boric
|
dcff87215b
Kernel: Fix RAM OK test condition for NE2000NetworkAdapter
|
4 年 前 |
Andreas Kling
|
2b2828ae52
Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions
|
4 年 前 |
Brian Gianforcaro
|
ddd79fe2cf
Kernel: Add WaitQueue::wait_forever and it use it for all infinite waits.
|
4 年 前 |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
4 年 前 |
Jean-Baptiste Boric
|
edd2362f39
Kernel: Add NE2000 network card driver
|
4 年 前 |