summaryrefslogtreecommitdiffstats
path: root/sys/alpha/linux/linux_dummy.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the Alpha specific linuxolator files.netchild2006-05-081-79/+0
* Remove some dummy functions, we have corresponding real ones now.netchild2006-03-211-3/+0
* MFi386: Use the BSD madvise() syscall implementation for Linux binarybms2004-03-291-1/+0
* Use __FBSDID().obrien2003-06-101-2/+3
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
* Implement linux_chown and linux_lchown. The fchown syscall mapsmarcel2001-10-161-2/+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-6/+22
* Remove dummy stub functions.jlemon2001-02-161-2/+0
* Don't auto-generate the syscalls.marcel2000-12-031-1/+1
* use DUMMY macro and support from linux_util.hgallatin2000-11-011-15/+1
* Move the linux abi's alpha md files over to using David's build-timegallatin2000-11-011-1/+1
* Apply style(9).obrien2000-11-011-2/+2
* Minimal set of diffs from the i386 bits to the AlphaLinux.obrien2000-11-011-29/+3
* 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