aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32/linux.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a copy/paste bug introduced during X86_64 Linuxulator work.Dmitry Chagin2016-07-101-7/+0
* Revert r297310 as the SOL_XXX are equal to the IPPROTO_XX except SOL_SOCKET.Dmitry Chagin2016-03-271-1/+0
* iConvert Linux SOL_IPV6 level.Dmitry Chagin2016-03-271-0/+1
* Fix build with DEBUG defined.John Baldwin2015-10-291-1/+1
* Reduce duplication between MD Linux code by moving msg relatedDmitry Chagin2015-05-241-16/+0
* Rework signal code to allow using it by other modules, like linprocfs:Dmitry Chagin2015-05-241-55/+2
* According to Linux man sigaltstack(3) shall return EINVAL if the ssDmitry Chagin2015-05-241-3/+0
* Put the correct value for the abi_nfdbits parameter of kern_select() forDmitry Chagin2015-05-241-0/+1
* To avoid code duplication move open/fcntl definitions to the MIDmitry Chagin2015-05-241-36/+1
* Add AT_RANDOM and AT_EXECFN auxiliary vector entries which are used byDmitry Chagin2015-05-241-1/+1
* 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