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-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: Make File::write() and File::read() return KResultOr<size_t>
Andreas Kling
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-03
Kernel: Consolidate timeout logic
Tom
2020-08-03
Kernel: Use for-each loops in unveil syscall
Brian Gianforcaro
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: 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