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
/
common
/
uipc_syscalls_40.c
Age
Commit message (
Expand
)
Author
2022-07-07
ifioctl(9): Don't touch ifconf or ifreq until command is validated.
riastradh
2020-07-16
Don't accept negative value.
msaitoh
2020-02-22
pass the address of the field, instead of relying on it being the first
maxv
2019-12-12
Rather than keeping a separate mutex, condvar, and pserialize for each
pgoyette
2019-04-23
KNF. No functional change.
msaitoh
2019-04-18
Zero out the ifreq struct for SIOCGIFCONF to avoid up to 127 bytes of stack
christos
2019-03-01
Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly
pgoyette
2019-01-27
Merge the [pgoyette-compat] branch
pgoyette
2018-04-12
provide vectors for the ifconf compat code and ifdatareq compat code.
christos
2017-11-22
#idef the label next_ifa: just like the only goto using it.
martin
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-06-16
Use curlwp_bind and curlwp_bindx instead of open-coding LP_BOUND
ozaki-r
2016-05-12
Protect ifnet list with psz and psref
ozaki-r
2014-11-26
Tweak ifconf variants
ozaki-r
2011-01-19
Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>.
tsutsui
2007-12-05
Use IFADDR_EMPTY().
dyoung
2007-12-05
Use IFADDR_FOREACH().
dyoung
2007-06-02
Reduce difference between compat_ifconf() and ifconf():
enami
2007-05-30
Move the nasty ifdefs in one place. Requested by ad and dyoung.
christos
2007-05-29
wrap the whole function in COMPAT_40
christos
2007-05-29
Add a sockaddr_storage member to "struct ifreq" maintaining backwards
christos