git: kernel - general cleanup and mplock removal
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Oct 23 00:34:33 PDT 2013
commit e9b43d119393f0758f09e21413c17f3c4f7cf85b
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Oct 23 00:26:07 2013 -0700
kernel - general cleanup and mplock removal
* General cleanup and remove use of the mplock in multiple non-critical
functions.
* Might slightly improve performance if programs run uname(),
gethostname(), or getdomainname() a lot.
Summary of changes:
sys/emulation/43bsd/43bsd_hostinfo.c | 16 +---
sys/kern/kern_acl.c | 35 --------
sys/kern/kern_event.c | 7 +-
sys/kern/kern_p1003_1b.c | 164 ++++++++++++++++++++---------------
sys/kern/kern_xxx.c | 43 ++++-----
sys/sys/posix4.h | 2 -
6 files changed, 114 insertions(+), 153 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e9b43d119393f0758f09e21413c17f3c4f7cf85b
--
DragonFly BSD source repository
More information about the Commits
mailing list