summaryrefslogtreecommitdiff
path: root/sys/alpha/linux/linux.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the Alpha specific linuxolator files.Alexander Leidinger2006-05-081-535/+0
* Add a new type, l_uintptr_t, which is an unsigned integer type with theTim J. Robbins2004-08-161-0/+4
* Assume a struct thread *td instead of a struct proc *p in the debugJohn Baldwin2003-04-161-2/+2
* Add IPv6 support for Linuxlator.Hajimu UMEMOTO2003-02-031-0/+1
* In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while LinuxDag-Erling Smørgrav2001-10-151-1/+1
* Make this compile again. I would have sworn that I did this already inPeter Wemm2001-09-201-2/+2
* Implement LINUX_[SEM|IPC]_[STAT|INFO]Michael Reifenberger2001-09-151-0/+2
* Round of cleanups and enhancements. These include (in random order):Marcel Moolenaar2001-09-081-90/+168
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-3/+0
* Allow debugging output to be controlled on a per-syscall granularity.Jonathan Lemon2001-02-161-0/+8
* Add mount syscall to linux emulation. Also improve emulation of reboot.Jonathan Lemon2001-02-161-0/+9
* Don't auto-generate the syscalls.Marcel Moolenaar2000-12-031-1/+1
* make the fcntl() flags match what the linux/alpha port uses, notAndrew Gallatin2000-11-161-9/+11
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackMarcel Moolenaar2000-11-091-0/+2
* Move the linux abi's alpha md files over to using David's build-timeAndrew Gallatin2000-11-011-1/+1
* Re-order the #define's into a more logical one.David E. O'Brien2000-10-231-17/+18
* Minimal set of diffs from the i386 bits to the AlphaLinux.David E. O'Brien2000-09-061-56/+66
* When sigaltstack is called with a stack size that's not smallerMarcel Moolenaar2000-09-061-0/+3
* Fix #! script exec under linux emulation. If a script is exec'd from aMatthew Dillon2000-04-261-0/+2
* Implement pluggable ioctl handlers.Marcel Moolenaar1999-12-041-649/+301
* Implement linux_sigaltstack.Marcel Moolenaar1999-11-301-0/+8
* add linuxulator wrapper for SNDCTL_DSP_GETODELAYAlfred Perlstein1999-11-291-0/+1
* sigset_t change (part 4 of 5)Marcel Moolenaar1999-09-291-39/+52
* Implement the OSS_GETVERSION ioctl. The version returned can be changed throughMarcel Moolenaar1999-08-281-0/+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-1/+10
* Provide wrappers for sched_{s|g}etscheduler. We need to convert the policyMarcel Moolenaar1999-08-151-1/+6
* Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. BothMarcel Moolenaar1999-08-141-1/+15
* Implementation of the CDROMSUBCHNL ioctl.Marcel Moolenaar1999-08-131-1/+4
* Do not map {s|g}etrlimit onto FreeBSD syscalls. The arguments don't match.Marcel Moolenaar1999-08-111-1/+15
* Implementation of TCXONC.Marcel Moolenaar1999-07-171-2/+6
* Implement VT_RELDISP ioctlMarcel Moolenaar1999-07-081-1/+2
* Rename struct members sa_siginfo. POSIX reserves identifiers startingMartin Cracauer1999-07-061-5/+5
* - Handle mixer read ioctls correctly. They have the same group, number andLuoqi Chen1999-04-291-2/+29
* Commit patch inSøren Schmidt1998-12-301-1/+3
* Reviewed by: Luoqi Chen, Jordan HubbardJulian Elischer1998-12-191-1/+2
* MF22: Bring in some linux sound ioctl support which I committed to 2.2Jordan K. Hubbard1998-11-121-1/+16
* Make async I/O on a socket work.John Fieber1998-10-051-7/+6
* Add several missing ioctl handlers. One needed by Sybase, the othersJohn Fieber1998-09-301-1/+8
* Initial support for using linux X servers under emulation - to use anJordan K. Hubbard1998-08-311-1/+15
* Staticized.Bruce Evans1998-02-131-2/+1
* As described by the submitter:Mike Smith1997-12-151-0/+16
* Added support for linux sound ioctls:Amancio Hasty1997-11-171-1/+6
* Implement linux_semop, linux_semget and linux_semctl.KATO Takenori1997-10-281-1/+10
* Grr. Remove not-ready LDT modification fluff that also crept in withMike Smith1997-06-021-26/+1
* Add support for the SIOCGIFHWADDR ioctl, commonly used byMike Smith1997-06-021-1/+71
* 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
* Add IP_OPTIONS and the multicast-related setsockopts to theBill Fenner1996-12-031-1/+9
* Add audio mixer ioctls.Sujal Patel1996-11-051-1/+19