看板 DFBSD_commit 關於我們 聯絡資訊
commit c36a1500168f35496d6068023955e0f180593652 Author: YONETANI Tomokazu <y0netan1@dragonflybsd.org> Date: Thu Jun 2 14:17:39 2011 +0900 Revert "kernel: Don't disturb about-to-be reaped zombies." p_nthreads == 0 just means that the process's threads have all exited, but not necessarily means it's about to be reaped. We still want it to show up in the ps or top in case it gets stuck during the exit. Pointed-out-by: dillon@ This reverts commit 9458c398c0b97d30032a6541f8ab452cd93f5a86. Summary of changes: sys/kern/kern_proc.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c36a1500168f35496d6068023955e0f180593652 -- DragonFly BSD source repository