.. |
access.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
alarm.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
anon_create.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
beep.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
chdir.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
chmod.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
chown.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
clock.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
debug.cpp
|
Kernel+UE+LibC: Remove unused dbgputch syscall
|
2021-11-24 22:56:39 +01:00 |
disown.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
dup2.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
emuctl.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
execve.cpp
|
Kernel: Preserve pending signals across execve(2)s
|
2021-12-12 08:34:19 +02:00 |
exit.cpp
|
Kernel: Fix a few typos
|
2021-10-01 00:51:49 +01:00 |
fcntl.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
fork.cpp
|
Kernel: Inherit alternative signal stack on fork(2)
|
2021-12-12 08:34:19 +02:00 |
fsync.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
ftruncate.cpp
|
Kernel: Make sys${ftruncate,pread} take off_t as const pointer
|
2021-12-18 11:30:10 +01:00 |
futex.cpp
|
Kernel: Fix futex syscall return values
|
2021-11-24 19:44:57 +01:00 |
get_dir_entries.cpp
|
Kernel: Make UserOrKernelBuffer::for_user_buffer() return ErrorOr<T>
|
2021-11-21 20:22:48 +01:00 |
get_stack_bounds.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
getrandom.cpp
|
Kernel: Make UserOrKernelBuffer::for_user_buffer() return ErrorOr<T>
|
2021-11-21 20:22:48 +01:00 |
getuid.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
hostname.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
inode_watcher.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
ioctl.cpp
|
Kernel: Use copy_typed_from_user() in more places :^)
|
2021-12-18 11:30:10 +01:00 |
keymap.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
kill.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
link.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
lseek.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
mkdir.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
mknod.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
mmap.cpp
|
Kernel: Clear up some comments in the sys$mprotect implementation
|
2021-12-01 21:44:11 +02:00 |
mount.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
open.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
perf_event.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
pipe.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
pledge.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
poll.cpp
|
Kernel: Split off sys$poll() into Syscalls/poll.cpp
|
2021-12-12 21:48:50 +01:00 |
prctl.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
process.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
profiling.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
ptrace.cpp
|
Kernel: Use copy_typed_from_user() in more places :^)
|
2021-12-18 11:30:10 +01:00 |
purge.cpp
|
AK: Make Vector::try_* functions return ErrorOr<void>
|
2021-11-10 21:58:58 +01:00 |
read.cpp
|
Kernel: Make sys${ftruncate,pread} take off_t as const pointer
|
2021-12-18 11:30:10 +01:00 |
readlink.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
realpath.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
rename.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
rmdir.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
sched.cpp
|
Kernel: Use copy_typed_from_user() in more places :^)
|
2021-12-18 11:30:10 +01:00 |
sendfd.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
setpgid.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
setuid.cpp
|
AK: Make Vector::try_* functions return ErrorOr<void>
|
2021-11-10 21:58:58 +01:00 |
sigaction.cpp
|
Kernel: Fix 4-byte uninitialized memory leak in sys$sigaltstack()
|
2021-12-18 11:30:10 +01:00 |
socket.cpp
|
Kernel: Use copy_typed_from_user() in more places :^)
|
2021-12-18 11:30:10 +01:00 |
stat.cpp
|
Kernel: Make File::stat() & friends return Error<struct stat>
|
2021-12-18 11:30:10 +01:00 |
statvfs.cpp
|
Kernel: Use DistinctNumeric for filesystem ID's
|
2021-11-18 21:11:30 +01:00 |
sync.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
sysconf.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
thread.cpp
|
AK+Kernel: Remove implicit conversion from Userspace<T*> to FlatPtr
|
2021-11-16 00:13:22 +01:00 |
times.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
ttyname.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
umask.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
uname.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
unlink.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
unveil.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
utime.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
waitid.cpp
|
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
2021-11-08 01:10:53 +01:00 |
write.cpp
|
Kernel: Remove else after return in Process::do_write
|
2021-12-18 10:31:18 -08:00 |