aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32/linux.h
Commit message (Expand)AuthorAgeFilesLines
* Somewhere between 2.6.23 and 2.6.27, Linux added SOCK_CLOEXEC andDmitry Chagin2009-05-161-0/+1
* Translate l_timeval arg to native struct timeval inDmitry Chagin2009-05-111-1/+1
* To avoid excessive code duplication move MI definitions to the MIDmitry Chagin2009-05-071-8/+0
* Revert 190445 change to this file restoring:Doug Ambrisko2009-03-271-3/+3
* Add stuff to support upcoming BMC/IPMI flashing of newer Dell machineDoug Ambrisko2009-03-261-1/+1
* Add AT_PLATFORM, AT_HWCAP and AT_CLKTCK auxiliary vector entries whichDmitry Chagin2009-03-041-0/+4
* Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64.Konstantin Belousov2008-11-291-0/+16
* Fix iovec32 for linux32/amd64.Konstantin Belousov2008-11-291-0/+10
* In the robust futexes list head, futex_offset shall be signed,Konstantin Belousov2008-11-161-1/+1
* Correctly fill siginfo for the signals delivered by linux tkill/tgkill.Konstantin Belousov2008-10-191-12/+17
* Make robust futexes work on linux32/amd64. Use PTRIN to readKonstantin Belousov2008-10-141-0/+11
* Implement the linux syscallsKonstantin Belousov2008-04-081-2/+0
* The kernel version of Linux statfs64 is actually supposed to takeDavid Malone2007-09-181-0/+13
* Implement the openat() linux syscallJulian Elischer2007-03-291-0/+3
* MFP4: 115220, 115222Jung-uk Kim2007-03-021-155/+162
* Partial MFp4 of 114977:Alexander Leidinger2007-02-241-1/+1
* MFP4: 113025, 113146, 113177, 113203, 113500, 113546, 113570Jung-uk Kim2007-02-151-0/+9
* Introduce some more SO_ option equivalents from Linux to FreeBSD.Konstantin Belousov2007-02-011-0/+7
* MFP4: 109655Jung-uk Kim2006-12-201-2/+2
* Add a new 'union l_sigval' to use in place of 'union sigval' in theJohn Baldwin2006-11-071-3/+6
* Backout the linux aio stuff. Several problems where identified and theAlexander Leidinger2006-10-291-2/+0
* MFP4 (with some minor changes):Alexander Leidinger2006-10-151-0/+2
* MFP4 (106538 + 106541):Alexander Leidinger2006-10-151-0/+1
* Get rid of some nested includes.Alexander Leidinger2006-08-191-4/+0
* Style fixes to comments.Alexander Leidinger2006-08-161-1/+2
* Add the linux 2.6.x stuff (not used by default!):Alexander Leidinger2006-08-151-0/+105
* regen after COMPAT_43 removalAlexander Leidinger2006-03-181-0/+18
* Add preliminary support for running 32-bit Linux binaries on amd64, enabledTim J. Robbins2004-08-161-0/+722