.. |
abort.cpp
|
Kernel+LibC: Tidy up assertion failures with a dedicated syscall
|
2021-01-04 21:57:30 +01:00 |
access.cpp
|
|
|
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
|
|
|
chmod.cpp
|
|
|
chown.cpp
|
|
|
chroot.cpp
|
|
|
clock.cpp
|
Kernel: Improve time keeping and dramatically reduce interrupt load
|
2020-12-21 18:26:12 +01:00 |
debug.cpp
|
|
|
disown.cpp
|
Kernel: disown should unblock any potential waiters
|
2020-12-12 21:28:12 +01:00 |
dup2.cpp
|
|
|
execve.cpp
|
Kernel+Loader.so: Allow dynamic executables without an interpreter
|
2021-01-03 19:45:16 +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
|
|
|
fork.cpp
|
Kernel: Pass new region owner to Region::clone
|
2021-01-01 23:43:44 +01:00 |
ftruncate.cpp
|
|
|
futex.cpp
|
Kernel: Fix some issues related to fixes and block conditions
|
2020-12-12 21:28:12 +01:00 |
get_dir_entries.cpp
|
|
|
get_stack_bounds.cpp
|
|
|
getrandom.cpp
|
Meta+Kernel: Make clang-format-10 clean
|
2020-09-25 21:18:17 +02:00 |
getuid.cpp
|
|
|
hostname.cpp
|
|
|
ioctl.cpp
|
|
|
kill.cpp
|
Kernel: Move block condition evaluation out of the Scheduler
|
2020-11-30 13:17:02 +01:00 |
link.cpp
|
|
|
lseek.cpp
|
|
|
mkdir.cpp
|
|
|
mknod.cpp
|
|
|
mmap.cpp
|
Revert "Kernel: Allocate shared memory regions immediately"
|
2021-01-02 20:56:35 +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: Introduce the DevFS
|
2020-12-27 23:07:44 +01:00 |
open.cpp
|
|
|
perf_event.cpp
|
|
|
pipe.cpp
|
Kernel: Improve ProcFS behavior in low memory conditions
|
2021-01-03 22:12:19 +01:00 |
pledge.cpp
|
Kernel: Unbreak sys$pledge()
|
2020-09-17 15:07:20 +02:00 |
prctl.cpp
|
Kernel+LibC: Introduce a "dumpable" flag for processes
|
2020-12-25 19:35:55 +01:00 |
process.cpp
|
Kernel: Add sys$set_coredump_metadata() syscall
|
2020-12-30 16:28:27 +01:00 |
profiling.cpp
|
Kernel: Abort core dump generation if any substep fails
|
2020-12-22 10:09:41 +01:00 |
ptrace.cpp
|
Kernel: Defer switching the paging scope in ptrace(PT_POKE) a little
|
2021-01-09 15:42:03 +01:00 |
purge.cpp
|
Kernel: Fix bad VMObject iteration in sys$purge()
|
2021-01-02 13:34:29 +01: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
|
|
|
rename.cpp
|
|
|
rmdir.cpp
|
|
|
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
|
|
|
setkeymap.cpp
|
Syscall: Changed 'setkeymap' to take also the Shift+AltGr map.
|
2021-01-06 09:32:08 +01:00 |
setpgid.cpp
|
|
|
setuid.cpp
|
Kernel+LibC: Introduce a "dumpable" flag for processes
|
2020-12-25 19:35:55 +01:00 |
shbuf.cpp
|
Revert "Kernel: Allocate shared memory regions immediately"
|
2021-01-02 20:56:35 +01:00 |
shutdown.cpp
|
|
|
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: Improve ProcFS behavior in low memory conditions
|
2021-01-03 22:12:19 +01:00 |
stat.cpp
|
|
|
sync.cpp
|
|
|
sysconf.cpp
|
Kernel: Implement _SC_OPEN_MAX
|
2020-09-27 01:02:11 +02:00 |
thread.cpp
|
Kernel: Merge PurgeableVMObject into AnonymousVMObject
|
2021-01-01 23:43:44 +01:00 |
times.cpp
|
Kernel: Move some time related code from Scheduler into TimeManagement
|
2020-11-30 13:17:02 +01:00 |
ttyname.cpp
|
|
|
umask.cpp
|
|
|
uname.cpp
|
|
|
unlink.cpp
|
|
|
unveil.cpp
|
Kernel: Allow 'elevating' unveil permissions if implicitly inherited from '/'
|
2020-12-26 16:10:04 +01:00 |
utime.cpp
|
|
|
waitid.cpp
|
Kernel: Move block condition evaluation out of the Scheduler
|
2020-11-30 13:17:02 +01:00 |
watch_file.cpp
|
Kernel: Improve ProcFS behavior in low memory conditions
|
2021-01-03 22:12:19 +01:00 |
write.cpp
|
Kernel: Move block condition evaluation out of the Scheduler
|
2020-11-30 13:17:02 +01:00 |