git: sysctl: Partial sync with FreeBSD

Francois Tigeot ftigeot at crater.dragonflybsd.org
Fri Jan 10 12:36:30 PST 2014


commit 8e82189d49ed5be4533e1a3d2609460e8aae81bf
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Fri Jan 10 21:24:56 2014 +0100

    sysctl: Partial sync with FreeBSD
    
    * Revisit locking to use the same locks and macro names as FreeBSD
    
    * Add sysctl_remove_name()
    
    * Add sysctl_rename_oid()

Summary of changes:
 sys/kern/kern_sysctl.c | 493 +++++++++++++++++++++++++------------------------
 sys/kern/kern_time.c   |   6 +-
 sys/sys/sysctl.h       |  98 +++++++---
 3 files changed, 326 insertions(+), 271 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8e82189d49ed5be4533e1a3d2609460e8aae81bf


-- 
DragonFly BSD source repository



More information about the Commits mailing list