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
/
net
/
link_proto.c
Age
Commit message (
Expand
)
Author
2021-12-31
sys: Use if_init wrapper function.
riastradh
2019-09-25
Make panic messages more informative
ozaki-r
2019-04-29
rtsock: Route address message simplification
roy
2019-01-28
Fix memory leaks pointed out by Ilja Van Sprundel: all
martin
2017-04-06
Revert "Make sure to hold if_ioctl_lock when calling ifp->if_ioctl"
ozaki-r
2017-04-05
Make sure to hold if_ioctl_lock when calling ifp->if_ioctl
ozaki-r
2017-01-11
Don't call ifa_remove with holding psref
ozaki-r
2016-12-26
Use psz/psref to hold ifa
ozaki-r
2016-11-19
Make fstat(2) work on AF_LINK socket descriptors.
njoly
2016-07-07
Switch the address list of intefaces to pslist(9)
ozaki-r
2016-01-21
Revert previous: ran cvs commit when I meant cvs diff. Sorry!
riastradh
2016-01-21
Give proper prototype to ip_output.
riastradh
2015-05-02
make connect syscall use sockaddr_big and modify pr_{send,connect}
rtr
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-03
* change pr_bind to accept struct sockaddr * instead of struct mbuf *
rtr
2014-08-09
split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq
rtr
2014-08-08
split PRU_RCVD function out of pr_generic() usrreq switches and put into
rtr
2014-08-05
split PRU_SEND function out of pr_generic() usrreq switches and put into
rtr
2014-08-05
revert the removal of struct lwp * parameter from bind, listen and connect
rtr
2014-07-31
split PRU_CONNECT, PRU_RCVOOB and PRU_SENDOOB into separate functions
rtr
2014-07-31
split PRU_DISCONNECT, PRU_SHUTDOWN and PRU_ABORT function out of
rtr
2014-07-24
split PRU_BIND and PRU_LISTEN function out of pr_generic() usrreq
rtr
2014-07-21
Don't assume if_init is always set
ozaki-r
2014-07-15
socklen_t is not uint8_t, so don't print it as such.
joerg
2014-07-09
* split PRU_PEERADDR and PRU_SOCKADDR function out of pr_generic()
rtr
2014-07-07
* sprinkle KASSERT(solocked(so)); in all pr_stat() functions.
rtr
2014-07-06
* split PRU_SENSE functionality out of link_usrreq() and place into
rtr
2014-07-01
fix parameter types in pr_ioctl, called xx_control() functions and remove
rtr
2014-06-23
where appropriate rename xxx_ioctl() struct mbuf * parameters from
rtr
2014-06-22
* split PRU_CONTROL functionality out of xxx_userreq() switches and place
rtr
2014-05-19
- Split off PRU_ATTACH and PRU_DETACH logic into separate functions.
rmind
2014-05-18
Add struct pr_usrreqs with a pr_generic function and prepare for the
rmind
2011-10-07
Cosmetic: remove whitespace at the end of line.
dyoung
2010-11-12
Add RTM_CHGADDR to signal that an address on the interface has changed.
roy
2008-11-07
*** Summary ***
dyoung
2008-05-13
Let us call ioctl(SIOC[ADG]LIFADDR) with a link-layer address on
dyoung
2007-08-30
Use malloc(9) for sockaddrs instead of pool(9), and remove dom_sa_pool
dyoung
2007-08-07
Lengthen sockaddr_dl so that a 16-byte FireWire address will fit
dyoung
2007-07-19
Take steps to hide the radix_node implementation of the forwarding table
dyoung