summaryrefslogtreecommitdiff
path: root/sys/arm64/linux/syscalls.master
AgeCommit message (Expand)Author
2025-07-04linux: Add inotify supportMark Johnston
2024-05-23linux: Fix linux_mq_notify_args & linux_timer_create_argsRicardo Branco
2023-10-03linux(4): Deorbit linux_nosys from syscalls.masterDmitry Chagin
2023-09-25linux(4): Update syscalls.master to 6.5Dmitry Chagin
2023-08-20linux(4): Add a writev syscall wrapperDmitry Chagin
2023-08-20linux(4): Modify write syscall to match LinuxDmitry Chagin
2023-08-16sys: Remove $FreeBSD$: one-line bare tagWarner Losh
2023-08-04linux(4): Modify ioprio syscalls to match LinuxDmitry Chagin
2023-07-22linux(4): Modify xattr syscalls to match LinuxDmitry Chagin
2023-05-29linux(4): Add a dedicated linux_exec_copyin_args()Dmitry Chagin
2023-04-28linux(4): Use Linux dev_t type for mknod syscalls dev argumentDmitry Chagin
2023-04-20syscall.master: Fix commentsWarner Losh
2023-04-04linux(4): Modify close_range syscall to match LinuxDmitry Chagin
2022-05-16linux(4): Fix arm64 syscalls.master layoutDmitry Chagin
2022-05-06linux(4): Change semtimedop syscall definition to match Linux actual one.Dmitry Chagin
2022-05-06linux(4): Call semop directly.Dmitry Chagin
2022-04-26linux(4): Change epoll_pwait2 syscall definition to match Linux actual one.Dmitry Chagin
2022-04-26linux(4): Change rseq syscall definition to match Linux actual one.Dmitry Chagin
2021-08-12linux(4): Implement clone3 system call.Dmitry Chagin
2021-08-12linux(4): Change clone syscall definition to match Linux actual one.Dmitry Chagin
2021-08-12linux(4): Implement faccessat2 system call.Dmitry Chagin
2021-07-21linux: Fix declaration of rt_sigreturn() on arm64Edward Tomasz Napierala
2021-06-10linux(4): Change Linux futex syscall definition to match Linux actual one.Dmitry Chagin
2021-06-07linux(4): Fix timeout parameter of rt_sigtimedwait syscall, which isDmitry Chagin
2021-05-28linux: add new syscall numbersEdward Tomasz Napierala
2020-11-17linux(4): Implement name_to_handle_at(), open_by_handle_at()Conrad Meyer
2020-07-18Add a trivial linux(4) splice(2) implementation, which simplyEdward Tomasz Napierala
2020-06-27Add proper types for linux message queue syscalls; mostly takenEdward Tomasz Napierala
2020-06-27Add syscall definitions for linux xattr syscalls.Edward Tomasz Napierala
2020-06-27Adjust types of linuxulator syscalls, to match include/linux/syscalls.hEdward Tomasz Napierala
2020-06-20Add linux_madvise(2) instead of having Linux apps call the nativeEdward Tomasz Napierala
2019-12-14Fix definitions for linuxulator's sync_file_range(2).Edward Tomasz Napierala
2019-09-11make linux_renameat2 args consistent with linux_renameatEd Maste
2019-05-06Reformat arm64 linux syscalls.master per current styleEd Maste
2018-07-06Fix arm64 linuxulator clone() argument orderEd Maste
2018-06-18arm64 linuxulator: add dup syscall entryEd Maste
2018-04-26Add arm64 Linux syscall tableEd Maste