asynts
|
c6ebca5b45
Everywhere: Replace a bundle of dbg with dbgln.
|
4 년 전 |
Andreas Kling
|
19d3f8cab7
Kernel+LibC: Turn errno codes into a strongly typed enum
|
4 년 전 |
Lenny Maiorani
|
e6f907a155
AK: Simplify constructors and conversions from nullptr_t
|
4 년 전 |
asynts
|
5931758dbc
Everywhere: Replace a bundle of dbg with dbgln.
|
4 년 전 |
asynts
|
938e5c7719
Everywhere: Replace a bundle of dbg with dbgln.
|
4 년 전 |
Linus Groh
|
bbe787a0af
Everywhere: Re-format with clang-format-11
|
4 년 전 |
Lenny Maiorani
|
765936ebae
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
|
4 년 전 |
Andreas Kling
|
3d02597316
Kernel: Avoid a heap allocation for every outgoing TCP packet
|
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 년 전 |
Tom
|
75f61fe3d9
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
|
4 년 전 |
Andreas Kling
|
a6aee0c097
IPv4: Take the socket lock more (fixes TCP connection to localhost)
|
4 년 전 |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
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 년 전 |
Andreas Kling
|
68580d5a8d
Revert "AK: Get rid of make_singleton function"
|
4 년 전 |
Tom
|
5a98e329d1
AK: Get rid of make_singleton function
|
4 년 전 |
Tom
|
f0906250a1
Kernel: Move Singleton class to AK
|
4 년 전 |
Tom
|
f48feae0b2
Kernel: Switch singletons to use new Singleton class
|
4 년 전 |
asynts
|
fff581cd72
AK: Rename span() to bytes() when appropriate.
|
4 년 전 |
Brian Gianforcaro
|
946c96dd56
Kernel: Suppress remaining unobserved KResult return codes
|
5 년 전 |
Andreas Kling
|
7a3ab6c517
Kernel: Make File::write() and File::read() return KResultOr<size_t>
|
5 년 전 |
Tom
|
f4a5c9b6c2
Kernel: Consolidate timeout logic
|
5 년 전 |
Andreas Kling
|
f5ac4da993
Kernel: Use AK::Span a bunch in the network adapter code
|
5 년 전 |
Tom
|
419703a1f2
Kernel: Fix checking BlockResult
|
5 년 전 |
Tom
|
16783bd14d
Kernel: Turn Thread::current and Process::current into functions
|
5 년 전 |
Sergey Bugaev
|
1b4e88fb59
Kernel: Allow File::close() to fail
|
5 년 전 |
Sergey Bugaev
|
54550365eb
Kernel: Use shared locking mode in some places
|
5 년 전 |
AnotherTest
|
77191d82dc
Kernel: Add the SO_BINDTODEVICE socket option
|
5 년 전 |