summaryrefslogtreecommitdiff
path: root/Kernel/API/Syscall.h
AgeCommit message (Expand)Author
2023-04-10Kernel: Add the futimens syscallLiav A
2023-04-06Kernel: Mark sys$msync as not needing the big lockIdan Horowitz
2023-04-06Kernel: Mark sys$mremap as not needing the big lockIdan Horowitz
2023-04-06Kernel: Mark sys$munmap as not needing the big lockIdan Horowitz
2023-04-06Kernel: Mark sys$set_mmap_name as not needing the big lockIdan Horowitz
2023-04-06Kernel: Mark sys$mprotect as not needing the big lockIdan Horowitz
2023-04-06Kernel: Mark sys$mmap as not needing the big lockIdan Horowitz
2023-04-06Kernel: Mark sys$map_time_page as not needing the big lockIdan Horowitz
2023-04-06Kernel: Mark sys$madvise as not needing the big lockIdan Horowitz
2023-04-05Kernel: Mark sys$setpgid as not needing the big lockAndreas Kling
2023-04-05Kernel: Mark sys$setsid as not needing the big lockAndreas Kling
2023-04-05Kernel: Mark sys$faccessat as not needing the big lockAndreas Kling
2023-04-04Kernel: Mark inode watcher syscalls as not needing the big lockAndreas Kling
2023-04-04Kernel: Mark sys$killpg as not needing the big lockAndreas Kling
2023-04-04Kernel: Mark sys$kill as not needing the big lockAndreas Kling
2023-04-04Kernel: Mark sys$getrusage as not needing the big lockAndreas Kling
2023-04-04Kernel: Make sys$times not use the big lockAndreas Kling
2023-04-04Kernel+Userland: Make some of the POSIX types largerAndreas Kling
2023-04-04Kernel: Mark sys$umask as not needing the big lockAndreas Kling
2023-04-04Kernel: Mark sys$sigtimedwait as not needing the big lockAndreas Kling
2023-04-04Kernel: Mark sys$sigpending as not needing the big lockAndreas Kling
2023-04-04Kernel: Mark sys$sigprocmask as not needing the big lockAndreas Kling
2023-04-04Kernel: Mark sys$sigsuspend as not needing the big lockAndreas Kling
2023-04-04Kernel: Mark sys$sigreturn as not needing the big lockAndreas Kling
2023-04-04Kernel: Mark sys$open as not needing the big lockAndreas Kling
2023-04-04Kernel: Make sys$getsid not require the big lockAndreas Kling
2023-04-04Kernel: Mark sys$getpgrp as not needing the big lockAndreas Kling
2023-04-04Kernel: Mark sys$getpgid as not needing the big lockAndreas Kling
2023-04-04Kernel: Mark sys$fcntl as not needing the big lockAndreas Kling
2023-04-04Kernel: Make sys$disown not require the big lockAndreas Kling
2023-04-04Kernel: Mark sys$alarm as not needing the big lockAndreas Kling
2023-03-15Kernel: Merge {get,set}_process_name syscalls to the prctl syscallLiav A
2023-03-13Kernel: Don't include Kernel/Arch/RegisterState from userspaceAndrew Kaster
2023-03-05Kernel: Move process coredump metadata modification to the prctl syscallLiav A
2023-02-25Kernel: Mark sys$prctl() as not needing the big lockLiav A
2023-02-06Kernel: Protect Thread::m_name with a spinlockSam Atkins
2023-02-06Kernel: Protect Process::m_name with a spinlockSam Atkins
2023-02-06Kernel: Remove create_inode_watcher syscall from the big lockSam Atkins
2023-02-06Kernel: Remove pledge syscall from the big lockSam Atkins
2023-02-03Kernel/aarch64: Include Error.h to fix aarch64 missing ErrorOrSteffen Rusitschka
2023-02-02Kernel: Remove trap based syscall handlingAgustin Gianni
2023-01-10Kernel+LibCore: Make %sid path parsing not take agesAndreas Kling
2022-12-28Kernel: Remove i686 supportLiav A
2022-12-16Kernel: Reintroduce the msyscall syscall as the annotate_mapping syscallLiav A
2022-12-11Kernel+LibC+LibELF: Set stack size based on PT_GNU_STACK during execvesin-ack
2022-12-11Kernel+LibC+Tests: Implement `pwritev(2)`sin-ack
2022-12-11Kernel+LibC: Implement `setregid(2)`sin-ack
2022-12-11Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)`sin-ack
2022-12-11Kernel+LibC+LibCore: Implement `renameat(2)`sin-ack
2022-12-11Kernel+LibC: Implement `readlinkat(2)`sin-ack