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-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
2020-08-07
Kernel: Use Userspace<T> for the chown syscall
Brian Gianforcaro
2020-08-07
Kernel: Use Userspace<T> for the mount syscall
Brian Gianforcaro
2020-08-06
Kernel: Store TTY's foreground process as a WeakPtr<Process>
Andreas Kling
2020-08-06
Kernel: Partial usage of Userspace<T> for the poll syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the futex syscall
Brian Gianforcaro
2020-08-05
Kernel + LibPthread: Use Userspace<T> in the create_thread syscall
Brian Gianforcaro
[next]