summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls
AgeCommit message (Expand)Author
2020-08-05Kernel: Use Userspace<T> for the futex syscallBrian Gianforcaro
2020-08-05Kernel + LibPthread: Use Userspace<T> in the create_thread syscallBrian Gianforcaro
2020-08-05Kernel: Use Userspace<T> for the rename syscallBrian Gianforcaro
2020-08-05Kernel: Use Userspace<T> for the mknod syscallBrian Gianforcaro
2020-08-05Kernel: Use Userspace<T> for the set_mmap_name syscallBrian Gianforcaro
2020-08-05Kernel: Use Userspace<T> for the readlink syscallBrian Gianforcaro
2020-08-05Kernel: Use Userspace<T> for the mmap syscallBrian Gianforcaro
2020-08-05Kernel: Use Userspace<T> for the waitid syscallBrian Gianforcaro
2020-08-05Kernel: Use Userspace<T> for the clock_nanosleep syscallBrian Gianforcaro
2020-08-05Kernel: Use Userspace<T> for the gettimeofday syscallBrian Gianforcaro
2020-08-05Kernel: Use Userspace<T> for the open syscallBrian Gianforcaro
2020-08-04Kernel: Make File::write() and File::read() return KResultOr<size_t>Andreas Kling
2020-08-04Kernel+LibC: Tidy up sys$ttyname() and sys$ptsname()Andreas Kling
2020-08-04Kernel+LibC: Add sys$disown() for disowning child processesAndreas Kling
2020-08-03Kernel: Use Userspace<T> in sys$link() and sys$symlink()Andreas Kling
2020-08-03Kernel: Consolidate timeout logicTom
2020-08-03Kernel: Use for-each loops in unveil syscallBrian Gianforcaro
2020-08-02Kernel: Use Userspace<T> in unveil syscallBrian Gianforcaro
2020-08-02Kernel: Use Userspace<T> in sched_getparam syscallBrian Gianforcaro
2020-08-02Kernel: Remove ProcessInspectionHandle and make Process RefCountedTom
2020-08-02Kernel: Convert some more syscalls to Userspace<T>Andreas Kling
2020-08-02Kernel: Use Userspace<T> in pledge syscallBrian Gianforcaro
2020-08-02Kernel: Use Userspace<T> in setkeymap syscallBrian Gianforcaro
2020-08-02Kernel: Use Userspace<T> in sched_setparam syscallBrian Gianforcaro
2020-08-02Kernel: Use Userspace<T> in ptrace syscallBrian Gianforcaro
2020-08-01Kernel: Use Userspace<T> in more syscallsAndreas Kling
2020-07-31Kernel+AK: Add and use Userspace<T>::unsafe_userspace_ptr()Andreas Kling
2020-07-31Kernel: Add _SC_PAGESIZE to sysconfItamar
2020-07-31Kernel: Use Userspace<T> in sys$utime()Andreas Kling
2020-07-31Kernel: Use Userspace<T> in sys$getcwd() and sys$chdir()Andreas Kling
2020-07-31Kernel: Use Userspace<T> for sys$read() and sys$stat()Andreas Kling
2020-07-31Kernel: Add missing license headers to some syscall filesAndreas Kling
2020-07-31Kernel: Remove SmapDisabler in sys$setsockopt()Andreas Kling
2020-07-31Kernel: Remove SmapDisabler in sys$ioctl()Andreas Kling
2020-07-30Kernel: Rename region_from_foo() => find_region_from_foo()Andreas Kling
2020-07-30Kernel: Turn Process::FileDescriptionAndFlags into a proper classAndreas Kling
2020-07-30Kernel: Move syscall implementations out of Process.cppAndreas Kling