]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 271381-271382,271385,271463-271466,271485,271506
authorray <ray@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 22 Sep 2014 10:21:08 +0000 (10:21 +0000)
committerray <ray@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 22 Sep 2014 10:21:08 +0000 (10:21 +0000)
commit3c6489d016d156d275b1754c96a33f4c86fd10a1
tree9685cebe41ebaa8286c3c8ddebb1242a7d178c1b
parent9c99777182edc5bb5f3f9890c4590702b14d1557
MFC 271381-271382,271385,271463-271466,271485,271506

o Add sysctls to enable/disable potentially dengerous key combinations, like
        reboot/halt/debug.
o Add support for most key combinations supported by syscons(4).
o Some spelling fixes
o Remove stray whitespaces.
o Switch vt(4) to traditional behaviour with copy-paste same as syscons(4) do.
o Fix stray char on paste.
o Fix 'function declaration isn't a prototype' warning.
o vt(4): Enclose vt_mouse_paste() prototype inside #ifndef SC_NO_CUTPASTE/#endif

Approved by: re (gjb)
Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@271952 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/vt/hw/ofwfb/ofwfb.c
sys/dev/vt/logo/logo_freebsd.c
sys/dev/vt/vt.h
sys/dev/vt/vt_buf.c
sys/dev/vt/vt_consolectl.c
sys/dev/vt/vt_core.c