git: kernel - Add per-process token, adjust signal code to use it (2).
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Feb 12 08:48:07 PST 2011
commit 8582ec21c73abb71e84b8e5e996bcd6c8fdfbf38
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sat Feb 12 08:46:18 2011 -0800
kernel - Add per-process token, adjust signal code to use it (2).
* In order to avoid a hard-code-section assertion from hardclock()'s
itimer code the per-process token must be held on the call to ksignal().
Summary of changes:
sys/kern/kern_clock.c | 10 ++++++----
sys/kern/kern_sig.c | 6 ++++++
2 files changed, 12 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8582ec21c73abb71e84b8e5e996bcd6c8fdfbf38
--
DragonFly BSD source repository
More information about the Commits
mailing list