看板 DFBSD_commit 關於我們 聯絡資訊
commit 7e90d7915bfc2c3ce8a42866a57494dd66164a57 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Mon Feb 14 20:29:25 2011 -0800 kernel - MPSAFE work, fix race in init zombie cleanup * Acquire the required initproc->p_token when reparenting an exiting process's children to init, fixing a race against init's wait*(). Summary of changes: sys/kern/kern_exit.c | 55 +++++++++++++++++++++++++++++++++---------------- 1 files changed, 37 insertions(+), 18 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7e90d7915bfc2c3ce8a42866a57494dd66164a57 -- DragonFly BSD source repository