summaryrefslogtreecommitdiff
path: root/sys/amd64/linux32/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): Prepare to retire linux32_copyinuioDmitry Chagin
2023-08-20linux(4): Add a writev syscall wrapperDmitry Chagin
2023-08-20linux(4): Modify write syscall to match LinuxDmitry Chagin
2023-08-17linux(4): Use l_off_t type for offset argument in sendfile syscallDmitry 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-28linux(4): Update syscalls.master to reflect struct l_old_statDmitry Chagin
2023-04-20syscall.master: Fix commentsWarner Losh
2023-04-04linux(4): Modify close_range syscall to match LinuxDmitry Chagin
2022-05-09linux(4): Fix 039e98e6.Dmitry Chagin
2022-05-09linux(4): Change prctl syscall definition to match Linux actual one.Dmitry Chagin
2022-05-08linux(4): Fix ppoll_time64 syscall definition.Dmitry Chagin
2022-05-06linux(4): Change semtimedop syscall definition to match Linux actual one.Dmitry Chagin
2022-05-04linux(4): Change recvmmsg_time64 syscall definition to match Linux actual one.Dmitry Chagin
2022-05-04linux(4): Change timerfd_gettime64 syscall definition to match Linux actual one.Dmitry Chagin
2022-05-04linux(4): Change timerfd_settime64 syscall definition to match Linux actual one.Dmitry Chagin
2022-05-04linux(4): Change timer_settime64 syscall definition to match Linux actual one.Dmitry Chagin
2022-05-04linux(4): Change timer_gettime64 syscall definition to match Linux actual one.Dmitry Chagin
2022-05-04linux(4): Change sched_rr_get_interval_time64 syscall definition to match Lin...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): Implement ppoll_time64 system call.Dmitry Chagin
2021-06-10linux(4): Implement pselect6_time64 system call.Dmitry Chagin
2021-06-10linux(4): Implement rt_sigtimedwait_time64 system call.Dmitry Chagin
2021-06-10linux(4): Implement futex_time64 system call.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-06-07linux(4): Implement clock_nanosleep_time64 system call.Dmitry Chagin
2021-06-07linux(4): Implement clock_getres_time64 system call.Dmitry Chagin
2021-06-07linux(4): Implement clock_settime64 system call.Dmitry Chagin
2021-06-07linux(4): Implement clock_gettime64 system call.Dmitry Chagin
2021-06-07linux(4): Implement utimensat_time64 system call.Dmitry 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-21Adapt linuxulator syscalls.master files to the new layout.Edward Tomasz Napierala