K 10 svn:author V 6 yokota K 8 svn:date V 27 2001-07-16T05:21:24.000000Z K 7 svn:log V 431 MFC: - syscons.c rev 1.361 Test "sc->kbd != NULL" rather than "sc != NULL" before accessing the keyboard in scopen(). - syscons.c rev 1.363 If we are in DDB, don't switch to a vty in the VT_PROCESS mode. - syscons.h rev 1.68, scvtb.c rev 1.8 Don't free buffers we didn't allocate. - scmouse.c rev 1.24 Quit the ioctl MOUSE_GETINFO as soon as we have gathered necessary information. There is no need to stick around any longer. END