Andreas Kling
|
1f277f0bd9
Kernel: Convert all *Builder::appendf() => appendff()
|
4 роки тому |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
4 роки тому |
Andreas Kling
|
9984201634
Kernel: Use KResult a bit more in the IPv4 networking code
|
4 роки тому |
asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 роки тому |
asynts
|
8465683dcf
Everywhere: Debug macros instead of constexpr.
|
4 роки тому |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 роки тому |
asynts
|
1a3a0836c0
Everywhere: Use CMake to generate AK/Debug.h.
|
4 роки тому |
asynts
|
dd727d1fec
Everywhere: Replace a bundle of dbg with dbgln.
|
4 роки тому |
Andreas Kling
|
19d3f8cab7
Kernel+LibC: Turn errno codes into a strongly typed enum
|
4 роки тому |
Andreas Kling
|
1730c23775
Kernel: Remove a bunch of no-longer-necessary SmapDisablers
|
4 роки тому |
Lenny Maiorani
|
e6f907a155
AK: Simplify constructors and conversions from nullptr_t
|
4 роки тому |
asynts
|
dca6f1f49b
Everywhere: Replace a bundle of dbg with dbgln.
|
4 роки тому |
Tom
|
f98ca35b83
Kernel: Improve ProcFS behavior in low memory conditions
|
4 роки тому |
Lenny Maiorani
|
765936ebae
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
|
4 роки тому |
Andreas Kling
|
8cc81c2953
Kernel/Net: Make IPv4Socket::protocol_receive() take a ReadonlyBytes
|
4 роки тому |
Tom
|
046d6855f5
Kernel: Move block condition evaluation out of the Scheduler
|
4 роки тому |
Andreas Kling
|
e06d8d94da
IPv4: Include IP headers when receiving from a raw socket
|
4 роки тому |
Andreas Kling
|
a6aee0c097
IPv4: Take the socket lock more (fixes TCP connection to localhost)
|
4 роки тому |
Ben Wiederhake
|
64cc3f51d0
Meta+Kernel: Make clang-format-10 clean
|
4 роки тому |
Nico Weber
|
416d470d07
Kernel: Plumb packet receive timestamp from NetworkAdapter to Socket::recvfrom
|
4 роки тому |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 роки тому |
Avery
|
06218a4074
IPv4: Truncate raw socket reads past buffer length
|
4 роки тому |
Tom
|
d89582880e
Kernel: Switch singletons to use new Singleton class
|
5 роки тому |
Andreas Kling
|
2fd9e72264
Revert "Kernel: Switch singletons to use new Singleton class"
|
5 роки тому |
Andreas Kling
|
8925ad3fa0
Revert "Kernel: Move Singleton class to AK"
|
5 роки тому |
Andreas Kling
|
68580d5a8d
Revert "AK: Get rid of make_singleton function"
|
5 роки тому |
Tom
|
5a98e329d1
AK: Get rid of make_singleton function
|
5 роки тому |
Tom
|
f0906250a1
Kernel: Move Singleton class to AK
|
5 роки тому |
Tom
|
f48feae0b2
Kernel: Switch singletons to use new Singleton class
|
5 роки тому |
Brian Gianforcaro
|
8e97de2df9
Kernel: Use Userspace<T> for the recvfrom syscall, and Socket implementation
|
5 роки тому |