Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 09/21/2007 01:40:10
Module Name: src
Committed By: ad
Date: Fri Sep 21 01:40:10 UTC 2007
Modified Files:
src/sys/kern: sys_mqueue.c
src/sys/sys: mqueue.h
Log Message:
- mq_receive1, mq_send1: deal with spurious wakeup. XXX should adjust the
timeout but this is a wider problem.
- MQ_SEND is unused, remove it.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/kern/sys_mqueue.c
cvs rdiff -r1.1 -r1.2 src/sys/sys/mqueue.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.