index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
compat
/
linux32
/
common
/
linux32_socket.c
Age
Commit message (
Expand
)
Author
2017-11-22
Fix and make consistent of usages of psz/psref in ifconf variants
ozaki-r
2017-03-14
Use if_acquire and if_release instead of using psref API directly
ozaki-r
2016-08-01
Apply pserialize and psref to struct ifaddr and its variants
ozaki-r
2016-07-07
Switch the address list of intefaces to pslist(9)
ozaki-r
2016-07-05
Fix psref isn't released in a case of IFADDR_EMPTY
ozaki-r
2016-06-16
Use curlwp_bind and curlwp_bindx instead of open-coding LP_BOUND
ozaki-r
2016-06-15
Protect if_byindex by pserialize
ozaki-r
2016-05-12
Protect ifnet list with psz and psref
ozaki-r
2015-07-24
Unused inits (harmless).
maxv
2014-11-26
Tweak ifconf variants
ozaki-r
2014-05-17
Replace open-coded access (and boundary checking) of ifindex2ifnet with
rmind
2013-01-11
Use copyin/copyout and linux-specific ifreq structures (they are the same
christos
2012-03-15
Do not read past end of array. Found by gcc -03
bouyer
2009-12-12
Add missing semicolons after NETBSD32TOx_UAP macro calls.
njoly
2009-12-10
Add SIOCGIFMTU support.
njoly
2009-12-10
Do not give native requests to netbsd32_ioctl(), use the compat
njoly
2009-11-13
Return the result of copyout. Reminded by Niolas Joly.
joerg
2009-11-13
Provide SIOCGIFNAME.
joerg
2008-11-19
Make the emulations, exec formats, coredump, NFS, and the NFS server
ad
2008-07-23
Add linux32_getifconf, following recent linux_getifconf addition.
njoly
2008-06-27
Add SIOCGIFHWADDR support.
njoly
2008-06-24
Fix SIOCGIFCONF ioctl under compat linux32.
njoly
2008-06-19
an attempt at linux32_ioctl_socket().
christos
2007-12-20
Convert all the system call entry points from:
dsl
2007-12-08
ANSIfy most of the function definitions in sys/compat (but not ndis).
dsl
2007-02-09
Merge newlock2 to head.
ad
2006-09-13
Jumbo COMPAT_LINUX/COMPAT_LINUX32 bugfix, with the help of Nicolas Joly
manu
2006-02-09
Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so
manu