看板 DFBSD_commit 關於我們 聯絡資訊
commit 958de3056ed7f8ed4e39ff27855adf89b5d6cd0e Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sat Aug 15 20:56:04 2009 -0700 PIPE - Fix a blocking race. * A pipe can get stuck in "pipewr" due to a race caused by a selwakeup() before a tsleep(). Fix the race. Summary of changes: sys/kern/sys_pipe.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/958de3056ed7f8ed4e39ff27855adf89b5d6cd0e -- DragonFly BSD source repository