Subject: CVS commit: src/sys/dist/ipf/netinet
To: None <source-changes@NetBSD.org>
From: Darren Reed <darrenr@netbsd.org>
List: source-changes
Date: 06/11/2005 11:25:28
Module Name: src
Committed By: darrenr
Date: Sat Jun 11 11:25:28 UTC 2005
Modified Files:
src/sys/dist/ipf/netinet: fil.c ip_compat.h
Log Message:
kern/30082 - fr_check() is missing SPL_NET() macros for non-mutex using
platforms, allowing it to be preempted and restarted in an inconsistent
state.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/dist/ipf/netinet/fil.c
cvs rdiff -r1.5 -r1.6 src/sys/dist/ipf/netinet/ip_compat.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.