asynts
|
fff581cd72
AK: Rename span() to bytes() when appropriate.
|
%!s(int64=4) %!d(string=hai) anos |
Brian Gianforcaro
|
946c96dd56
Kernel: Suppress remaining unobserved KResult return codes
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
7a3ab6c517
Kernel: Make File::write() and File::read() return KResultOr<size_t>
|
%!s(int64=5) %!d(string=hai) anos |
Tom
|
f4a5c9b6c2
Kernel: Consolidate timeout logic
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
f5ac4da993
Kernel: Use AK::Span a bunch in the network adapter code
|
%!s(int64=5) %!d(string=hai) anos |
Tom
|
419703a1f2
Kernel: Fix checking BlockResult
|
%!s(int64=5) %!d(string=hai) anos |
Tom
|
16783bd14d
Kernel: Turn Thread::current and Process::current into functions
|
%!s(int64=5) %!d(string=hai) anos |
Sergey Bugaev
|
1b4e88fb59
Kernel: Allow File::close() to fail
|
%!s(int64=5) %!d(string=hai) anos |
Sergey Bugaev
|
54550365eb
Kernel: Use shared locking mode in some places
|
%!s(int64=5) %!d(string=hai) anos |
AnotherTest
|
77191d82dc
Kernel: Add the SO_BINDTODEVICE socket option
|
%!s(int64=5) %!d(string=hai) anos |
Liav A
|
0fc60e41dd
Kernel: Use klog() instead of kprintf()
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
48f7c28a5c
Kernel: Replace "current" with Thread::current and Process::current
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
70c9a89707
IPv4: Put some TCP close handshake debug spam behind TCP_SOCKET_DEBUG
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
228a1e9099
IPv4: Basic implementation of TCP socket shutdown
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
6be880bd10
IPv4: Send TCP packets right away instead of waiting to "retry"
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
03837e37a3
Kernel: Make IPv4Socket::protocol_send() use a size_t for buffer size
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
8c5cd97b45
Kernel: Fix kernel null deref on process crash during join_thread()
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
aac17fc81a
IPv4: Randomize the first TCP sequence number
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
9026598999
Kernel: Add a more expressive API for getting random bytes
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
61f611bf3c
IPv4: Protect the list of unacked TCP packets with a lock
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
340b524c0d
Kernel: Minor cleanup in TCPSocket::send_tcp_packet()
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
8f45a259fc
ByteBuffer: Remove pointer() in favor of data()
|
%!s(int64=5) %!d(string=hai) anos |
Andreas Kling
|
8cfb859368
IPv4: Support overriding the default TTL (64)
|
%!s(int64=5) %!d(string=hai) anos |
Conrad Pankoff
|
c983e96664
Kernel: Use timeval_sub for TCP retransmissions and lower timer to 500ms
|
%!s(int64=5) %!d(string=hai) anos |
Conrad Pankoff
|
a2b61e30c5
Kernel: Put some network log messages behind debug flags
|
%!s(int64=5) %!d(string=hai) anos |
Conrad Pankoff
|
117d8db2a2
Kernel: Implement outgoing TCP retransmission and better ACK handling
|
%!s(int64=5) %!d(string=hai) anos |
Conrad Pankoff
|
72f728b0d6
Kernel: Hold socket back from accept() until it's fully set up
|
%!s(int64=5) %!d(string=hai) anos |
Conrad Pankoff
|
d53c9d4416
Kernel: Use RefPtr instead of SocketHandle for TCPSocket clients
|
%!s(int64=5) %!d(string=hai) anos |