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

看板DFBSD_commit作者時間15年前 (2010/09/07 05:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1CXLQIt_ (DFBSD_commit)