git: kernel - procfs_token work

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Aug 28 11:10:39 PDT 2010


commit 98c2b8ac8ef57c41a8fa17a7d32c47a45fe26e1e
Author: Matthew Dillon <dillon at 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





More information about the Commits mailing list