Andreas Kling
|
cee9528168
Kernel: Rename Lock to Mutex
|
4 years ago |
Andreas Kling
|
0d39bd04d3
Kernel: Rename VFS => VirtualFileSystem
|
4 years ago |
Daniel Bertalan
|
f820917a76
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
|
4 years ago |
Gunnar Beutner
|
ca3cae81eb
Kernel: Use KResultOr<size_t> for the DoubleBuffer class
|
4 years ago |
Brian Gianforcaro
|
e0da61f9d6
Kernel: Switch LocalSocket to IntrusiveList from InlineLinkedList
|
4 years ago |
Brian Gianforcaro
|
9375f3dc09
Kernel: Make LocalSocket factory APIs OOM safe
|
4 years ago |
Brian Gianforcaro
|
e8d6d478c4
Kernel: Harden LocalSocket Vector usage against OOM.
|
4 years ago |
Gunnar Beutner
|
aa792062cb
Kernel+LibC: Implement the socketpair() syscall
|
4 years ago |
Brian Gianforcaro
|
8d6e9fad40
Kernel: Remove the now defunct `LOCKER(..)` macro.
|
4 years ago |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Brian Gianforcaro
|
5f6ab77352
Kernel: Add bitwise operators for Thread::FileBlocker::BlockFlags enum
|
4 years ago |
Ben Wiederhake
|
5c15ca7b84
Kernel: Make sockets use AK::Time
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
AnotherTest
|
1e79c04616
Kernel+LibC: Stub out SO_{SND_RCV}BUF
|
4 years ago |
Andreas Kling
|
1f277f0bd9
Kernel: Convert all *Builder::appendf() => appendff()
|
4 years ago |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
4 years ago |
Andreas Kling
|
a8c823f242
Kernel: Bump the number of fd's that can be queued on a local socket
|
4 years ago |
asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 years ago |
asynts
|
8465683dcf
Everywhere: Debug macros instead of constexpr.
|
4 years ago |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 years ago |
Andreas Kling
|
d7345cf560
Kernel: Use current EUID/EGID for LocalSocket prebind credentials
|
4 years ago |
Andreas Kling
|
c32176db27
Kernel: Don't preserve set-uid bit in open() and bind() modes
|
4 years ago |
asynts
|
c6ebca5b45
Everywhere: Replace a bundle of dbg with dbgln.
|
4 years ago |
Andreas Kling
|
19d3f8cab7
Kernel+LibC: Turn errno codes into a strongly typed enum
|
4 years ago |
Lenny Maiorani
|
e6f907a155
AK: Simplify constructors and conversions from nullptr_t
|
4 years ago |
Tom
|
f98ca35b83
Kernel: Improve ProcFS behavior in low memory conditions
|
4 years ago |
Andreas Kling
|
c6a0694f50
Kernel: Don't assert when reading from a listening-mode local socket
|
4 years ago |
Tom
|
046d6855f5
Kernel: Move block condition evaluation out of the Scheduler
|
4 years ago |
Nico Weber
|
416d470d07
Kernel: Plumb packet receive timestamp from NetworkAdapter to Socket::recvfrom
|
4 years ago |