aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/linux
Commit message (Expand)AuthorAgeFilesLines
* Regenerated file from previous commit to syscalls.masterAndrew Gallatin2002-02-033-18/+6
* MFC: Linux/alpha uses the same BSDish return mechanism we do forAndrew Gallatin2002-02-031-4/+4
* MFC post-processing:Marcel Moolenaar2001-11-054-455/+3
* Mega MFC: This syncs-up the Linuxulator with -current and henceMarcel Moolenaar2001-11-0510-632/+858
* Err, umm, the i386 linux files got committed to the RELENG_4 branch, soMatt Jacob2001-10-153-697/+582
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-10-123-0/+1341
* 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: ABI dependent MINSIGSTKSZ.Marcel Moolenaar2001-02-222-1/+4
* 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: correct fcntl() flagsAndrew Gallatin2000-11-221-9/+11
* MFC: implement linux_clone on the alphaAndrew Gallatin2000-11-221-1/+57
* 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-046-0/+1752
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-11-013-0/+384
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-137-1790/+0
* Implement Linux BLKGETSIZE ioctl, and open the door to implementingNick Sayer2000-03-091-0/+19
* Regen after pointing to the real setres[ug]id(). Remove dummy function.Peter Wemm2000-01-291-2/+0
* Use the real setres[ug]id(2) rather than dummy stubs. Newer glibc'sPeter Wemm2000-01-291-4/+4
* Update syscalls to Linux kernel 2.3.38. These syscalls areMarcel Moolenaar2000-01-101-0/+7
* Update the syscalls to Linux kernel 2.3.38.Marcel Moolenaar2000-01-101-0/+7
* Include <stddef.h> here so that <sys/assym.h> can be unpolluted.Bruce Evans2000-01-081-1/+3
* Make offsetof equivalent with <stddef.h>. This paves the way forMarcel Moolenaar2000-01-031-4/+4
* Changed the type used to represent the user stack pointer from `long *'Bruce Evans1999-12-271-6/+6
* Use genassym(1) and <sys/assym.h> to generate assembler symbols.Marcel Moolenaar1999-12-231-18/+5
* Implement pluggable ioctl handlers.Marcel Moolenaar1999-12-043-656/+738
* Implement linux_sigaltstack.Marcel Moolenaar1999-11-302-1/+8
* Implement sigaltstack.Marcel Moolenaar1999-11-301-1/+2
* add linuxulator wrapper for SNDCTL_DSP_GETODELAYAlfred Perlstein1999-11-291-0/+1
* Implement linux_ustat.Marcel Moolenaar1999-11-271-1/+0
* Change prototype of linux_ustat.Marcel Moolenaar1999-11-271-1/+2
* Implement fdatasync in terms of fsync. The regeneration of proto.h,Marcel Moolenaar1999-11-261-1/+0
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thePoul-Henning Kamp1999-10-301-1/+2
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* Add a per-signal flag to mark handlers registered with osigaction, so weLuoqi Chen1999-10-111-11/+9
* sigset_t change (part 4 of 5)Marcel Moolenaar1999-09-294-97/+115
* Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument.Luoqi Chen1999-09-222-3/+2
* Implementation of the modify_ldt syscall. Use the sysarch() interface to doMarcel Moolenaar1999-09-021-1/+0
* Implement the OSS_GETVERSION ioctl. The version returned can be changed throughMarcel Moolenaar1999-08-281-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-287-7/+7
* 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-252-5/+43
* 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
* Major rewrite.Marcel Moolenaar1999-08-151-239/+50
* Provide wrappers for sched_{s|g}etscheduler. We need to convert the policyMarcel Moolenaar1999-08-151-1/+6
* 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