]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/vt/vt_core.c
Enable/disable mouse cursor on MOUSE_SHOW/MOUSE_HIDE.
[FreeBSD/FreeBSD.git] / sys / dev / vt / vt_core.c
2013-11-11 rayEnable/disable mouse cursor on MOUSE_SHOW/MOUSE_HIDE.
2013-11-11 rayo Update vt_flush to care about mouse pointer.
2013-11-11 rayEliminate call to vd_blank method, it is too expensive.
2013-11-11 rayUse saved offset to font aligned area.
2013-11-11 raySave offset to font aligned area.
2013-11-11 rayAdd vt_mouse_event mouth event handling method.
2013-11-07 rayHandle suspend/resume. Switch to console window before...
2013-11-06 rayMFC @r257740.
2013-11-05 rayEnable splash on Mute flag.
2013-11-05 rayMFC @r257698.
2013-11-04 rayNotify DRM about panic or kdb enter happen. So we can...
2013-11-02 rayFix copyrights.
2013-10-30 rayo Remove extra check for status of processes who hold...
2013-10-29 nwhitehornRemove some local changes unrelated to r257294.
2013-10-29 nwhitehornIt is perfectly possible for keyboard drivers to queue...
2013-10-25 rayMFC @r257107.
2013-10-24 rayo Mute keyboard input when ScrollLock mode is active.
2013-10-23 rayMFC @r256964.
2013-10-23 rayMFC @r256953
2013-10-22 rayo Do not blank screen on window resize.
2013-10-15 rayo Rename bitblt method to bitbltchr, since it used...
2013-10-08 rayMFC @r256148.
2013-10-08 rayo Implement history buffer.
2013-09-01 rayMFC @r255128.
2013-08-15 rayMFC @r254374.
2013-07-25 rayMFC @r219886.
2013-03-28 rayMFC@r248830
2013-02-20 nwhitehornIFC @ 247036
2012-12-02 nwhitehornSquash clang warnings.
2012-12-02 nwhitehornIFC @ 243795
2012-04-13 marcelSync with head@234197
2012-01-22 nwhitehornMake sure to initialize early-boot keyboard drivers...
2011-10-08 edMerge in FreeBSD HEAD r226141.
2011-03-22 edReadd the vt(4) driver and corresponding tools.