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
/
netnatm
Age
Commit message (
Expand
)
Author
2018-09-06
Remove the network ATM code.
maxv
2017-09-21
Invalidate rtcache based on a global generation counter
ozaki-r
2016-10-03
Fix race condition on ifqueue used by traditional netisr
ozaki-r
2016-06-10
Avoid storing a pointer of an interface in a mbuf
ozaki-r
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-04-11
Sweep unncessary radix.h inclusions
ozaki-r
2016-01-20
Eliminate struct protosw::pr_output.
riastradh
2015-11-06
initialize npcb; founds by brainy
christos
2015-09-06
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
dholland
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_DISCONNECT, PRU_SHUTDOWN and PRU_ABORT function out of
rtr
2014-07-30
split PRU_CONNECT function out of pr_generic() usrreq switches and put
rtr
2014-07-24
split PRU_BIND and PRU_LISTEN function out of pr_generic() usrreq
rtr
2014-07-23
split PRU_SENDOOB and PRU_RCVOOB function out of pr_generic() usrreq
rtr
2014-07-09
* split PRU_ACCEPT function out of pr_generic() usrreq switches and put
rtr
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-07
backout change that made pr_stat return EOPNOTSUPP for protocols that
rtr
2014-07-07
* have pr_stat return EOPNOTSUPP consistently for all protocols that do
rtr
2014-07-06
* #include <sys/kmem.h> for kmem_intr_free()
rtr
2014-07-06
* #include <sys/kmem.h> for kmem_intr_xxx()
rtr
2014-07-06
fix pasto in function name should be natm_stat instead of natm_ioctl
rtr
2014-07-06
* split PRU_SENSE functionality out of xxx_usrreq() switches and place into
rtr
2014-07-01
fix parameter types in pr_ioctl, called xx_control() functions and remove
rtr
2014-06-22
* split PRU_CONTROL functionality out of xxx_userreq() switches and place
rtr
2014-05-20
Adjust PR_WRAP_USRREQS() to include the attach/detach functions.
rmind
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-03-09
unifdef -U__OpenBSD__ -D__NetBSD__ -U__FreeBSD__ for readability. No
dyoung
2011-02-01
udpate license clauses on my code to match the new-style BSD licenses.
chuck
2009-04-18
Remove extra whitespace added by a stupid tool.
tsutsui
2009-03-18
bcopy -> memcpy
cegger
2009-03-18
bzero -> memset
cegger
2009-03-18
Ansify function definitions w/o arguments. Generated with sed.
cegger
2009-03-14
Remove all the __P() from sys (excluding sys/dist)
dsl
2008-12-17
kill MALLOC and FREE macros.
cegger
2008-11-07
*** Summary ***
dyoung
2008-05-22
Delete unnecessary casts to void *.
dyoung
2008-04-24
Merge the socket locking patch:
ad
2007-12-07
Use struct initializers. No functional change.
elad
2007-05-02
Eliminate address family-specific route caches (struct route, struct
dyoung
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-01-13
Properly define the domain, and #ifdef out the sysctl routine which does
cube
[next]