.. |
access.cpp
|
|
|
alarm.cpp
|
Kernel: Use TRY() in sys$alarm()
|
2021-09-06 13:06:05 +02:00 |
anon_create.cpp
|
Kernel: Rename FileDescription => OpenFileDescription
|
2021-09-07 13:53:14 +02:00 |
beep.cpp
|
|
|
chdir.cpp
|
Kernel: Rename file_description(fd) => open_file_description(fd)
|
2021-09-07 13:53:14 +02:00 |
chmod.cpp
|
Kernel: Rename file_description(fd) => open_file_description(fd)
|
2021-09-07 13:53:14 +02:00 |
chown.cpp
|
Kernel: Rename file_description(fd) => open_file_description(fd)
|
2021-09-07 13:53:14 +02:00 |
clock.cpp
|
Kernel: Make copy_time_from_user() helpers use KResultOr<Time>
|
2021-09-07 01:18:02 +02:00 |
debug.cpp
|
|
|
disown.cpp
|
|
|
dup2.cpp
|
Kernel: Rename file_description(fd) => open_file_description(fd)
|
2021-09-07 13:53:14 +02:00 |
emuctl.cpp
|
|
|
execve.cpp
|
Kernel: Only instantiate main_program_metadata in the scope it's needed
|
2021-09-16 17:17:13 +02:00 |
exit.cpp
|
Kernel: Fix a few typos
|
2021-10-01 00:51:49 +01:00 |
fcntl.cpp
|
Kernel: Rename file_description(fd) => open_file_description(fd)
|
2021-09-07 13:53:14 +02:00 |
fork.cpp
|
Kernel: Rename FileDescription => OpenFileDescription
|
2021-09-07 13:53:14 +02:00 |
fsync.cpp
|
Kernel+LibC: Implement fsync
|
2021-09-12 11:24:02 +02:00 |
ftruncate.cpp
|
Kernel: Rename file_description(fd) => open_file_description(fd)
|
2021-09-07 13:53:14 +02:00 |
futex.cpp
|
Kernel: Make copy_time_from_user() helpers use KResultOr<Time>
|
2021-09-07 01:18:02 +02:00 |
get_dir_entries.cpp
|
Kernel: Rename file_description(fd) => open_file_description(fd)
|
2021-09-07 13:53:14 +02:00 |
get_stack_bounds.cpp
|
|
|
getrandom.cpp
|
Kernel: Use TRY() in sys$getrandom()
|
2021-09-06 02:36:21 +02:00 |
getuid.cpp
|
|
|
hostname.cpp
|
Kernel: Use TRY() in sys$sethostname()
|
2021-09-05 18:22:18 +02:00 |
inode_watcher.cpp
|
Kernel: Rename file_description(fd) => open_file_description(fd)
|
2021-09-07 13:53:14 +02:00 |
ioctl.cpp
|
Kernel: Rename file_description(fd) => open_file_description(fd)
|
2021-09-07 13:53:14 +02:00 |
keymap.cpp
|
|
|
kill.cpp
|
|
|
link.cpp
|
|
|
lseek.cpp
|
Kernel: Rename file_description(fd) => open_file_description(fd)
|
2021-09-07 13:53:14 +02:00 |
mkdir.cpp
|
|
|
mknod.cpp
|
|
|
mmap.cpp
|
Kernel: Allow PROT_NONE in mmap and mprotect for stack regions
|
2021-09-23 04:14:41 +00:00 |
mount.cpp
|
Kernel: Rename DevFS => DevTmpFS
|
2021-09-08 00:42:20 +02:00 |
open.cpp
|
Kernel: Rename file_description(fd) => open_file_description(fd)
|
2021-09-07 13:53:14 +02:00 |
perf_event.cpp
|
|
|
pipe.cpp
|
Kernel: Add support for O_NONBLOCK in pipe syscall
|
2021-09-19 12:20:16 +02:00 |
pledge.cpp
|
|
|
prctl.cpp
|
Kernel: Fix -Wunreachable-code warnings from clang
|
2021-10-08 23:33:46 +02:00 |
process.cpp
|
Kernel: Store process names as KString
|
2021-09-07 13:53:14 +02:00 |
profiling.cpp
|
|
|
ptrace.cpp
|
Kernel: Rename ProcessPagingScope => ScopedAddressSpaceSwitcher
|
2021-09-06 18:56:51 +02:00 |
purge.cpp
|
Kernel: Access MemoryManager static functions statically
|
2021-10-02 18:16:15 +02:00 |
read.cpp
|
Kernel: Rename file_description(fd) => open_file_description(fd)
|
2021-09-07 13:53:14 +02:00 |
readlink.cpp
|
|
|
realpath.cpp
|
Kernel: Improvements to Custody absolute path serialization
|
2021-09-06 13:06:05 +02:00 |
rename.cpp
|
|
|
rmdir.cpp
|
|
|
sched.cpp
|
|
|
select.cpp
|
Kernel: Rename file_description(fd) => open_file_description(fd)
|
2021-09-07 13:53:14 +02:00 |
sendfd.cpp
|
Kernel: Use move semantics in sys$sendfd()
|
2021-09-15 21:09:47 +02:00 |
setpgid.cpp
|
Kernel: Use KResultOr better in ProcessGroup construction
|
2021-09-06 01:55:27 +02:00 |
setuid.cpp
|
|
|
sigaction.cpp
|
|
|
socket.cpp
|
Kernel: Rename file_description(fd) => open_file_description(fd)
|
2021-09-07 13:53:14 +02:00 |
stat.cpp
|
Kernel: Rename file_description(fd) => open_file_description(fd)
|
2021-09-07 13:53:14 +02:00 |
statvfs.cpp
|
Kernel: Rename file_description(fd) => open_file_description(fd)
|
2021-09-07 13:53:14 +02:00 |
sync.cpp
|
|
|
sysconf.cpp
|
Kernel: Add _SC_HOST_NAME_MAX
|
2021-09-11 00:28:39 +02:00 |
thread.cpp
|
Kernel: Store process names as KString
|
2021-09-07 13:53:14 +02:00 |
times.cpp
|
|
|
ttyname.cpp
|
Kernel: Rename file_description(fd) => open_file_description(fd)
|
2021-09-07 13:53:14 +02:00 |
umask.cpp
|
|
|
uname.cpp
|
|
|
unlink.cpp
|
|
|
unveil.cpp
|
Kernel: Make KString factories return KResultOr + use TRY() everywhere
|
2021-09-06 19:25:36 +02:00 |
utime.cpp
|
|
|
waitid.cpp
|
Kernel: Use AK::Variant default initialization where appropriate
|
2021-09-21 04:22:52 +04:30 |
write.cpp
|
Kernel: Rename file_description(fd) => open_file_description(fd)
|
2021-09-07 13:53:14 +02:00 |