summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32/linux.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r315501:dchagin2017-04-151-31/+0
* MFC r314866:dchagin2017-04-151-10/+0
* MFC 316644:avatar2017-04-151-1/+2
* MFC r314282:trasz2017-03-191-1/+3
* MFC r314219mmokhi2017-03-081-0/+3
* MFC r302517:dchagin2016-07-181-7/+0
* Revert r297310 as the SOL_XXX are equal to the IPPROTO_XX except SOL_SOCKET.dchagin2016-03-271-1/+0
* iConvert Linux SOL_IPV6 level.dchagin2016-03-271-0/+1
* Fix build with DEBUG defined.jhb2015-10-291-1/+1
* Reduce duplication between MD Linux code by moving msg relateddchagin2015-05-241-16/+0
* Rework signal code to allow using it by other modules, like linprocfs:dchagin2015-05-241-55/+2
* According to Linux man sigaltstack(3) shall return EINVAL if the ssdchagin2015-05-241-3/+0
* Put the correct value for the abi_nfdbits parameter of kern_select() fordchagin2015-05-241-0/+1
* To avoid code duplication move open/fcntl definitions to the MIdchagin2015-05-241-36/+1
* Add AT_RANDOM and AT_EXECFN auxiliary vector entries which are used bydchagin2015-05-241-1/+1
* Introduce a new module linux_common.ko which is intended for thedchagin2015-05-241-4/+0
* x86_64 Linux do not use multiplexing on ipc system calls.dchagin2015-05-241-0/+10
* Eliminate a now unused global declaration of elf_linux_sysvec.dchagin2015-05-241-2/+0
* Implement vdso - virtual dynamic shared object. Through vdso Linuxdchagin2015-05-241-1/+1
* To reduce code duplication introduce linux_copyout_rusage() method.dchagin2015-05-241-0/+1
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-2/+4
* Implement most of timer_{create,settime,gettime,getoverrun,delete}bz2014-09-181-0/+5
* Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hjhb2013-01-291-160/+0
* Don't assume that all Linux TCP-level socket options are identical tojhb2013-01-231-0/+7
* - >500 static DTrace probes for the linuxulatornetchild2012-05-051-0/+1
* Convert files to UTF-8uqs2012-01-151-1/+1
* Implement linux_fadvise64() and linux_fadvise64_64() usingjhb2011-12-291-0/+10
* Revert r220032:linux compat: add SO_PASSCRED option with basic handlingavg2011-03-311-1/+0
* linux compat: add SO_PASSCRED option with basic handlingavg2011-03-261-0/+1
* Enable shared page use for amd64/linux32 and i386/linux binaries.dchagin2011-03-131-1/+4
* For realtime signals fill the sigval value.dchagin2011-02-151-0/+1
* Move linux_clone(), linux_fork(), linux_vfork() to a MI path.dchagin2011-02-121-0/+1
* In preparation for moving linux_clone() to a MI pathdchagin2011-02-121-0/+2
* linux_sigreturn() loads the struct trapframe from l_sigcontextkib2011-01-271-22/+22
* 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
* Translate l_timeval arg to native struct timeval indchagin2009-05-111-1/+1
* To avoid excessive code duplication move MI definitions to the MIdchagin2009-05-071-8/+0
* Revert 190445 change to this file restoring:ambrisko2009-03-271-3/+3
* Add stuff to support upcoming BMC/IPMI flashing of newer Dell machineambrisko2009-03-261-1/+1
* 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
* Fix iovec32 for linux32/amd64.kib2008-11-291-0/+10
* 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-12/+17
* 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
OpenPOWER on IntegriCloud