Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/27/2003 16:52:01
Module Name:	src
Committed By:	thorpej
Date:		Mon Oct 27 16:52:01 UTC 2003

Modified Files:
	src/share/man/man9: callout.9
	src/sys/dev/pci: if_txp.c
	src/sys/kern: kern_timeout.c
	src/sys/netinet: tcp_subr.c

Log Message:
- Change callout_setfunc() to require that the callout handle is already
  initialized.  Update the txp(4) to compensate.
- Statically initialize the TCP timer callout handles in the tcpcb
  template.  We still use callout_setfunc(), but that call is now much
  less expensive.  Add a comment that the compiler is likely to unroll
  the loop (so don't sweat that it's there).


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/share/man/man9/callout.9
cvs rdiff -r1.4 -r1.5 src/sys/dev/pci/if_txp.c
cvs rdiff -r1.11 -r1.12 src/sys/kern/kern_timeout.c
cvs rdiff -r1.158 -r1.159 src/sys/netinet/tcp_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.