summaryrefslogtreecommitdiff
path: root/sys/amd64/linux32/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* MFC r302515:Dmitry Chagin2016-07-181-1/+1
* Correct an argument param of linux_sched_* system calls as a struct l_sched_p...Dmitry Chagin2016-05-211-3/+3
* Implement fstatfs64 system call.Dmitry Chagin2016-03-201-1/+1
* 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-1/+1
* Implement Linux specific syncfs() system call.Dmitry Chagin2015-05-241-1/+1
* Implement recvmmsg() and sendmmsg() system calls.Dmitry Chagin2015-05-241-2/+6
* Implement epoll_pwait() system call.Dmitry Chagin2015-05-241-1/+1
* 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/+2
* Implement pselect6() system call.Dmitry Chagin2015-05-241-1/+3
* Implement prlimit64() system call.Dmitry Chagin2015-05-241-1/+4
* Implement dup3() system call.Dmitry Chagin2015-05-241-1/+2
* Implement rt_sigqueueinfo() system call.Dmitry Chagin2015-05-241-1/+2
* Implement waitid() system call.Dmitry Chagin2015-05-241-1/+3
* Implement a Linux version of sched_getparam() && sched_setparam().Dmitry Chagin2015-05-241-4/+4
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-241-2/+1
* Correct an argument status of wait4 syscall for Linuxulator.Dmitry Chagin2015-01-011-1/+1
* Implement most of timer_{create,settime,gettime,getoverrun,delete}Bjoern A. Zeeb2014-09-181-5/+7
* Revert r255672, it has some serious flaws, leaking file references etc.Roman Divacky2013-09-181-6/+4
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueueRoman Divacky2013-09-181-4/+6
* Remove use of non-ISO-C integer types from system call tables.Ed Schouten2012-05-251-2/+2
* Correct an argument type of iopl syscall for Linuxulator. This also fixesJung-uk Kim2012-04-161-1/+1
* Correct arguments of stat64, fstat64 and lstat64 syscalls for Linuxulator.Jung-uk Kim2012-04-161-6/+6
* - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27Jung-uk Kim2012-04-161-2/+2
* - add comments to syscalls.master and linux(32)_dummy about which linuxAlexander Leidinger2012-03-101-1/+55
* Implement linux_fadvise64() and linux_fadvise64_64() usingJohn Baldwin2011-12-291-2/+5
* Make the Linux *at() calls a bit more complete.Ed Schouten2011-11-191-2/+2
* Improve *access*() parameter name consistency.Ed Schouten2011-11-191-2/+2
* linux compat: add non-dummy capget and capset system callsAndriy Gapon2011-03-261-2/+4
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsAndriy Gapon2011-03-121-1/+1
* The fourth argument of linux_clone is a pointer to the TLS. Change clone sysc...Dmitry Chagin2011-02-121-2/+1
* Change linux futex syscall definition to match actual linux one.Dmitry Chagin2011-01-301-2/+2
* Fix typo.Konstantin Belousov2010-10-081-1/+1
* Remove the linux_exec_copyin_args(), freebsd32_exec_copyin_args() mayKonstantin Belousov2010-07-231-2/+2
* Fix iovec32 for linux32/amd64.Konstantin Belousov2008-11-291-4/+4
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.Ed Schouten2008-11-091-1/+1
* Implement robust futexes. Most of the code is modelled afterRoman Divacky2008-05-131-2/+4
* Add stubs for syscalls introduced in Linux 2.6.17 kernel.Jung-uk Kim2008-04-161-0/+6
* Implement the linux syscallsKonstantin Belousov2008-04-081-13/+24
* Implement sched_setaffinity and get_setaffinity usingRoman Divacky2008-03-161-1/+2
* The kernel version of Linux statfs64 is actually supposed to takeDavid Malone2007-09-181-1/+1
* Implement fake linux sched_getaffinity() syscall to enable java to workKonstantin Belousov2007-08-281-1/+2
* MFP4: Linux set_thread_area syscall (aka TLS) support for amd64.Jung-uk Kim2007-03-301-1/+1
* Implement the openat() linux syscallJulian Elischer2007-03-291-1/+2