svn commit: r315480 - in head/sys: dev/syscons dev/vt kern teken

Bruce Evans brde at optusnet.com.au
Thu Mar 8 12:42:44 UTC 2018


On Wed, 7 Mar 2018, Eitan Adler wrote:

> On 18 March 2017 at 04:13, Bruce Evans <bde at freebsd.org> wrote:
>> Author: bde
>> Date: Sat Mar 18 11:13:54 2017
>> New Revision: 315480
>> URL: https://svnweb.freebsd.org/changeset/base/315480
>>
>> Log:
>>   Fix bright colors for syscons, and make them work for the first time
>>   for vt.  Restore syscons' rendering of background (bg) brightness as
>>   foreground (fg) blinking and vice versa, and add rendering of blinking
>>   as background brightness to vt.
>
> Is this one safe to MFC ?

Fairly safe, except it might depend on my previous changes in syscons.
They were fairly carefully ordered.  You probably want all of them
except colorized kernel console output with default colors that not
everyone would like.

Syscons an be fixed much more easily by not using scteken (teken upper
layers and scteken.c).  scterm-sc.c from FreeBSD-7 requires only 46
lines of patches to work again.  Known lost functionality in scteken
will take an estimated 2000 lines of patches to fix.  I have written
about 1/3 of these.

Bruce


More information about the svn-src-head mailing list