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
/
dev
/
kttcp.c
Age
Commit message (
Expand
)
Author
2018-12-22
Replace M_ALIGN and MH_ALIGN by m_align.
maxv
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2016-10-02
MFREE -> m_free
christos
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2015-08-20
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
christos
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-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-07-23
split PRU_SENDOOB and PRU_RCVOOB function out of pr_generic() usrreq
rtr
2014-05-18
Add struct pr_usrreqs with a pr_generic function and prepare for the
rmind
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2013-08-29
Remove SS_ISCONFIRMING, it is unused and TP4 will not come back.
rmind
2011-12-22
Fix up changes commited in kttcp.c 1.29.
jakllsch
2011-12-20
- Eliminate so_nbio and turn it into a bit SS_NBIO in so_state.
christos
2008-04-24
Merge the socket locking patch:
ad
2008-03-27
Make rusage collection per-LWP and collate in the appropriate places.
ad
2008-03-21
Catch up with descriptor handling changes. See kern_descrip.c revision
ad
2008-02-06
Don't lock the socket to set/clear FNONBLOCK. Just set it atomically.
ad
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-09
Merge newlock2 to head.
ad
2006-12-28
Fill manpage with some data, taken from comments in the kernel source
hubertf
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-10-08
Add missing initializer.
rpaulo
2006-05-18
quieten GCC uninitialise variable warnings.
mrg
2005-12-11
merge ktrace-lwp.
christos
2005-02-27
nuke trailing whitespace
perry
2004-04-22
Constify protosw arrays. This can reduce the kernel .data section by
matt
2003-07-14
add missing __KERNEL_RCSID()
lukem
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-29
Use "NULL" instead of "(struct foo *)0".
simonb
2003-06-29
Fix 'struct lwp *' lossage.
simonb
2003-06-28
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
darrenr
2003-02-26
Add MBUFTRACE kernel option.
matt
2003-02-25
Play nice with files. Since we are doing an fd_getfile(), make appropriate
briggs
2003-01-18
Merge the nathanw_sa branch.
thorpej
2002-10-23
merge kqueue branch into -current
jdolecek
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-07-03
Rename SB_UPDATE_TAIL() to SB_EMPTY_FIXUP(), per suggestion from
thorpej
2002-07-03
Apply rev. 1.68 of uipc_socket.c to kttcp_soreceive():
thorpej
2002-07-03
Make insertion of data into socket buffers O(C):
thorpej
2002-06-28
This is the "kttcp" network throughput testing pseudo-device. From
thorpej