Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 10/16/2007 20:31:33
Module Name:	src
Committed By:	joerg
Date:		Tue Oct 16 20:31:33 UTC 2007

Modified Files:
	src/sys/netinet6: in6_var.h mld6.c
	src/sys/sys: param.h

Log Message:
Inline callout_t in struct in6_multi. This fixes a number of possible
memory leaks. Explicitly destroy the callout before freeing it.
Use callout_setfunc/callout_schedule instead of repeating it for
callout_reset.

Bump NetBSD version to 4.99.34 for kvm users.


To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 src/sys/netinet6/in6_var.h
cvs rdiff -r1.40 -r1.41 src/sys/netinet6/mld6.c
cvs rdiff -r1.279 -r1.280 src/sys/sys/param.h

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