aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32/linux32_dummy.c
Commit message (Expand)AuthorAgeFilesLines
* Implement fstatfs64 system call.Dmitry Chagin2016-03-201-1/+0
* Implement Linux specific syncfs() system call.Dmitry Chagin2015-05-241-1/+0
* Implement recvmmsg() and sendmmsg() system calls.Dmitry Chagin2015-05-241-2/+0
* Implement epoll_pwait() system call.Dmitry Chagin2015-05-241-1/+0
* Add utimensat() system call.Dmitry Chagin2015-05-241-1/+0
* Add preliminary fallocate system call implementationDmitry Chagin2015-05-241-2/+0
* Implement ppoll() system call.Dmitry Chagin2015-05-241-1/+0
* Implement eventfd system call.Dmitry Chagin2015-05-241-2/+0
* Implement epoll family system calls. This is a tiny wrapperDmitry Chagin2015-05-241-4/+0
* Implement pselect6() system call.Dmitry Chagin2015-05-241-1/+0
* Implement prlimit64() system call.Dmitry Chagin2015-05-241-2/+0
* Implement dup3() system call.Dmitry Chagin2015-05-241-1/+0
* Implement rt_sigqueueinfo() system call.Dmitry Chagin2015-05-241-1/+0
* Implement waitid() system call.Dmitry Chagin2015-05-241-1/+0
* Implement most of timer_{create,settime,gettime,getoverrun,delete}Bjoern A. Zeeb2014-09-181-5/+0
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-1/+0
* Revert r255672, it has some serious flaws, leaking file references etc.Roman Divacky2013-09-181-0/+4
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueueRoman Divacky2013-09-181-4/+0
* - >500 static DTrace probes for the linuxulatorAlexander Leidinger2012-05-051-0/+9
* - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27Jung-uk Kim2012-04-161-1/+0
* - add comments to syscalls.master and linux(32)_dummy about which linuxAlexander Leidinger2012-03-101-0/+47
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* Implement linux_fadvise64() and linux_fadvise64_64() usingJohn Baldwin2011-12-291-2/+0
* linux compat: add non-dummy capget and capset system calls, regenerateAndriy Gapon2011-03-261-2/+0
* Implement robust futexes. Most of the code is modelled afterRoman Divacky2008-05-131-2/+0
* Implement linux_truncate64() syscall.Roman Divacky2008-04-231-1/+0
* 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-12/+0
* Implement settimeofday() for Linuxulator/amd64.Jung-uk Kim2007-04-181-1/+0
* Implement the openat() linux syscallJulian Elischer2007-03-291-1/+0
* MFp4 (111746, 108671, 108945, 112352):Alexander Leidinger2006-12-311-2/+0
* MFP4:Alexander Leidinger2006-10-281-1/+0
* Add the linux statfs64 call. This allows Tivoli backup to proceed a littleAlexander Leidinger2006-08-271-1/+0
* Add the linux 2.6.x stuff (not used by default!):Alexander Leidinger2006-08-151-6/+0
* Commit the DUMMY stuff (printing messages for missing syscalls) for amd64 too.Alexander Leidinger2006-06-211-0/+56
* Implement rt_sigpending in the linuxolator.Alexander Leidinger2006-05-101-1/+0
* Add preliminary support for running 32-bit Linux binaries on amd64, enabledTim J. Robbins2004-08-161-0/+91