Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 09/10/2003 17:01:05
Module Name: src
Committed By: drochner
Date: Wed Sep 10 17:01:05 UTC 2003
Modified Files:
src/sys/kern: sysv_shm.c
Log Message:
Fix the "COW" case if a process does a detach() between fork()
and exit(): we have to lookup the entry in the private copy
again, otherwise the wrong list is manipulated.
should fix a panic on postgres shutdown reported by Marc Recht
being here, improve sone debug messages
To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 src/sys/kern/sysv_shm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.