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
/
netinet6
/
scope6.c
Age
Commit message (
Expand
)
Author
2020-06-16
remove unused
maxv
2019-09-23
Remove __noubsan from in6_clearscope()
kamil
2019-09-20
Decorate in6_clearscope() with __noubsan
kamil
2018-05-01
Remove now unused net_osdep.h includes, the other BSDs did the same.
maxv
2018-02-01
Style, no real functional change.
maxv
2017-09-17
explain why in6_setscope fails...
christos
2017-01-16
ip6_sprintf -> IN6_PRINT so that we pass the size.
christos
2017-01-16
Make ip6_sprintf(), in_fmtaddr(), lla_snprintf() and icmp6_redirect_diag() mp...
ryo
2016-08-12
In rump (ifp)->if_afdata[AF_INET6] == NULL if we did not register netinet6
christos
2016-06-15
Protect if_byindex by pserialize
ozaki-r
2016-05-19
Replace DIAGNOSTIC & panic with KASSERT
ozaki-r
2016-04-26
Sweep unnecessary route.h inclusions
ozaki-r
2014-12-10
printable version of the scope.
christos
2014-11-16
Drop impossible check.
joerg
2014-05-17
Replace open-coded access (and boundary checking) of ifindex2ifnet with
rmind
2009-09-11
Make ifconfig(8) set and display preference numbers for IPv6
dyoung
2009-03-15
ansify function definitions
cegger
2007-12-11
use __KERNEL_RCSID()
lukem
2007-10-24
Replace rote sockaddr_in6 initializations (memset(), set sa6_family,
dyoung
2006-09-03
comment out impossible comparison.
christos
2006-09-01
Re-use macro IN6_IS_SCOPE_EMBEDDABLE().
dyoung
2006-03-05
bzero -> memset
rpaulo
2006-01-21
Better support of IPv6 scoped addresses.
rpaulo