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
/
netinet
/
dccp_usrreq.c
Age
Commit message (
Expand
)
Author
2017-05-07
Change bzero -> memset, bcopy -> memcpy.
rjs
2017-05-07
Change SPL around call to in_pcbbind().
rjs
2017-05-07
Remove some foreign conditional code, NFC intended.
rjs
2017-03-03
Pass inpcb/in6pcb instead of socket to ip_output/ip6_output
ozaki-r
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-12-13
Remove unnecessary inclusions of nd6.h
ozaki-r
2016-07-07
KNF. Remove extra spaces. No functional change.
msaitoh
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2015-08-24
sprinkle _KERNEL_OPT
pooka
2015-05-02
make connect syscall use sockaddr_big and modify pr_{send,connect}
rtr
2015-04-27
Introduce in6_selecthlim_rt to consolidate an idiom for rt->rt_ifp
ozaki-r
2015-04-26
remove pr_generic from struct pr_usrreqs and all implementations of
rtr
2015-04-24
make accept, getsockname and getpeername syscalls use sockaddr_big and modify
rtr
2015-04-04
* update dccp_bind for struct mbuf * to struct sockaddr * parameter change
rtr
2015-02-10
Add DCCP protocol support from KAME.
rjs