.. |
access.cpp
|
Kernel: Convert some more syscalls to Userspace<T>
|
2020-08-02 11:01:00 +02:00 |
alarm.cpp
|
Kernel: Improve time keeping and dramatically reduce interrupt load
|
2020-12-21 18:26:12 +01:00 |
beep.cpp
|
Kernel: Move some time related code from Scheduler into TimeManagement
|
2020-11-30 13:17:02 +01:00 |
chdir.cpp
|
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
2020-09-13 21:19:15 +02:00 |
chmod.cpp
|
Kernel: Use Userspace<T> for the chmod syscall
|
2020-08-10 12:52:15 +02:00 |
chown.cpp
|
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
2020-09-13 21:19:15 +02:00 |
chroot.cpp
|
Kernel: Use Userspace<T> for the chroot syscall
|
2020-08-10 12:52:15 +02:00 |
clock.cpp
|
Kernel: Improve time keeping and dramatically reduce interrupt load
|
2020-12-21 18:26:12 +01:00 |
debug.cpp
|
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
2020-09-13 21:19:15 +02:00 |
disown.cpp
|
Kernel: disown should unblock any potential waiters
|
2020-12-12 21:28:12 +01:00 |
dup2.cpp
|
Kernel+LibC+UserspaceEmulator: Bring back sys$dup2()
|
2020-08-15 11:11:34 +02:00 |
execve.cpp
|
LibELF: Move AuxiliaryValue into the ELF namespace
|
2020-12-25 14:48:30 +01:00 |
exit.cpp
|
Kernel: Don't generate a backtrace when a process exists with non-zero
|
2020-12-14 23:05:53 +01:00 |
fcntl.cpp
|
Kernel: Turn Process::FileDescriptionAndFlags into a proper class
|
2020-07-30 23:50:31 +02:00 |
fork.cpp
|
Kernel: Inherit shared buffers when forking
|
2020-11-23 09:39:32 +01:00 |
ftruncate.cpp
|
Kernel: Move syscall implementations out of Process.cpp
|
2020-07-30 23:40:57 +02:00 |
futex.cpp
|
Kernel: Fix some issues related to fixes and block conditions
|
2020-12-12 21:28:12 +01:00 |
get_dir_entries.cpp
|
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
2020-09-13 21:19:15 +02:00 |
get_stack_bounds.cpp
|
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
2020-09-13 21:19:15 +02:00 |
getrandom.cpp
|
Meta+Kernel: Make clang-format-10 clean
|
2020-09-25 21:18:17 +02:00 |
getuid.cpp
|
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
2020-09-13 21:19:15 +02:00 |
hostname.cpp
|
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
2020-09-13 21:19:15 +02:00 |
ioctl.cpp
|
Kernel: Remove SmapDisabler in sys$ioctl()
|
2020-07-31 00:17:25 +02:00 |
kill.cpp
|
Kernel: Move block condition evaluation out of the Scheduler
|
2020-11-30 13:17:02 +01:00 |
link.cpp
|
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
2020-09-13 21:19:15 +02:00 |
lseek.cpp
|
Kernel: Move syscall implementations out of Process.cpp
|
2020-07-30 23:40:57 +02:00 |
mkdir.cpp
|
Kernel: Convert some more syscalls to Userspace<T>
|
2020-08-02 11:01:00 +02:00 |
mknod.cpp
|
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
2020-09-13 21:19:15 +02:00 |
mmap.cpp
|
Kernel: Fix mmap with specific address for file backed mappings
|
2020-12-24 21:34:51 +01:00 |
module.cpp
|
LibELF: Remove ELF::Loader and move everyone to ELF::Image
|
2020-12-25 02:14:56 +01:00 |
mount.cpp
|
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
2020-09-13 21:19:15 +02:00 |
open.cpp
|
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
2020-09-13 21:19:15 +02:00 |
perf_event.cpp
|
Kernel: Move syscall implementations out of Process.cpp
|
2020-07-30 23:40:57 +02:00 |
pipe.cpp
|
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
2020-09-13 21:19:15 +02:00 |
pledge.cpp
|
Kernel: Unbreak sys$pledge()
|
2020-09-17 15:07:20 +02:00 |
process.cpp
|
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
2020-09-13 21:19:15 +02:00 |
profiling.cpp
|
Kernel: Abort core dump generation if any substep fails
|
2020-12-22 10:09:41 +01:00 |
ptrace.cpp
|
Kernel: Ptrace should not assert on poke in non-mapped tracee memory
|
2020-12-20 18:49:24 +01:00 |
purge.cpp
|
Kernel: Move syscall implementations out of Process.cpp
|
2020-07-30 23:40:57 +02:00 |
read.cpp
|
Kernel: Move block condition evaluation out of the Scheduler
|
2020-11-30 13:17:02 +01:00 |
readlink.cpp
|
Kernel: Move KBufferBuilder to the fallible KBuffer API
|
2020-12-18 19:22:26 +01:00 |
realpath.cpp
|
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
2020-09-13 21:19:15 +02:00 |
rename.cpp
|
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
2020-09-13 21:19:15 +02:00 |
rmdir.cpp
|
Kernel: Convert some more syscalls to Userspace<T>
|
2020-08-02 11:01:00 +02:00 |
sched.cpp
|
Kernel: Fix Lock race causing infinite spinning between two threads
|
2020-12-16 23:38:17 +01:00 |
select.cpp
|
Kernel: Silence debug spam about select() being interrupted
|
2020-12-20 16:06:52 +01:00 |
sendfd.cpp
|
Kernel: Move syscall implementations out of Process.cpp
|
2020-07-30 23:40:57 +02:00 |
setkeymap.cpp
|
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
2020-09-13 21:19:15 +02:00 |
setpgid.cpp
|
Kernel: Distinguish between new and old process groups with equal pgids
|
2020-08-19 21:21:34 +02:00 |
setuid.cpp
|
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
2020-09-13 21:19:15 +02:00 |
shbuf.cpp
|
Kernel: Fix SharedBuffer reference counting on fork
|
2020-11-24 21:26:39 +01:00 |
shutdown.cpp
|
Kernel: Add shutdown commands for other virtualizers
|
2020-08-30 10:31:39 +02:00 |
sigaction.cpp
|
Kernel: Don't allow modifying IOPL via sys$ptrace() or sys$sigreturn()
|
2020-12-22 19:38:25 +01:00 |
socket.cpp
|
Kernel: Move block condition evaluation out of the Scheduler
|
2020-11-30 13:17:02 +01:00 |
stat.cpp
|
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
2020-09-13 21:19:15 +02:00 |
sync.cpp
|
Kernel: Move syscall implementations out of Process.cpp
|
2020-07-30 23:40:57 +02:00 |
sysconf.cpp
|
Kernel: Implement _SC_OPEN_MAX
|
2020-09-27 01:02:11 +02:00 |
thread.cpp
|
Kernel: Change wait blocking to Process-only blocking
|
2020-12-12 21:28:12 +01:00 |
times.cpp
|
Kernel: Move some time related code from Scheduler into TimeManagement
|
2020-11-30 13:17:02 +01:00 |
ttyname.cpp
|
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
2020-09-13 21:19:15 +02:00 |
umask.cpp
|
Kernel: Move syscall implementations out of Process.cpp
|
2020-07-30 23:40:57 +02:00 |
uname.cpp
|
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
2020-09-13 21:19:15 +02:00 |
unlink.cpp
|
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
2020-09-13 21:19:15 +02:00 |
unveil.cpp
|
Kernel: Add unveil('b')
|
2020-11-23 18:37:40 +01:00 |
utime.cpp
|
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
2020-09-13 21:19:15 +02:00 |
waitid.cpp
|
Kernel: Move block condition evaluation out of the Scheduler
|
2020-11-30 13:17:02 +01:00 |
watch_file.cpp
|
Kernel: Use Userspace<T> in more syscalls
|
2020-08-01 11:37:40 +02:00 |
write.cpp
|
Kernel: Move block condition evaluation out of the Scheduler
|
2020-11-30 13:17:02 +01:00 |