aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* linux: Fix linux_mq_notify_args & linux_timer_create_argsRicardo Branco2024-05-231-2/+2
* sccs: Manual changesWarner Losh2023-11-271-1/+0
* linux(4): Deorbit linux_nosys from syscalls.masterDmitry Chagin2023-10-031-6/+1
* linux(4): Update syscalls.master to 6.5Dmitry Chagin2023-09-251-4/+50
* linux(4): Prepare to retire linux32_copyinuioDmitry Chagin2023-08-201-1/+1
* linux(4): Add a writev syscall wrapperDmitry Chagin2023-08-201-1/+2
* linux(4): Modify write syscall to match LinuxDmitry Chagin2023-08-201-3/+3
* linux(4): Use l_off_t type for offset argument in sendfile syscallDmitry Chagin2023-08-171-1/+1
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* linux(4): Modify ioprio syscalls to match LinuxDmitry Chagin2023-08-041-4/+11
* linux(4): Modify xattr syscalls to match LinuxDmitry Chagin2023-07-221-9/+9
* linux(4): Add a dedicated linux_exec_copyin_args()Dmitry Chagin2023-05-291-2/+2
* linux(4): Use Linux dev_t type for mknod syscalls dev argumentDmitry Chagin2023-04-281-1/+1
* linux(4): Update syscalls.master to reflect struct l_old_statDmitry Chagin2023-04-281-2/+2
* syscall.master: Fix commentsWarner Losh2023-04-201-2/+4
* linux(4): Modify close_range syscall to match LinuxDmitry Chagin2023-04-041-2/+6
* linux(4): Fix 039e98e6.Dmitry Chagin2022-05-091-1/+1
* linux(4): Change prctl syscall definition to match Linux actual one.Dmitry Chagin2022-05-091-4/+4
* linux(4): Fix ppoll_time64 syscall definition.Dmitry Chagin2022-05-081-1/+1
* linux(4): Change semtimedop syscall definition to match Linux actual one.Dmitry Chagin2022-05-061-1/+6
* linux(4): Change recvmmsg_time64 syscall definition to match Linux actual one.Dmitry Chagin2022-05-041-1/+7
* linux(4): Change timerfd_gettime64 syscall definition to match Linux actual one.Dmitry Chagin2022-05-041-1/+4
* linux(4): Change timerfd_settime64 syscall definition to match Linux actual one.Dmitry Chagin2022-05-041-1/+6
* linux(4): Change timer_settime64 syscall definition to match Linux actual one.Dmitry Chagin2022-05-041-1/+6
* linux(4): Change timer_gettime64 syscall definition to match Linux actual one.Dmitry Chagin2022-05-041-1/+4
* linux(4): Change sched_rr_get_interval_time64 syscall definition to match Lin...Dmitry Chagin2022-05-041-2/+5
* linux(4): Change epoll_pwait2 syscall definition to match Linux actual one.Dmitry Chagin2022-04-261-1/+8
* linux(4): Change rseq syscall definition to match Linux actual one.Dmitry Chagin2022-04-261-1/+6
* linux(4): Implement clone3 system call.Dmitry Chagin2021-08-121-1/+4
* linux(4): Change clone syscall definition to match Linux actual one.Dmitry Chagin2021-08-121-5/+5
* linux(4): Implement faccessat2 system call.Dmitry Chagin2021-08-121-1/+6
* linux(4): Implement poll system call via linux_common_ppol()Dmitry Chagin2021-06-221-2/+2
* linux(4): Implement ppoll_time64 system call.Dmitry Chagin2021-06-101-1/+7
* linux(4): Implement pselect6_time64 system call.Dmitry Chagin2021-06-101-1/+8
* linux(4): Implement rt_sigtimedwait_time64 system call.Dmitry Chagin2021-06-101-1/+6
* linux(4): Implement futex_time64 system call.Dmitry Chagin2021-06-101-1/+8
* linux(4): Change Linux futex syscall definition to match Linux actual one.Dmitry Chagin2021-06-101-2/+2
* linux(4): Fix timeout parameter of rt_sigtimedwait syscall, which isDmitry Chagin2021-06-071-1/+1
* linux(4): Implement clock_nanosleep_time64 system call.Dmitry Chagin2021-06-071-1/+6
* linux(4): Implement clock_getres_time64 system call.Dmitry Chagin2021-06-071-1/+4
* linux(4): Implement clock_settime64 system call.Dmitry Chagin2021-06-071-1/+4
* linux(4): Implement clock_gettime64 system call.Dmitry Chagin2021-06-071-1/+4
* linux(4): Implement utimensat_time64 system call.Dmitry Chagin2021-06-071-1/+6
* linux: add new syscall numbersEdward Tomasz Napierala2021-05-281-1/+46
* linux(4): Implement name_to_handle_at(), open_by_handle_at()Conrad Meyer2020-11-171-2/+12
* Add a trivial linux(4) splice(2) implementation, which simplyEdward Tomasz Napierala2020-07-181-1/+8
* Add proper types for linux message queue syscalls; mostly takenEdward Tomasz Napierala2020-06-271-6/+32
* Add syscall definitions for linux xattr syscalls.Edward Tomasz Napierala2020-06-271-12/+66
* Adapt linuxulator syscalls.master files to the new layout.Edward Tomasz Napierala2020-06-211-633/+2203
* Add linux_madvise(2) instead of having Linux apps call the nativeEdward Tomasz Napierala2020-06-201-1/+1