summaryrefslogtreecommitdiff
path: root/sys/alpha/linux/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.6.2_cvscvs2svn2002-08-141-1/+1
* MFC: Linux/alpha uses the same BSDish return mechanism we do forAndrew Gallatin2002-02-031-4/+4
* Mega MFC: This syncs-up the Linuxulator with -current and henceMarcel Moolenaar2001-11-051-196/+218
* MFC: Avoid collision with knowledge that gcc has of exit() and __dead2 etc.Peter Wemm2001-10-051-1/+1
* MFC: Add linux_sched_get_priority_max() and linux_sched_get_priority_min().Alan Cox2001-08-271-2/+2
* MFC: enable linux ipc syscalls on alphaAndrew Gallatin2000-11-221-11/+19
* MFC: use the auto-generated linux_proto.hAndrew Gallatin2000-11-221-1/+1
* MFC: use linux_connect() on alphaAndrew Gallatin2000-11-221-1/+2
* MFC: AlphaLinux compat support.David E. O'Brien2000-11-041-21/+13
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-11-041-0/+480
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-131-286/+0
* Use the real setres[ug]id(2) rather than dummy stubs. Newer glibc'sPeter Wemm2000-01-291-4/+4
* Update the syscalls to Linux kernel 2.3.38.Marcel Moolenaar2000-01-101-0/+7
* Implement sigaltstack.Marcel Moolenaar1999-11-301-1/+2
* Change prototype of linux_ustat.Marcel Moolenaar1999-11-271-1/+2
* sigset_t change (part 4 of 5)Marcel Moolenaar1999-09-291-11/+13
* Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument.Luoqi Chen1999-09-221-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysMarcel Moolenaar1999-08-251-86/+87
* Implement vfork() syscall.Marcel Moolenaar1999-08-161-2/+2
* Provide wrappers for sched_{s|g}etscheduler. We need to convert the policyMarcel Moolenaar1999-08-151-3/+4
* Extend the number of syscalls to include those present in Linux 2.2.10. TheseMarcel Moolenaar1999-08-141-1/+9
* Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. TheseMarcel Moolenaar1999-08-141-3/+9
* Use a wrapper for the link syscall that does name translations.Marcel Moolenaar1999-08-121-2/+2
* Do not map {s|g}etrlimit onto the FreeBSD syscalls. The arguments do notMarcel Moolenaar1999-08-111-5/+5
* Commit #1 of:Søren Schmidt1998-12-301-3/+5
* Fix NOIMPL -> NOPROTO as per bruce.Søren Schmidt1998-12-221-2/+2
* Syscall 168 (poll) is not implemented in the Linux emulator. ThisSøren Schmidt1998-12-211-2/+3
* Reviewed by: Luoqi Chen, Jordan HubbardJulian Elischer1998-12-191-2/+2
* Quick and dirty support for Linux's mremap. Not used by anythingJordan K. Hubbard1998-07-101-2/+3
* Include "opt_compat.h" explicitly instead of depending onBruce Evans1998-06-091-2/+2
* The linux chown syscall is more like lchown, a new chown syscall thatPeter Wemm1998-03-291-4/+3
* Patch up some space/tab problems. It looks like some of this camePeter Wemm1998-03-291-15/+14
* Add in placeholders for the newer linux syscallsPeter Wemm1998-03-291-1/+23
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B andPeter Dufault1998-03-281-1/+27
* I should not edit linux_prot.h directly. Fix the argument of linux_nice.KATO Takenori1997-12-171-2/+2
* Removed unused #includes.Bruce Evans1997-04-091-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
* Oops.. I was wrong about the change to sigsuspend. The library interface isPeter Wemm1996-03-041-3/+4
* A new syscalls table for the Linux emulator. This is processed byPeter Wemm1996-03-021-0/+210