index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Process.h
Age
Commit message (
Expand
)
Author
2020-09-27
Kernel: Make Thread refcounted
Tom
2020-09-17
Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg()
Nico Weber
2020-09-15
Kernel: Use Userspace<> for sys$writev
Nico Weber
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-09-10
Kernel: Rename Process::is_ring0/3 to Process::is_kernel/user_process
Tom
2020-09-08
Refactor: Replace usages of FixedArray with Vector.
asynts
2020-08-19
Kernel: Distinguish between new and old process groups with equal pgids
AnotherTest
2020-08-19
Kernel: Use Userspace<T> for the recvfrom syscall, and Socket implementation
Brian Gianforcaro
2020-08-19
Kernel: Use Userspace<T> for the sendto syscall, and Socket implementation
Brian Gianforcaro
2020-08-17
Kernel: Bump process thread count to a 32-bit value
Andreas Kling
2020-08-15
Kernel+LibC+UserspaceEmulator: Bring back sys$dup2()
Andreas Kling
2020-08-15
Kernel+LibC+UserspaceEmulator: Remove sys$dup() and sys$dup2()
Andreas Kling
2020-08-10
Kernel: Use Userspace<T> for the exit_thread syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the join_thread syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the chroot syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the module_unload syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the module_load syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the getrandom syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the shbuf_get syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the get_thread_name syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the set_thread_name syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the connect syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the accept syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the bind syscall, and implementation
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the chmod syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the umount syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the unlink syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the sigpending syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the sigprocmask syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the fstat syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the uname syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the sethostname syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the gethostname syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the clock_settime syscall
Brian Gianforcaro
2020-08-10
Kernel: Modifiy clock_settime timespec argument to const
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the clock_gettime syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the getresgid syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the getresuid syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the times syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the getgroups syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the setgroups syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the execve syscall
Brian Gianforcaro
2020-08-10
Kernel: More PID/TID typing
Ben Wiederhake
2020-08-10
Kernel: PID/PGID typing
Ben Wiederhake
2020-08-10
Kernel: PID/TID typing
Ben Wiederhake
2020-08-07
Kernel: Use Userspace<T> for the realpath syscall
Brian Gianforcaro
2020-08-07
Kernel: Use Userspace<T> for the getsockopt syscall and Socket interface
Brian Gianforcaro
2020-08-07
Kernel: Use Userspace<T> for the setsockopt syscall
Brian Gianforcaro
2020-08-07
Kernel: Use Userspace<T> for the getsockname syscall
Brian Gianforcaro
2020-08-07
Kernel: Use Userspace<T> for the getpeername syscall
Brian Gianforcaro
[next]