DragonFly-2.3.0.809.g8e73f master sys/kern tty_tty.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Apr 26 12:38:18 PDT 2009
commit 8e73fd395b8234b4a74562a1b84a8d9574ce6e3f
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun Apr 26 12:26:16 2009 -0700
Fix recursive lock in detached close of /dev/tty.
A recursive lock and vp-held-after-release issue when close()ing a /dev/tty
descriptor was resulting in a panic.
Reported-by: Hasso Tepper <hasso at estpak.ee>
Summary of changes:
sys/kern/tty_tty.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8e73fd395b8234b4a74562a1b84a8d9574ce6e3f
--
DragonFly BSD source repository
More information about the Commits
mailing list