aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32/linux.h
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce a new module linux_common.ko which is intended for theDmitry Chagin2015-05-241-4/+0
* x86_64 Linux do not use multiplexing on ipc system calls.Dmitry Chagin2015-05-241-0/+10
* Eliminate a now unused global declaration of elf_linux_sysvec.Dmitry Chagin2015-05-241-2/+0
* Implement vdso - virtual dynamic shared object. Through vdso LinuxDmitry Chagin2015-05-241-1/+1
* To reduce code duplication introduce linux_copyout_rusage() method.Dmitry Chagin2015-05-241-0/+1
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-241-2/+4
* Implement most of timer_{create,settime,gettime,getoverrun,delete}Bjoern A. Zeeb2014-09-181-0/+5
* Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hJohn Baldwin2013-01-291-160/+0
* Don't assume that all Linux TCP-level socket options are identical toJohn Baldwin2013-01-231-0/+7
* - >500 static DTrace probes for the linuxulatorAlexander Leidinger2012-05-051-0/+1
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* Implement linux_fadvise64() and linux_fadvise64_64() usingJohn Baldwin2011-12-291-0/+10
* Revert r220032:linux compat: add SO_PASSCRED option with basic handlingAndriy Gapon2011-03-311-1/+0
* linux compat: add SO_PASSCRED option with basic handlingAndriy Gapon2011-03-261-0/+1
* Enable shared page use for amd64/linux32 and i386/linux binaries.Dmitry Chagin2011-03-131-1/+4
* For realtime signals fill the sigval value.Dmitry Chagin2011-02-151-0/+1
* Move linux_clone(), linux_fork(), linux_vfork() to a MI path.Dmitry Chagin2011-02-121-0/+1
* In preparation for moving linux_clone() to a MI pathDmitry Chagin2011-02-121-0/+2
* linux_sigreturn() loads the struct trapframe from l_sigcontextKonstantin Belousov2011-01-271-22/+22
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.Ed Schouten2010-03-281-9/+9
* Implement accept4 syscall.Dmitry Chagin2009-06-011-0/+1
* 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-163/+170
* 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