Gunnar Beutner
|
2a78bf8596
Kernel: Fix the return type for syscalls
|
4 yıl önce |
Gunnar Beutner
|
bf779e182e
Kernel: Remove obsolete size_t casts
|
4 yıl önce |
Gunnar Beutner
|
bc3076f894
Kernel: Remove various other uses of ssize_t
|
4 yıl önce |
Sahan Fernando
|
d0f314b23c
Kernel: Fix subtle race condition in sys$write implementation
|
4 yıl önce |
Brian Gianforcaro
|
454d2fd42a
Kernel: Harden sys$readv / sys$writev Vector usage against OOM.
|
4 yıl önce |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 yıl önce |
Itamar
|
ba0df27653
Kernel: Support write() after setting O_APPEND on a non-seekable file
|
4 yıl önce |
Andreas Kling
|
d48666489c
Kernel: Make FileDescription::seek() return KResultOr<off_t>
|
4 yıl önce |
Andreas Kling
|
4d006de2b9
Kernel: Fix build with IO_DEBUG
|
4 yıl önce |
Andreas Kling
|
122c7b6cbb
Kernel: Use Userspace<T> in sys$write()
|
4 yıl önce |
Andreas Kling
|
ac71775de5
Kernel: Make all syscall functions return KResultOr<T>
|
4 yıl önce |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 yıl önce |
Ben Wiederhake
|
c6027ed7cc
Kernel: Refuse excessively long iovec list
|
4 yıl önce |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
4 yıl önce |
asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 yıl önce |
asynts
|
8465683dcf
Everywhere: Debug macros instead of constexpr.
|
4 yıl önce |
asynts
|
7b0a1a98d9
Everywhere: Replace a bundle of dbg with dbgln.
|
4 yıl önce |
Lenny Maiorani
|
e6f907a155
AK: Simplify constructors and conversions from nullptr_t
|
4 yıl önce |
Tom
|
046d6855f5
Kernel: Move block condition evaluation out of the Scheduler
|
4 yıl önce |
Nico Weber
|
c9a3a5b488
Kernel: Use Userspace<> for sys$writev
|
4 yıl önce |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 yıl önce |
Andreas Kling
|
7a3ab6c517
Kernel: Make File::write() and File::read() return KResultOr<size_t>
|
5 yıl önce |
Tom
|
f4a5c9b6c2
Kernel: Consolidate timeout logic
|
5 yıl önce |
Andreas Kling
|
949aef4aef
Kernel: Move syscall implementations out of Process.cpp
|
5 yıl önce |