Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/sys
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.
Home |
Main Index |
Thread Index |
Old Index