summaryrefslogtreecommitdiff
path: root/sys/compat/linux32/common/linux32_socket.c
AgeCommit message (Expand)Author
2017-11-22Fix and make consistent of usages of psz/psref in ifconf variantsozaki-r
2017-03-14Use if_acquire and if_release instead of using psref API directlyozaki-r
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-12Protect ifnet list with psz and psrefozaki-r
2015-07-24Unused inits (harmless).maxv
2014-11-26Tweak ifconf variantsozaki-r
2014-05-17Replace open-coded access (and boundary checking) of ifindex2ifnet withrmind
2013-01-11Use copyin/copyout and linux-specific ifreq structures (they are the samechristos
2012-03-15Do not read past end of array. Found by gcc -03bouyer
2009-12-12Add missing semicolons after NETBSD32TOx_UAP macro calls.njoly
2009-12-10Add SIOCGIFMTU support.njoly
2009-12-10Do not give native requests to netbsd32_ioctl(), use the compatnjoly
2009-11-13Return the result of copyout. Reminded by Niolas Joly.joerg
2009-11-13Provide SIOCGIFNAME.joerg
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-07-23Add linux32_getifconf, following recent linux_getifconf addition.njoly
2008-06-27Add SIOCGIFHWADDR support.njoly
2008-06-24Fix SIOCGIFCONF ioctl under compat linux32.njoly
2008-06-19an attempt at linux32_ioctl_socket().christos
2007-12-20Convert all the system call entry points from:dsl
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-02-09Merge newlock2 to head.ad
2006-09-13Jumbo COMPAT_LINUX/COMPAT_LINUX32 bugfix, with the help of Nicolas Jolymanu
2006-02-09Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough somanu