.. |
alarm.cpp
|
|
|
anon_create.cpp
|
|
|
chdir.cpp
|
|
|
chmod.cpp
|
|
|
chown.cpp
|
|
|
clock.cpp
|
|
|
debug.cpp
|
|
|
disown.cpp
|
|
|
dup2.cpp
|
|
|
emuctl.cpp
|
|
|
execve.cpp
|
Kernel: Allow annotating initially loaded executable segments
|
2024-05-07 16:36:38 -06:00 |
exit.cpp
|
|
|
faccessat.cpp
|
|
|
fallocate.cpp
|
Kernel+LibC: Pass 64-bit integers in syscalls by value
|
2023-08-12 01:14:26 +02:00 |
fcntl.cpp
|
|
|
fork.cpp
|
Kernel+Userland: Convert process syscall region enforce flag to SetOnce
|
2024-05-14 12:41:51 -06:00 |
fsync.cpp
|
|
|
ftruncate.cpp
|
Kernel+LibC: Pass 64-bit integers in syscalls by value
|
2023-08-12 01:14:26 +02:00 |
futex.cpp
|
|
|
get_dir_entries.cpp
|
|
|
get_stack_bounds.cpp
|
|
|
getrandom.cpp
|
|
|
getuid.cpp
|
|
|
hostname.cpp
|
Kernel: Use FixedStringBuffer for fixed-length strings in syscalls
|
2023-08-09 21:06:54 -06:00 |
inode_watcher.cpp
|
|
|
ioctl.cpp
|
Kernel: Mark sys$ioctl as not needing the big process lock
|
2023-12-26 19:20:21 +01:00 |
jail.cpp
|
|
|
keymap.cpp
|
|
|
kill.cpp
|
Kernel: Don't allocate memory for names of processes and threads
|
2023-08-09 21:06:54 -06:00 |
link.cpp
|
|
|
lseek.cpp
|
|
|
mkdir.cpp
|
|
|
mknod.cpp
|
Kernel+LibC+LibCore: Implement mknodat(2)
|
2024-05-14 22:30:39 +02:00 |
mmap.cpp
|
Kernel+Userland: Reject W->X prot region transition after a prctl call
|
2024-05-14 12:41:51 -06:00 |
mount.cpp
|
Kernel: Use FixedStringBuffer for fixed-length strings in syscalls
|
2023-08-09 21:06:54 -06:00 |
open.cpp
|
Kernel+ProfileViewer: Display additional filesystem events
|
2023-09-09 11:26:51 -06:00 |
perf_event.cpp
|
|
|
pipe.cpp
|
|
|
pledge.cpp
|
Kernel: Use FixedStringBuffer for fixed-length strings in syscalls
|
2023-08-09 21:06:54 -06:00 |
poll.cpp
|
Kernel: Mark sys$poll as not needing the big lock
|
2023-08-01 05:35:26 +02:00 |
prctl.cpp
|
Kernel+Userland: Reject W->X prot region transition after a prctl call
|
2024-05-14 12:41:51 -06:00 |
process.cpp
|
|
|
profiled_syscalls.cpp
|
Kernel+ProfileViewer: Display additional filesystem events
|
2023-09-09 11:26:51 -06:00 |
profiling.cpp
|
Kernel+LibC: Pass 64-bit integers in syscalls by value
|
2023-08-12 01:14:26 +02:00 |
ptrace.cpp
|
Kernel: Stop locking the scheduler spinlock before the ptrace mutex
|
2024-02-10 08:42:53 +01:00 |
purge.cpp
|
|
|
read.cpp
|
Kernel+ProfileViewer: Display additional filesystem events
|
2023-09-09 11:26:51 -06:00 |
readlink.cpp
|
|
|
realpath.cpp
|
Everywhere: Remove needless trailing semi-colons after functions
|
2023-07-08 10:32:56 +01:00 |
rename.cpp
|
|
|
resource.cpp
|
|
|
rmdir.cpp
|
|
|
sched.cpp
|
Kernel: Add jail semantics to methods iterating over thread lists
|
2023-09-15 11:06:48 -06:00 |
sendfd.cpp
|
|
|
setpgid.cpp
|
Kernel: Move TTY-related code to a new subdirectory under Devices
|
2023-09-09 12:08:59 -06:00 |
setuid.cpp
|
|
|
sigaction.cpp
|
Kernel: Shrink instead of expand sigaltstack range to page boundaries
|
2023-12-24 16:11:35 +01:00 |
socket.cpp
|
Kernel: Don't try to copy empty Vector in sys$recvmsg
|
2024-04-19 16:38:55 -04:00 |
stat.cpp
|
|
|
statvfs.cpp
|
Kernel/FileSystem: Rename block_size -> logical_block_size
|
2023-07-28 14:51:07 +02:00 |
sync.cpp
|
|
|
SyscallHandler.cpp
|
Everywhere: Use east const in more places
|
2024-04-19 06:31:19 -04:00 |
sysconf.cpp
|
Kernel: Add new sysconf option _SC_GETGR_R_SIZE_MAX
|
2024-01-06 04:59:50 -07:00 |
thread.cpp
|
Kernel+LibC+LibELF: Move TLS handling to userspace
|
2024-04-19 16:46:47 -06:00 |
times.cpp
|
|
|
umask.cpp
|
|
|
uname.cpp
|
Kernel/riscv64: Make the kernel compile
|
2023-11-10 15:51:31 -07:00 |
unlink.cpp
|
|
|
unveil.cpp
|
Kernel: Use FixedStringBuffer for fixed-length strings in syscalls
|
2023-08-09 21:06:54 -06:00 |
utime.cpp
|
|
|
utimensat.cpp
|
Kernel: Make utimensat ignore the dirfd when given an absolute path
|
2024-05-14 22:30:39 +02:00 |
waitid.cpp
|
|
|
write.cpp
|
Kernel+LibC: Pass 64-bit integers in syscalls by value
|
2023-08-12 01:14:26 +02:00 |