summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux.h
Commit message (Expand)AuthorAgeFilesLines
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.ed2010-03-281-9/+9
* Implement accept4 syscall.dchagin2009-06-011-0/+1
* Somewhere between 2.6.23 and 2.6.27, Linux added SOCK_CLOEXEC anddchagin2009-05-161-0/+1
* To avoid excessive code duplication move MI definitions to the MIdchagin2009-05-071-8/+0
* Add AT_PLATFORM, AT_HWCAP and AT_CLKTCK auxiliary vector entries whichdchagin2009-03-041-0/+4
* Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64.kib2008-11-291-0/+16
* In the robust futexes list head, futex_offset shall be signed,kib2008-11-161-1/+1
* Correctly fill siginfo for the signals delivered by linux tkill/tgkill.kib2008-10-191-11/+21
* Make robust futexes work on linux32/amd64. Use PTRIN to readkib2008-10-141-0/+11
* Implement the linux syscallskib2008-04-081-2/+0
* The kernel version of Linux statfs64 is actually supposed to takedwmalone2007-09-181-0/+13
* Implement the openat() linux syscalljulian2007-03-291-0/+3
* MFP4: 115220, 115222jkim2007-03-021-149/+161
* Partial MFp4 of 114977:netchild2007-02-241-1/+1
* MFP4: 113025, 113146, 113177, 113203, 113500, 113546, 113570jkim2007-02-151-0/+9
* Introduce some more SO_ option equivalents from Linux to FreeBSD.kib2007-02-011-0/+7
* MFP4: 109655jkim2006-12-201-2/+2
* Backout the linux aio stuff. Several problems where identified and thenetchild2006-10-291-2/+0
* MFP4 (with some minor changes):netchild2006-10-151-0/+2
* MFP4 (106538 + 106541):netchild2006-10-151-0/+1
* Get rid of some nested includes.netchild2006-08-191-4/+0
* Style fixes to comments.netchild2006-08-161-1/+2
* Add the linux 2.6.x stuff (not used by default!):netchild2006-08-151-0/+99
* regen after COMPAT_43 removalnetchild2006-03-181-0/+18
* Add support for O_NOFOLLOW and O_DIRECT to Linux fcntl() F_GETFL/F_SETFL.mdodd2005-04-131-0/+5
* Add a new type, l_uintptr_t, which is an unsigned integer type with thetjr2004-08-161-0/+4
* Correctly map SIGSYS signal to/from Linux.kan2003-02-241-1/+1
* Add IPv6 support for Linuxlator.ume2003-02-031-0/+1
* Enable emulation of the F_GETLK64, F_SETLK64, and F_SETLKW64robert2002-07-091-0/+4
* Spell "separate" correctly.eric2002-04-051-1/+1
* In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while Linuxdes2001-10-151-1/+1
* Implement LINUX_[SEM|IPC]_[STAT|INFO]mr2001-09-151-0/+2
* KSE Milestone 2julian2001-09-121-4/+4
* Round of cleanups and enhancements. These include (in random order):marcel2001-09-081-133/+248
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-3/+0
* Allow debugging output to be controlled on a per-syscall granularity.jlemon2001-02-161-0/+8
* Add mount syscall to linux emulation. Also improve emulation of reboot.jlemon2001-02-161-0/+9
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-301-1/+0
* o Change the argument of linux_sigreturn to be a pointer to amarcel2000-11-231-10/+9
* remove redundant declaration of bsd_to_linux_sigset()gallatin2000-11-161-1/+0
* Make linux_sendsig and linux_sigreturn use all 64 bits of agallatin2000-11-131-2/+42
* Revert auto-generation. The Alpha port is broken.marcel2000-11-101-1/+1
* Sync with Alpha:marcel2000-11-091-1/+1
* A start at an implemention of linux_rt_sendsig & linux_rt_sigreturngallatin2000-10-171-0/+80
* This is the first of 3 commits that will get IBM's JDK 1.3 workinggallatin2000-10-131-0/+8
* When sigaltstack is called with a stack size that's not smallermarcel2000-09-061-0/+3
* Fix #! script exec under linux emulation. If a script is exec'd from adillon2000-04-261-0/+2
* Implement pluggable ioctl handlers.marcel1999-12-041-649/+301
* Implement linux_sigaltstack.marcel1999-11-301-0/+8
* add linuxulator wrapper for SNDCTL_DSP_GETODELAYalfred1999-11-291-0/+1
OpenPOWER on IntegriCloud