aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* MFC r363304:Edward Tomasz Napierala2020-09-011-1/+2
* MFC r362440:Edward Tomasz Napierala2020-08-241-1/+1
* MFC r357503:Edward Tomasz Napierala2020-08-231-9/+9
* MFC r352208 by emaste:Edward Tomasz Napierala2020-08-231-2/+2
* MFC r355752, r355753 (by trasz):Mark Johnston2020-04-031-1/+2
* MFC r345471, r345472, r346603:Dmitry Chagin2019-04-281-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
* Add utimensat() system call.Dmitry Chagin2015-05-241-1/+2
* Call nosys in case when the incorrect syscall number is specified.Dmitry Chagin2015-05-241-0/+2
* Add preliminary fallocate system call implementationDmitry Chagin2015-05-241-1/+2
* Implement ppoll() system call.Dmitry Chagin2015-05-241-1/+2
* Implement eventfd system call.Dmitry Chagin2015-05-241-2/+2
* Implement epoll family system calls. This is a tiny wrapperDmitry Chagin2015-05-241-5/+8
* Change linux faccessat syscall definition to match actual linux one.Dmitry Chagin2015-05-241-1/+1
* Add preliminary support for x86-64 Linux binaries.Dmitry Chagin2015-05-241-0/+503