DragonFly BSD
DragonFly commits List (threaded) for 2010-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel - Fix panic when X11 intercepts console (III)


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 6 Sep 2010 13:49:34 -0700 (PDT)

commit e5104a66d763a1f801f6215d21ddd27ef36dd24d
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Mon Sep 6 13:48:21 2010 -0700

    kernel - Fix panic when X11 intercepts console (III)
    
    * Oops, ripped a little too much out of kputchar().  Put the TOTTY
      logic back in for the tprintf()/uprintf()/ttyprintf() cases.
    
    * The console logic remains unchanged for kprintf() (it no longer
      attempts to tputchar() to a console tty intercept, instead we have
      a thread handle it from the dmesg buffer).

Summary of changes:
 sys/kern/subr_prf.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e5104a66d763a1f801f6215d21ddd27ef36dd24d


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]