summaryrefslogtreecommitdiff
path: root/sys/amd64/linux/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* linux(4): Deorbit linux_nosys from syscalls.masterDmitry Chagin2023-10-101-6/+1
* linux(4): Update syscalls.master to 6.5Dmitry Chagin2023-10-021-2/+51
* linux(4): Add a writev syscall wrapperDmitry Chagin2023-08-201-2/+2
* linux(4): Modify write syscall to match LinuxDmitry Chagin2023-08-201-2/+2
* 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-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): Change semtimedop syscall definition to match Linux actual one.Dmitry Chagin2022-05-061-1/+6
* linux(4): Call semop directly.Dmitry Chagin2022-05-061-4/+4
* 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-4/+4
* 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): Change Linux futex syscall definition to match Linux actual one.Dmitry Chagin2021-06-101-4/+4
* linux(4): Fix timeout parameter of rt_sigtimedwait syscall, which isDmitry Chagin2021-06-071-1/+1
* 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
* Adjust types of linuxulator syscalls, to match include/linux/syscalls.hEdward Tomasz Napierala2020-06-271-42/+42
* Adapt linuxulator syscalls.master files to the new layout.Edward Tomasz Napierala2020-06-211-531/+1883
* Add linux_madvise(2) instead of having Linux apps call the nativeEdward Tomasz Napierala2020-06-201-1/+1
* Add missing linux(4) syscall entries. This fixes missing debugEdward Tomasz Napierala2020-02-041-9/+9
* Fix definitions for linuxulator's sync_file_range(2).Edward Tomasz Napierala2019-12-141-1/+2
* make linux_renameat2 args consistent with linux_renameatEd Maste2019-09-111-2/+2
* Update syscall.master to 5.0.Dmitry Chagin2019-03-241-1/+15
* Use linux types for linux-specific syscallsEd Maste2018-02-231-16/+16
* Correct pseudo misspelling in sys/ commentsEd Maste2018-02-231-1/+1
* Correct proper nouns in the LinuxulatorEd Maste2018-02-221-23/+23
* Additional linuxolator whitespace cleanup, missed in r328890Ed Maste2018-02-051-2/+2
* Linuxolator whitespace cleanupEd Maste2018-02-051-7/+7
* Disable vim syntax highlighting.Brooks Davis2017-11-281-0/+1
* Add UNIMPLEMENTED() placeholder macro forMahdi Mokhtari2017-03-061-13/+13
* Change Linux epoll_pwait syscall definition to match Linux actual one.Dmitry Chagin2017-02-261-1/+2
* Change Linuxulator timerfd syscalls definition to match actual Linux one.Dmitry Chagin2017-02-261-3/+6
* Fix definition of linux64 ptrace syscall.Edward Tomasz Napierala2017-02-151-1/+1
* Update syscall.master to 4.10-rc6. Also fix comments, a typo,Dmitry Chagin2017-02-051-15/+96
* Implement Linux personality() system call mainly due to READ_IMPLIES_EXEC flag.Dmitry Chagin2016-07-101-1/+1
* Correct an argument param of linux_sched_* system calls as a struct l_sched_p...Dmitry Chagin2016-05-211-3/+3
* Change linux get_robust_list system call to match actual linux one.Gleb Smirnoff2016-01-141-2/+2
* Rename remaining linux32 symbols such as linux_sysent[] andJohn Baldwin2015-10-221-3/+3
* Implement Linux specific syncfs() system call.Dmitry Chagin2015-05-241-1/+1
* Implement recvmmsg() and sendmmsg() system calls.Dmitry Chagin2015-05-241-2/+6