DragonFly commits List (threaded) for 2010-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: MPSAFE TTY - get rid of tokens in console path
commit 5688255a2465ea75743dbf7967ff76164c91aefe
Author: Alex Hornung <ahornung@gmail.com>
Date: Sun Aug 29 17:17:20 2010 +0100
MPSAFE TTY - get rid of tokens in console path
* The console path (coming through tty_cons.c) can never block, so do
not try to acquire tokens there.
Reported-by: Jan Lentfer
Summary of changes:
sys/dev/misc/dcons/dcons_os.c | 4 --
sys/dev/misc/syscons/scvgarndr.c | 15 ++------
sys/dev/misc/syscons/syscons.c | 55 -----------------------------
sys/dev/serial/sio/sio.c | 26 +++++---------
sys/platform/vkernel/platform/console.c | 15 --------
sys/platform/vkernel64/platform/console.c | 11 ------
6 files changed, 12 insertions(+), 114 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5688255a2465ea75743dbf7967ff76164c91aefe
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]