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
/
tcp_vtw.c
Age
Commit message (
Expand
)
Author
2022-11-04
inpcb: rename functions to inpcb_*
ozaki-r
2022-10-28
inpcb: separate inpcb again to reduce the size of PCB for IPv4
ozaki-r
2022-10-28
inpcb: integrate data structures of PCB into one
ozaki-r
2021-08-13
fix typos in words "pointer" and s/fram /frame/
andvar
2019-10-01
in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEP
chs
2018-05-03
Remove now unused tcpip.h includes. Some were already unused before.
maxv
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2016-12-13
Remove unnecessary inclusions of nd6.h
ozaki-r
2016-07-28
PR kern/51371: avoid shifting negative values
martin
2016-04-26
Sweep unnecessary route.h inclusions
ozaki-r
2015-08-24
sprinkle _KERNEL_OPT
pooka
2015-03-31
Remove unnecessary opt_ipsec.h inclusions
ozaki-r
2014-11-10
Do not uselessly include <sys/malloc.h>.
maxv
2014-09-05
Don't use C++ keywords (class, template) as variables
matt
2013-09-15
ifdef a variable like its use
martin
2012-04-13
add a big comment
yamt
2011-07-17
Retire varargs.h support. Move machine/stdarg.h logic into MI
joerg
2011-06-06
Don't allocate resources for vtw until/unless it is enabled. This will
dyoung
2011-06-03
Don't sleep until memory becomes available.
dyoung
2011-06-03
Defer scheduling vtw_tick() and setting the vtw hooks until
dyoung
2011-05-17
typo in comment
dholland
2011-05-11
use getmicrouptime(9) rather than microtime(9) for TIME_WAIT duration
drochner
2011-05-06
remove an empty function
drochner
2011-05-03
Reduces the resources demanded by TCP sessions in TIME_WAIT-state using
dyoung