summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_dummy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Regen after pointing to the real setres[ug]id(). Remove dummy function.peter2000-01-291-2/+0
* Update syscalls to Linux kernel 2.3.38. These syscalls aremarcel2000-01-101-0/+7
* Implement linux_sigaltstack.marcel1999-11-301-1/+0
* Implement linux_ustat.marcel1999-11-271-1/+0
* Implement fdatasync in terms of fsync. The regeneration of proto.h,marcel1999-11-261-1/+0
* sigset_t change (part 4 of 5)marcel1999-09-291-1/+0
* Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument.luoqi1999-09-221-1/+0
* Implementation of the modify_ldt syscall. Use the sysarch() interface to domarcel1999-09-021-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix lingo: 'is not implemented or obsoleted' is not the same as 'is obsoletedmarcel1999-08-251-2/+2
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysmarcel1999-08-251-4/+33
* Major rewrite.marcel1999-08-151-239/+50
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-191-8/+1
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-36/+36
* Implement linux_iopl and linux_nice.kato1997-10-291-15/+1
* Removed unused #includes.bde1997-07-201-3/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-021-62/+43
* Completed function declarations and added prototypes.bde1995-11-221-3/+4
* First incarnation of our Linux emulator or rather compatibility code.sos1995-06-251-0/+316
OpenPOWER on IntegriCloud