Andreas Kling
|
1f277f0bd9
Kernel: Convert all *Builder::appendf() => appendff()
|
4 vuotta sitten |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
4 vuotta sitten |
Andreas Kling
|
a8c823f242
Kernel: Bump the number of fd's that can be queued on a local socket
|
4 vuotta sitten |
asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 vuotta sitten |
asynts
|
8465683dcf
Everywhere: Debug macros instead of constexpr.
|
4 vuotta sitten |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 vuotta sitten |
Andreas Kling
|
d7345cf560
Kernel: Use current EUID/EGID for LocalSocket prebind credentials
|
4 vuotta sitten |
Andreas Kling
|
c32176db27
Kernel: Don't preserve set-uid bit in open() and bind() modes
|
4 vuotta sitten |
asynts
|
c6ebca5b45
Everywhere: Replace a bundle of dbg with dbgln.
|
4 vuotta sitten |
Andreas Kling
|
19d3f8cab7
Kernel+LibC: Turn errno codes into a strongly typed enum
|
4 vuotta sitten |
Lenny Maiorani
|
e6f907a155
AK: Simplify constructors and conversions from nullptr_t
|
4 vuotta sitten |
Tom
|
f98ca35b83
Kernel: Improve ProcFS behavior in low memory conditions
|
4 vuotta sitten |
Andreas Kling
|
c6a0694f50
Kernel: Don't assert when reading from a listening-mode local socket
|
4 vuotta sitten |
Tom
|
046d6855f5
Kernel: Move block condition evaluation out of the Scheduler
|
4 vuotta sitten |
Nico Weber
|
416d470d07
Kernel: Plumb packet receive timestamp from NetworkAdapter to Socket::recvfrom
|
4 vuotta sitten |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 vuotta sitten |
Ben Wiederhake
|
eac3bbdcee
Kernel: Unbreak building with extra debug macros, part 1
|
4 vuotta sitten |
Tom
|
d89582880e
Kernel: Switch singletons to use new Singleton class
|
4 vuotta sitten |
Andreas Kling
|
2fd9e72264
Revert "Kernel: Switch singletons to use new Singleton class"
|
5 vuotta sitten |
Andreas Kling
|
8925ad3fa0
Revert "Kernel: Move Singleton class to AK"
|
5 vuotta sitten |
Andreas Kling
|
68580d5a8d
Revert "AK: Get rid of make_singleton function"
|
5 vuotta sitten |
Tom
|
5a98e329d1
AK: Get rid of make_singleton function
|
5 vuotta sitten |
Tom
|
f0906250a1
Kernel: Move Singleton class to AK
|
5 vuotta sitten |
Tom
|
f48feae0b2
Kernel: Switch singletons to use new Singleton class
|
5 vuotta sitten |
Brian Gianforcaro
|
8e97de2df9
Kernel: Use Userspace<T> for the recvfrom syscall, and Socket implementation
|
5 vuotta sitten |
Brian Gianforcaro
|
9f9b05ba0f
Kernel: Use Userspace<T> for the sendto syscall, and Socket implementation
|
5 vuotta sitten |
Brian Gianforcaro
|
02660b5d60
Kernel: Use Userspace<T> for the bind syscall, and implementation
|
5 vuotta sitten |
Brian Gianforcaro
|
30b2c0dc85
Kernel: Use Userspace<T> for the getsockopt syscall and Socket interface
|
5 vuotta sitten |
Andreas Kling
|
7a3ab6c517
Kernel: Make File::write() and File::read() return KResultOr<size_t>
|
5 vuotta sitten |
Tom
|
f4a5c9b6c2
Kernel: Consolidate timeout logic
|
5 vuotta sitten |