Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
há 4 anos atrás |
Tom
|
d89582880e
Kernel: Switch singletons to use new Singleton class
|
há 4 anos atrás |
Andreas Kling
|
2fd9e72264
Revert "Kernel: Switch singletons to use new Singleton class"
|
há 4 anos atrás |
Andreas Kling
|
8925ad3fa0
Revert "Kernel: Move Singleton class to AK"
|
há 4 anos atrás |
Andreas Kling
|
68580d5a8d
Revert "AK: Get rid of make_singleton function"
|
há 4 anos atrás |
Tom
|
5a98e329d1
AK: Get rid of make_singleton function
|
há 4 anos atrás |
Tom
|
f0906250a1
Kernel: Move Singleton class to AK
|
há 4 anos atrás |
Tom
|
f48feae0b2
Kernel: Switch singletons to use new Singleton class
|
há 4 anos atrás |
asynts
|
fff581cd72
AK: Rename span() to bytes() when appropriate.
|
há 4 anos atrás |
Brian Gianforcaro
|
946c96dd56
Kernel: Suppress remaining unobserved KResult return codes
|
há 5 anos atrás |
Andreas Kling
|
7a3ab6c517
Kernel: Make File::write() and File::read() return KResultOr<size_t>
|
há 5 anos atrás |
Tom
|
f4a5c9b6c2
Kernel: Consolidate timeout logic
|
há 5 anos atrás |
Andreas Kling
|
f5ac4da993
Kernel: Use AK::Span a bunch in the network adapter code
|
há 5 anos atrás |
Tom
|
419703a1f2
Kernel: Fix checking BlockResult
|
há 5 anos atrás |
Tom
|
16783bd14d
Kernel: Turn Thread::current and Process::current into functions
|
há 5 anos atrás |
Sergey Bugaev
|
1b4e88fb59
Kernel: Allow File::close() to fail
|
há 5 anos atrás |
Sergey Bugaev
|
54550365eb
Kernel: Use shared locking mode in some places
|
há 5 anos atrás |
AnotherTest
|
77191d82dc
Kernel: Add the SO_BINDTODEVICE socket option
|
há 5 anos atrás |
Liav A
|
0fc60e41dd
Kernel: Use klog() instead of kprintf()
|
há 5 anos atrás |
Andreas Kling
|
48f7c28a5c
Kernel: Replace "current" with Thread::current and Process::current
|
há 5 anos atrás |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
há 5 anos atrás |
Andreas Kling
|
70c9a89707
IPv4: Put some TCP close handshake debug spam behind TCP_SOCKET_DEBUG
|
há 5 anos atrás |
Andreas Kling
|
228a1e9099
IPv4: Basic implementation of TCP socket shutdown
|
há 5 anos atrás |
Andreas Kling
|
6be880bd10
IPv4: Send TCP packets right away instead of waiting to "retry"
|
há 5 anos atrás |
Andreas Kling
|
03837e37a3
Kernel: Make IPv4Socket::protocol_send() use a size_t for buffer size
|
há 5 anos atrás |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
há 5 anos atrás |
Andreas Kling
|
8c5cd97b45
Kernel: Fix kernel null deref on process crash during join_thread()
|
há 5 anos atrás |
Andreas Kling
|
aac17fc81a
IPv4: Randomize the first TCP sequence number
|
há 5 anos atrás |
Andreas Kling
|
9026598999
Kernel: Add a more expressive API for getting random bytes
|
há 5 anos atrás |
Andreas Kling
|
61f611bf3c
IPv4: Protect the list of unacked TCP packets with a lock
|
há 5 anos atrás |