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
/
Syscalls
Age
Commit message (
Expand
)
Author
2020-08-02
Kernel: Remove ProcessInspectionHandle and make Process RefCounted
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: Add _SC_PAGESIZE to sysconf
Itamar
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-31
Kernel: Add missing license headers to some syscall files
Andreas Kling
2020-07-31
Kernel: Remove SmapDisabler in sys$setsockopt()
Andreas Kling
2020-07-31
Kernel: Remove SmapDisabler in sys$ioctl()
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