]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC 219886, 226100, 226111, 226341, 242529, 259015, 259016, 259019, 259049,
authorray <ray@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 27 Mar 2014 15:58:18 +0000 (15:58 +0000)
committerray <ray@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 27 Mar 2014 15:58:18 +0000 (15:58 +0000)
commit17dea1fc17ba47f7d4a5fac782f03f9148b8a5b1
tree1890780b057ad99158b22873bc1341e73cb9cad7
parent2c7d25bba92242b6614190dc5bc2eaebde479ffb
MFC 219886, 226100, 226111, 226341, 242529, 259015, 259016, 259019, 259049,
 259071, 259102, 259110, 259129, 259130, 259178, 259179, 259203, 259221,
 259261, 259532, 259615, 259650, 259651, 259667, 259680, 259727, 259761,
 259772, 259776, 259777, 259830, 259882, 259915, 260160, 260449, 260450,
 260688, 260888, 260953, 261269, 261547, 261551, 261552, 261553, 261585
o Merge vt(4) virtual terminal (a.k.a. newcons) to stable/9.
o Merge teken updates.
o Add few more tty methods required by vt(4).
o Update syscons(4) to work with fresh teken.

Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/9@263817 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
65 files changed:
sys/conf/files
sys/conf/files.amd64
sys/conf/files.arm
sys/conf/files.i386
sys/conf/files.powerpc
sys/conf/files.sparc64
sys/conf/kmod.mk
sys/conf/options
sys/dev/drm2/drmP.h
sys/dev/drm2/drm_fb_helper.c
sys/dev/drm2/drm_os_freebsd.h
sys/dev/drm2/i915/i915_drv.c
sys/dev/drm2/i915/intel_fb.c
sys/dev/drm2/radeon/radeon.h
sys/dev/drm2/radeon/radeon_drv.c
sys/dev/drm2/radeon/radeon_fb.c
sys/dev/drm2/radeon/radeon_pm.c
sys/dev/fb/fb_if.m [new file with mode: 0644]
sys/dev/fb/fbd.c [new file with mode: 0644]
sys/dev/syscons/scterm-teken.c
sys/dev/syscons/scvidctl.c
sys/dev/vt/colors/vt_termcolors.c [new file with mode: 0644]
sys/dev/vt/colors/vt_termcolors.h [new file with mode: 0644]
sys/dev/vt/font/vt_font_default.c [new file with mode: 0644]
sys/dev/vt/font/vt_mouse_cursor.c [new file with mode: 0644]
sys/dev/vt/hw/fb/vt_early_fb.c [new file with mode: 0644]
sys/dev/vt/hw/fb/vt_fb.c [new file with mode: 0644]
sys/dev/vt/hw/fb/vt_fb.h [new file with mode: 0644]
sys/dev/vt/hw/ofwfb/ofwfb.c [new file with mode: 0644]
sys/dev/vt/hw/vga/vga.c [new file with mode: 0644]
sys/dev/vt/hw/vga/vga_reg.h [new file with mode: 0644]
sys/dev/vt/hw/xboxfb/xboxfb.c [new file with mode: 0644]
sys/dev/vt/logo/logo_freebsd.c [new file with mode: 0644]
sys/dev/vt/vt.h [new file with mode: 0644]
sys/dev/vt/vt_buf.c [new file with mode: 0644]
sys/dev/vt/vt_consolectl.c [new file with mode: 0644]
sys/dev/vt/vt_core.c [new file with mode: 0644]
sys/dev/vt/vt_font.c [new file with mode: 0644]
sys/dev/vt/vt_sysmouse.c [new file with mode: 0644]
sys/kern/subr_terminal.c [new file with mode: 0644]
sys/kern/tty.c
sys/modules/drm2/drm2/Makefile
sys/modules/drm2/i915kms/Makefile
sys/modules/drm2/radeonkms/Makefile
sys/sparc64/sparc64/machdep.c
sys/sys/consio.h
sys/sys/eventhandler.h
sys/sys/fbio.h
sys/sys/terminal.h [new file with mode: 0644]
sys/sys/tty.h
sys/teken/demo/Makefile
sys/teken/demo/teken_demo.c
sys/teken/libteken/Symbol.map
sys/teken/stress/teken_stress.c
sys/teken/teken.c
sys/teken/teken.h
sys/teken/teken_subr.h
tools/tools/vt/fontcvt/Makefile [new file with mode: 0644]
tools/tools/vt/fontcvt/fontcvt.c [new file with mode: 0644]
tools/tools/vt/fontcvt/terminus.sh [new file with mode: 0644]
tools/tools/vt/mkkfont/Makefile [new file with mode: 0644]
tools/tools/vt/mkkfont/mkkfont.c [new file with mode: 0644]
tools/tools/vt/mkkfont/terminus.sh [new file with mode: 0644]
tools/tools/vt/setfont/Makefile [new file with mode: 0644]
tools/tools/vt/setfont/setfont.c [new file with mode: 0644]