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-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
2020-08-05
Kernel: Use Userspace<T> for the rename syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the mknod syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the set_mmap_name syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the readlink syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the mmap syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the waitid syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the clock_nanosleep syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the gettimeofday syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the open syscall
Brian Gianforcaro
2020-08-04
Kernel+LibC: Tidy up sys$ttyname() and sys$ptsname()
Andreas Kling
2020-08-04
Kernel+LibC: Add sys$disown() for disowning child processes
Andreas Kling
2020-08-03
Kernel: Use Userspace<T> in sys$link() and sys$symlink()
Andreas Kling
2020-08-02
Kernel: Use Userspace<T> in unveil syscall
Brian Gianforcaro
2020-08-02
Kernel: Use Userspace<T> in sched_getparam syscall
Brian Gianforcaro
2020-08-02
Kernel: Remove ProcessInspectionHandle and make Process RefCounted
Tom
2020-08-02
Kernel: Fix some crashes due to missing locks
Tom
2020-08-02
Kernel: Convert some more syscalls to Userspace<T>
Andreas Kling
2020-08-02
Kernel: Use Userspace<T> in pledge syscall
Brian Gianforcaro
2020-08-02
Kernel: Use Userspace<T> in setkeymap syscall
Brian Gianforcaro
2020-08-02
Kernel: Use Userspace<T> in sched_setparam syscall
Brian Gianforcaro
2020-08-02
Kernel: Use Userspace<T> in ptrace syscall
Brian Gianforcaro
2020-08-01
Kernel: Use Userspace<T> in more syscalls
Andreas Kling
2020-07-31
Kernel+AK: Add and use Userspace<T>::unsafe_userspace_ptr()
Andreas Kling
2020-07-31
Kernel: Use Userspace<T> in sys$utime()
Andreas Kling
2020-07-31
Kernel: Use Userspace<T> in sys$getcwd() and sys$chdir()
Andreas Kling
2020-07-31
Kernel: Use Userspace<T> for sys$read() and sys$stat()
Andreas Kling
2020-07-30
Kernel: Rename region_from_foo() => find_region_from_foo()
Andreas Kling
2020-07-30
Kernel: Turn Process::FileDescriptionAndFlags into a proper class
Andreas Kling
2020-07-30
Kernel: Move syscall implementations out of Process.cpp
Andreas Kling
2020-07-27
Kernel+LibC: Add sys$set_process_name() for changing the process name
Andreas Kling
2020-07-15
LibC+Kernel: Start implementing sysconf
Nico Weber
2020-07-07
Kernel+LibELF: Expose ELF Auxiliary Vector to Userspace
Andrew Kaster
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-07-03
Kernel: Fix signal delivery
Tom
2020-07-01
Kernel: Turn Thread::current and Process::current into functions
Tom
2020-06-24
Kernel+LibC: Add sys$recvfd() and sys$sendfd() for fd passing
Andreas Kling
2020-06-23
LibC+Kernel: Implement ppoll
Nico Weber
2020-06-18
Kernel+LibC: Remove setreuid() / setregid() again
Nico Weber
2020-06-18
Kernel+LibC: Implement seteuid() and friends!
Nico Weber
2020-06-18
Kernel: Add "setkeymap" pledge promise
Andreas Kling
2020-05-31
Kernel: Fix overflow in Process::validate_{read,write}_typed()
Sergey Bugaev
2020-05-26
Kernel: Introduce "sigaction" pledge
Sergey Bugaev
2020-05-23
Kernel: Use a FlatPtr for the "argument" to ioctl()
Andreas Kling
2020-05-16
Kernel: Remove Process::any_thread()
Andreas Kling
[prev]
[next]