Lenny Maiorani
|
e6f907a155
AK: Simplify constructors and conversions from nullptr_t
|
4 years ago |
asynts
|
dca6f1f49b
Everywhere: Replace a bundle of dbg with dbgln.
|
4 years ago |
Tom
|
f98ca35b83
Kernel: Improve ProcFS behavior in low memory conditions
|
4 years ago |
Lenny Maiorani
|
765936ebae
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
|
4 years ago |
Andreas Kling
|
8cc81c2953
Kernel/Net: Make IPv4Socket::protocol_receive() take a ReadonlyBytes
|
4 years ago |
Tom
|
046d6855f5
Kernel: Move block condition evaluation out of the Scheduler
|
4 years ago |
Andreas Kling
|
e06d8d94da
IPv4: Include IP headers when receiving from a raw socket
|
4 years ago |
Andreas Kling
|
a6aee0c097
IPv4: Take the socket lock more (fixes TCP connection to localhost)
|
4 years ago |
Ben Wiederhake
|
64cc3f51d0
Meta+Kernel: Make clang-format-10 clean
|
4 years ago |
Nico Weber
|
416d470d07
Kernel: Plumb packet receive timestamp from NetworkAdapter to Socket::recvfrom
|
4 years ago |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 years ago |
Avery
|
06218a4074
IPv4: Truncate raw socket reads past buffer length
|
4 years ago |
Tom
|
d89582880e
Kernel: Switch singletons to use new Singleton class
|
4 years ago |
Andreas Kling
|
2fd9e72264
Revert "Kernel: Switch singletons to use new Singleton class"
|
5 years ago |
Andreas Kling
|
8925ad3fa0
Revert "Kernel: Move Singleton class to AK"
|
5 years ago |
Andreas Kling
|
68580d5a8d
Revert "AK: Get rid of make_singleton function"
|
5 years ago |
Tom
|
5a98e329d1
AK: Get rid of make_singleton function
|
5 years ago |
Tom
|
f0906250a1
Kernel: Move Singleton class to AK
|
5 years ago |
Tom
|
f48feae0b2
Kernel: Switch singletons to use new Singleton class
|
5 years ago |
Brian Gianforcaro
|
8e97de2df9
Kernel: Use Userspace<T> for the recvfrom syscall, and Socket implementation
|
5 years ago |
Brian Gianforcaro
|
9f9b05ba0f
Kernel: Use Userspace<T> for the sendto syscall, and Socket implementation
|
5 years ago |
Brian Gianforcaro
|
02660b5d60
Kernel: Use Userspace<T> for the bind syscall, and implementation
|
5 years ago |
Brian Gianforcaro
|
30b2c0dc85
Kernel: Use Userspace<T> for the getsockopt syscall and Socket interface
|
5 years ago |
Brian Gianforcaro
|
6920d5f423
Kernel: Use Userspace<T> for the setsockopt syscall
|
5 years ago |
Brian Gianforcaro
|
f3eb7db422
Kernel: Switch IPv4Socket receive queue to SinglyLinkedListWithCount<T>
|
5 years ago |
Andreas Kling
|
7a3ab6c517
Kernel: Make File::write() and File::read() return KResultOr<size_t>
|
5 years ago |
Tom
|
f4a5c9b6c2
Kernel: Consolidate timeout logic
|
5 years ago |
Andreas Kling
|
3023a89e9b
Kernel: Remove SmapDisabler in sys$setsockopt()
|
5 years ago |
Andreas Kling
|
292cd53192
Kernel: Remove SmapDisabler in sys$ioctl()
|
5 years ago |
Andreas Kling
|
f5ac4da993
Kernel: Use AK::Span a bunch in the network adapter code
|
5 years ago |