summaryrefslogtreecommitdiffstats
path: root/sys/alpha/linux
Commit message (Expand)AuthorAgeFilesLines
* add linuxulator wrapper for SNDCTL_DSP_GETODELAYalfred1999-11-291-0/+1
* Implement linux_ustat.marcel1999-11-271-1/+0
* Change prototype of linux_ustat.marcel1999-11-271-1/+2
* Implement fdatasync in terms of fsync. The regeneration of proto.h,marcel1999-11-261-1/+0
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thephk1999-10-301-1/+2
* useracc() the prequel:phk1999-10-291-1/+0
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-111-11/+9
* sigset_t change (part 4 of 5)marcel1999-09-294-97/+115
* Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument.luoqi1999-09-222-3/+2
* Implementation of the modify_ldt syscall. Use the sysarch() interface to domarcel1999-09-021-1/+0
* Implement the OSS_GETVERSION ioctl. The version returned can be changed throughmarcel1999-08-281-0/+2
* $Id$ -> $FreeBSD$peter1999-08-287-7/+7
* 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-252-5/+43
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysmarcel1999-08-251-86/+87
* Implement vfork() syscall.marcel1999-08-161-2/+2
* Major rewrite.marcel1999-08-151-239/+50
* Provide wrappers for sched_{s|g}etscheduler. We need to convert the policymarcel1999-08-151-1/+6
* Provide wrappers for sched_{s|g}etscheduler. We need to convert the policymarcel1999-08-151-3/+4
* Extend the number of syscalls to include those present in Linux 2.2.10. Thesemarcel1999-08-141-1/+9
* Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. Bothmarcel1999-08-141-1/+15
* Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. Thesemarcel1999-08-141-3/+9
* Implementation of the CDROMSUBCHNL ioctl.marcel1999-08-131-1/+4
* Use a wrapper for the link syscall that does name translations.marcel1999-08-121-2/+2
* Do not map {s|g}etrlimit onto FreeBSD syscalls. The arguments don't match.marcel1999-08-111-1/+15
* Do not map {s|g}etrlimit onto the FreeBSD syscalls. The arguments do notmarcel1999-08-111-5/+5
* Implementation of TCXONC.marcel1999-07-171-2/+6
* Implement VT_RELDISP ioctlmarcel1999-07-081-1/+2
* Rename struct members sa_siginfo. POSIX reserves identifiers startingcracauer1999-07-061-5/+5
* Tweak include ordering so sys/systm.h is before sys/buf.h to keep buf.h'speter1999-06-281-2/+2
* - Handle mixer read ioctls correctly. They have the same group, number andluoqi1999-04-291-2/+29
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-282-6/+7
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedpeter1999-04-191-5/+1
* Added call to elf_brand_inuse() to prevent you from cutting your ownnewton1999-02-041-3/+11
* Minor cleanup; no more references to LKM's.peter1999-01-171-4/+1
* Add (but don't activate) code for a special VM option to makejulian1999-01-061-20/+3
* Commit patch insos1998-12-301-1/+3
* Commit #1 of:sos1998-12-301-3/+5
* Fix NOIMPL -> NOPROTO as per bruce.sos1998-12-221-2/+2
* Syscall 168 (poll) is not implemented in the Linux emulator. Thissos1998-12-211-2/+3
* Make it compile again.sos1998-12-191-5/+5
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-194-12/+27
* Removed the cast to a pointer in the definition of PS_STRINGS andbde1998-12-161-2/+2
* Added 3 new errno values, requred by various standards: EOVERFLOW,dt1998-12-141-5/+5
* Finished updating module event handlers to be compatible withbde1998-11-151-8/+2
* MF22: Bring in some linux sound ioctl support which I committed to 2.2jkh1998-11-121-1/+16
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-17/+36
* Unregister the glibc2 brand at module unload time.alex1998-10-111-5/+19
* Make async I/O on a socket work.jfieber1998-10-052-11/+10
* Add several missing ioctl handlers. One needed by Sybase, the othersjfieber1998-09-301-1/+8
OpenPOWER on IntegriCloud