看板 DFBSD_commit 關於我們 聯絡資訊
commit 959f863f59ab07a327558e1c1dc45c7dd6609d4f Author: Stathis Kamperis <beket@dragonflybsd.org> Date: Thu Jan 14 23:27:24 2010 +0200 mqueues: Remove duplicate code. A note that missed from my previous commit: In issue 6, mq_timed{send, receive}() were optionally expected to return EINVAL upon an invalid timeout request, if the calling process|thread would have blocked. In issue 7 this is now mandatory. Original-bug-reported-by: swildner@ Summary of changes: sys/kern/sys_mqueue.c | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/959f863f59ab07a327558e1c1dc45c7dd6609d4f -- DragonFly BSD source repository