看板 DFBSD_commit 關於我們 聯絡資訊
commit 09b62fa43dde6349fdba68f41492ca4ae35f5a5a Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Fri Jul 17 17:55:52 2009 -0700 tsleep_interlock() - Fix bug in cpu_lwp_exit(). * Fix a bug in cpu_lwp_exit() which could cause a TAILQ assertion due to a thread not being properly removed from the tsleep queue. Summary of changes: sys/platform/pc32/i386/vm_machdep.c | 2 ++ sys/platform/pc64/amd64/vm_machdep.c | 2 ++ sys/platform/vkernel/i386/vm_machdep.c | 2 ++ 3 files changed, 6 insertions(+), 0 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/09b62fa43dde6349fdba68f41492ca4ae35f5a5a -- DragonFly BSD source repository