git: kernel - Remove unused process_exit and process_exec eventhandlers

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Dec 5 15:32:04 PST 2016


commit 9bf8c20b5096f25771bdca032467944645af1d34
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Dec 5 15:26:46 2016 -0800

    kernel - Remove unused process_exit and process_exec eventhandlers
    
    * Remove these two eventhandlers.  They are not used in DragonFly.
    
    * Fixes an unnecessary global lock bottleneck in exec and exit.
    
    Suggested-by: Mateusz Guzik (mjg_)

Summary of changes:
 sys/kern/imgact_elf.c  | 1 -
 sys/kern/kern_exit.c   | 1 -
 sys/sys/eventhandler.h | 2 --
 3 files changed, 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9bf8c20b5096f25771bdca032467944645af1d34


-- 
DragonFly BSD source repository


More information about the Commits mailing list