summaryrefslogtreecommitdiff
path: root/sys/amd64/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-11-26sccs: Manual changesWarner Losh
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-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-06-22linux(4): Implement poll system call via linux_common_ppol()Dmitry Chagin
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-21Adapt linuxulator syscalls.master files to the new layout.Edward Tomasz Napierala
2020-06-20Add linux_madvise(2) instead of having Linux apps call the nativeEdward Tomasz Napierala
2020-02-04Add missing linux(4) syscall entries. This fixes missing debugEdward 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-03-24Update syscall.master to 5.0.Dmitry Chagin
2018-02-23Use linux types for linux-specific syscallsEd Maste
2018-02-23Correct pseudo misspelling in sys/ commentsEd Maste
2018-02-22Correct proper nouns in the LinuxulatorEd Maste
2018-02-05Additional linuxolator whitespace cleanup, missed in r328890Ed Maste
2018-02-05Linuxolator whitespace cleanupEd Maste
2017-11-28Disable vim syntax highlighting.Brooks Davis
2017-03-06Add UNIMPLEMENTED() placeholder macro forMahdi Mokhtari
2017-02-26Change Linux epoll_pwait syscall definition to match Linux actual one.Dmitry Chagin
2017-02-26Change Linuxulator timerfd syscalls definition to match actual Linux one.Dmitry Chagin
2017-02-15Fix definition of linux64 ptrace syscall.Edward Tomasz Napierala
2017-02-05Update syscall.master to 4.10-rc6. Also fix comments, a typo,Dmitry Chagin
2016-07-10Implement Linux personality() system call mainly due to READ_IMPLIES_EXEC flag.Dmitry Chagin
2016-05-21Correct an argument param of linux_sched_* system calls as a struct l_sched_p...Dmitry Chagin
2016-01-14Change linux get_robust_list system call to match actual linux one.Gleb Smirnoff