git: kernel - procfs_token work

看板DFBSD_commit作者時間15年前 (2010/08/29 02:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 98c2b8ac8ef57c41a8fa17a7d32c47a45fe26e1e Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sat Aug 28 11:06:08 2010 -0700 kernel - procfs_token work * Cover proc_stop(), proc_unstop(), and setrunnable() with proc_token. Remove the MP lock assertion from setrunnable(). * Cover procfs operations with proc_token. * Cover lwp_signotify() and friends with proc_token. Summary of changes: sys/kern/kern_checkpoint.c | 3 +++ sys/kern/kern_sig.c | 32 ++++++++++++++++++++++++++------ sys/kern/kern_synch.c | 7 ++++--- sys/sys/signalvar.h | 1 - sys/vfs/procfs/procfs_ctl.c | 4 ++++ sys/vfs/procfs/procfs_subr.c | 12 ++++++++++-- 6 files changed, 47 insertions(+), 12 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/98c2b8ac8ef57c41a8fa17a7d32c47a45fe26e1e -- DragonFly BSD source repository
文章代碼(AID): #1CULOcRH (DFBSD_commit)