summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common
AgeCommit message (Expand)Author
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
2015-10-10Add an additional dependency on compat_sysvpgoyette
2015-07-24Unused inits (harmless).maxv
2015-07-03PR/50021: Rin Okuyama: Fix linux affinity syscallschristos
2015-06-11Force *stackp to (uintptr_t) before possibly moving to a smaller pointer size.matt
2015-05-24convert remaining linux_get_sa() users to use linux_get_sa_sb() andrtr
2015-05-02make connect syscall use sockaddr_big and modify pr_{send,connect}rtr
2015-04-03* change pr_bind to accept struct sockaddr * instead of struct mbuf *rtr
2015-03-20Zero-fill the ELF auxiliary vectors. Otherwise, on 64bit systems, themaxv
2015-03-14Support Linux MAP_LOCKED mmap flag.njoly