Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 09/16/2003 12:04:59
Module Name: src
Committed By: christos
Date: Tue Sep 16 12:04:59 UTC 2003
Modified Files:
src/sys/sys: siginfo.h signalvar.h
Log Message:
convert to use <queue.h> and add a lock for siginfo circleq.
XXX: could use STAILQ, but there is no way to remove an element without
rescanning the queue. We should really add a special iterator that can
do this.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/sys/siginfo.h
cvs rdiff -r1.43 -r1.44 src/sys/sys/signalvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.