summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_dummy.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r283492:dchagin2016-01-091-1/+0
* MFC r283488:dchagin2016-01-091-2/+0
* MFC r283484:dchagin2016-01-091-1/+0
* MFC r283480:dchagin2016-01-091-1/+0
* MFC r283465:dchagin2016-01-091-2/+0
* MFC r283451:dchagin2016-01-091-1/+0
* MFC r283444:dchagin2016-01-091-2/+0
* MFC r283441:dchagin2016-01-091-4/+0
* MFC r283403:dchagin2016-01-091-1/+0
* MFC r283401:dchagin2016-01-091-2/+0
* MFC r283399:dchagin2016-01-091-1/+0
* MFC r283396:dchagin2016-01-091-1/+0
* MFC r283394:dchagin2016-01-091-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 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-18/+1
* Switch to using the DUMMY infrastructure instead of UNIMPL for the newnetchild2006-06-201-0/+56
* Implement rt_sigpending in the linuxolator.netchild2006-05-101-1/+0
* regen after COMPAT_43 removalnetchild2006-03-181-1/+0
* Use the BSD madvise() syscall implementation for Linux binary emulation,bms2004-03-281-1/+0
* Pull latest changes from OpenBSD:sobomax2003-11-161-0/+22
* Use __FBSDID().obrien2003-06-021-2/+3
* - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);sobomax2002-10-111-2/+0
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
* Hook up the new linux_ptrace implementation.marcel2002-05-191-1/+0
* Implement linux_chown and linux_lchown. The fchown syscall mapsmarcel2001-10-161-3/+0
* Add a wrapper for linux_getsid -> getsid Syscall.mr2001-09-151-1/+0
* Round of cleanups and enhancements. These include (in random order):marcel2001-09-081-39/+10
* Added the linux_sysinfo function to implement sysinfo(2).pirzyk2001-07-231-1/+0
* Remove dummy stub functions.jlemon2001-02-161-3/+0
* Revert auto-generation. The Alpha port is broken.marcel2000-11-101-1/+1
* Sync with Alpha:marcel2000-11-091-1/+1
* A start at an implemention of linux_rt_sendsig & linux_rt_sigreturngallatin2000-10-171-1/+0
* Revert implementation of setfsuid and setfsgid due to securitymarcel2000-07-201-0/+2
* Implement pread and pwrite.marcel2000-07-171-2/+0
* Implement setfsuid and setfsgid. Implementation derived from patchmarcel2000-07-161-2/+0
OpenPOWER on IntegriCloud