summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32/linux32_dummy.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r315957:dchagin2017-04-291-1/+0
* MFC r315505:dchagin2017-04-231-1/+0
* MFC r314782:mmokhi2017-04-111-4/+18
* MFC r314295:dchagin2017-03-301-4/+0
* MFC r313940:dchagin2017-03-151-1/+0
* MFC r314219mmokhi2017-03-081-3/+0
* MFC r313284:dchagin2017-02-221-2/+35
* Implement fstatfs64 system call.dchagin2016-03-201-1/+0
* Implement Linux specific syncfs() system call.dchagin2015-05-241-1/+0
* Implement recvmmsg() and sendmmsg() system calls.dchagin2015-05-241-2/+0
* Implement epoll_pwait() system call.dchagin2015-05-241-1/+0
* Add utimensat() system call.dchagin2015-05-241-1/+0
* Add preliminary fallocate system call implementationdchagin2015-05-241-2/+0
* Implement ppoll() system call.dchagin2015-05-241-1/+0
* Implement eventfd system call.dchagin2015-05-241-2/+0
* Implement epoll family system calls. This is a tiny wrapperdchagin2015-05-241-4/+0
* Implement pselect6() system call.dchagin2015-05-241-1/+0
* Implement prlimit64() system call.dchagin2015-05-241-2/+0
* Implement dup3() system call.dchagin2015-05-241-1/+0
* Implement rt_sigqueueinfo() system call.dchagin2015-05-241-1/+0
* Implement waitid() system call.dchagin2015-05-241-1/+0
* Implement most of timer_{create,settime,gettime,getoverrun,delete}bz2014-09-181-5/+0
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* Revert r255672, it has some serious flaws, leaking file references etc.rdivacky2013-09-181-0/+4
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueuerdivacky2013-09-181-4/+0
* - >500 static DTrace probes for the linuxulatornetchild2012-05-051-0/+9
* - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27jkim2012-04-161-1/+0
* - add comments to syscalls.master and linux(32)_dummy about which linuxnetchild2012-03-101-0/+47
* Convert files to UTF-8uqs2012-01-151-1/+1
* Implement linux_fadvise64() and linux_fadvise64_64() usingjhb2011-12-291-2/+0
* linux compat: add non-dummy capget and capset system calls, regenerateavg2011-03-261-2/+0
* Implement robust futexes. Most of the code is modelled afterrdivacky2008-05-131-2/+0
* Implement linux_truncate64() syscall.rdivacky2008-04-231-1/+0
* Add stubs for syscalls introduced in Linux 2.6.17 kernel.jkim2008-04-161-0/+6
* Implement the linux syscallskib2008-04-081-12/+0
* Implement settimeofday() for Linuxulator/amd64.jkim2007-04-181-1/+0
* Implement the openat() linux syscalljulian2007-03-291-1/+0
* MFp4 (111746, 108671, 108945, 112352):netchild2006-12-311-2/+0
* MFP4:netchild2006-10-281-1/+0
* Add the linux statfs64 call. This allows Tivoli backup to proceed a littlenetchild2006-08-271-1/+0
* Add the linux 2.6.x stuff (not used by default!):netchild2006-08-151-6/+0
* Commit the DUMMY stuff (printing messages for missing syscalls) for amd64 too.netchild2006-06-211-0/+56
* Implement rt_sigpending in the linuxolator.netchild2006-05-101-1/+0
* Add preliminary support for running 32-bit Linux binaries on amd64, enabledtjr2004-08-161-0/+91
OpenPOWER on IntegriCloud