aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux_dummy.c
Commit message (Expand)AuthorAgeFilesLines
* Use the BSD madvise() syscall implementation for Linux binary emulation,Bruce M Simpson2004-03-281-1/+0
* Pull latest changes from OpenBSD:Maxim Sobolev2003-11-161-0/+22
* Use __FBSDID().David E. O'Brien2003-06-021-2/+3
* - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);Maxim Sobolev2002-10-111-2/+0
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* Hook up the new linux_ptrace implementation.Marcel Moolenaar2002-05-191-1/+0
* Implement linux_chown and linux_lchown. The fchown syscall mapsMarcel Moolenaar2001-10-161-3/+0
* Add a wrapper for linux_getsid -> getsid Syscall.Michael Reifenberger2001-09-151-1/+0
* Round of cleanups and enhancements. These include (in random order):Marcel Moolenaar2001-09-081-39/+10
* Added the linux_sysinfo function to implement sysinfo(2).Jim Pirzyk2001-07-231-1/+0
* Remove dummy stub functions.Jonathan Lemon2001-02-161-3/+0
* Revert auto-generation. The Alpha port is broken.Marcel Moolenaar2000-11-101-1/+1
* Sync with Alpha:Marcel Moolenaar2000-11-091-1/+1
* A start at an implemention of linux_rt_sendsig & linux_rt_sigreturnAndrew Gallatin2000-10-171-1/+0
* Revert implementation of setfsuid and setfsgid due to securityMarcel Moolenaar2000-07-201-0/+2
* Implement pread and pwrite.Marcel Moolenaar2000-07-171-2/+0
* Implement setfsuid and setfsgid. Implementation derived from patchMarcel Moolenaar2000-07-161-2/+0
* Regen after pointing to the real setres[ug]id(). Remove dummy function.Peter Wemm2000-01-291-2/+0
* Update syscalls to Linux kernel 2.3.38. These syscalls areMarcel Moolenaar2000-01-101-0/+7
* Implement linux_sigaltstack.Marcel Moolenaar1999-11-301-1/+0
* Implement linux_ustat.Marcel Moolenaar1999-11-271-1/+0
* Implement fdatasync in terms of fsync. The regeneration of proto.h,Marcel Moolenaar1999-11-261-1/+0
* sigset_t change (part 4 of 5)Marcel Moolenaar1999-09-291-1/+0
* Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument.Luoqi Chen1999-09-221-1/+0
* Implementation of the modify_ldt syscall. Use the sysarch() interface to doMarcel Moolenaar1999-09-021-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix lingo: 'is not implemented or obsoleted' is not the same as 'is obsoletedMarcel Moolenaar1999-08-251-2/+2
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysMarcel Moolenaar1999-08-251-4/+33
* Major rewrite.Marcel Moolenaar1999-08-151-239/+50
* Reviewed by: Luoqi Chen, Jordan HubbardJulian Elischer1998-12-191-8/+1
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-36/+36
* Implement linux_iopl and linux_nice.KATO Takenori1997-10-291-15/+1
* Removed unused #includes.Bruce Evans1997-07-201-3/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Mega-commit for Linux emulator update.. This has been stress tested underPeter Wemm1996-03-021-62/+43
* Completed function declarations and added prototypes.Bruce Evans1995-11-221-3/+4
* First incarnation of our Linux emulator or rather compatibility code.Søren Schmidt1995-06-251-0/+316