DragonFly commits List (threaded) for 2010-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: kernel - Fix multiple tty_token issues related to vt switching and X
commit 766a68c8c4710d466edb87c875e43d114bb43af8
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Wed Sep 1 10:56:16 2010 -0700
kernel - Fix multiple tty_token issues related to vt switching and X
* Numerous places where gettoken/reltoken was not matched up
* Of particular note the multi-line macros in fbreg.h did not have
any do/while() protection and were being used in if() macro()
situations which caused massive issues.
Reported-by: Everyone
Summary of changes:
sys/dev/misc/kbd/kbd.c | 5 ++++-
sys/dev/misc/syscons/scvgarndr.c | 4 +---
sys/dev/misc/syscons/syscons.c | 5 ++++-
sys/dev/video/fb/fbreg.h | 37 +++++++++++++++++++++++++------------
4 files changed, 34 insertions(+), 17 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/766a68c8c4710d466edb87c875e43d114bb43af8
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]