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

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Sep 6 13:50:06 PDT 2010


commit e5104a66d763a1f801f6215d21ddd27ef36dd24d
Author: Matthew Dillon <dillon at 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





More information about the Commits mailing list