summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common
AgeCommit message (Expand)Author
2018-03-16PR/53103: Timo Buhrmester: linux emulation of sendto(2) brokenchristos
2018-01-09remove struct emul's e_fault.maya
2018-01-07Ignore signal 64 for now (go uses it)christos
2017-12-26Refactor pipe1() and correct a bug in sys_pipe2() (SYS_pipe2)kamil
2017-12-10Finally (hopefully) return completely to the state where compat_linux iskre
2017-12-08Finish the previous change - as well as setting the default for thesekre
2017-12-01Unbreak Linux emulation by default. While not loading it automaticallyjoerg
2017-11-22Fix and make consistent of usages of psz/psref in ifconf variantsozaki-r
2017-11-21This should be "linux_sg_version", not "version".maxv
2017-09-29Remove compat_linux from the autoload list, and add a sysctl to enable ormaxv
2017-07-29Put suser check in the right function: settimeofday, not gettimeofday.riastradh
2017-07-29Only let the superuser set the compat_linux timezone.riastradh
2017-07-28Fail, don't panic, on bad dirents from file system.riastradh
2017-05-06Extend the mmap(2) interface to allow requesting protections for laterjoerg
2017-04-21- Propagate the signal mask from the ucontext_t to the newly created threadchristos
2017-04-10Return value pointers should be the last argument.dholland
2017-04-09speed limit 80dholland
2017-03-14Use if_acquire and if_release instead of using psref API directlyozaki-r
2017-02-20KNF; no binary changesrin
2017-02-20CID 980928: fix NULL pointer dereferecerin
2017-02-12es_arglen is now in units of bytes, update the emulations accordingly.chs
2017-02-09use proper arg functions, remove bogus ones.christos
2017-02-06Use ELFOSABI_LINUX instead of a magic number.uwe
2017-02-03New versions of linux on arm and others have both socketcall and separatechristos
2017-02-03add sendmmsg and recvmmsgchristos
2017-02-03handle accept4 for i386christos
2017-02-03Do not compile accept4 on i386, there is no such syscall in Linux.martin
2017-02-02implement accept4christos
2017-01-28copy the terminating NUL (njoly)christos
2017-01-13fix typochristos
2017-01-13no namlen on linuxchristos
2017-01-13convert strcpy to a bounded copy to avoid compiler warnings, although thechristos
2017-01-13convert strcpy to a bounded copy to avoid compiler warnings, although thechristos
2017-01-02Provide a dummy linux_sigset_t for all architectures that do not havemartin
2017-01-02Add pselect6 Linux system call.manu
2016-11-10GC WOPTSCHECKEDchristos
2016-09-13Make the ktrace record written by do_sys_sendmsg/do_sys_recvmsg overridablemartin
2016-08-31Teach wait4 about WCONTINUED.njoly
2016-08-15Uninitialized var, found by brainy; not tested, but obvious enoughmaxv
2016-08-01Apply pserialize and psref to struct ifaddr and its variantsozaki-r
2016-07-07Switch the address list of intefaces to pslist(9)ozaki-r
2016-07-05Fix psref isn't released in a case of IFADDR_EMPTYozaki-r
2016-06-16Use curlwp_bind and curlwp_bindx instead of open-coding LP_BOUNDozaki-r
2016-06-15Protect if_byindex by pserializeozaki-r
2016-05-20simplify and fix futex requeuing:chs
2016-05-12Protect ifnet list with psz and psrefozaki-r
2015-12-08Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead ofchristos
2015-12-03Merge the compat_sysv module into the sysv_ipc module - it shouldpgoyette
2015-11-14PR/50428: Rin Okuyama: support SA_RESTORER flag for rt_sigaction(2) in thechristos
2015-10-18Make sure we have space for the aout header.maxv