<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/syscons/scvidctl.c, branch release/12.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F12.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F12.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2018-04-06T17:35:35Z</updated>
<entry>
<title>Move most of the contents of opt_compat.h to opt_global.h.</title>
<updated>2018-04-06T17:35:35Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2018-04-06T17:35:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6469bdcdb6a5968dc7edfcfb495d427b4bfdb3dd'/>
<id>urn:sha1:6469bdcdb6a5968dc7edfcfb495d427b4bfdb3dd</id>
<content type='text'>
opt_compat.h is mentioned in nearly 180 files. In-progress network
driver compabibility improvements may add over 100 more so this is
closer to "just about everywhere" than "only some files" per the
guidance in sys/conf/options.

Keep COMPAT_LINUX32 in opt_compat.h as it is confined to a subset of
sys/compat/linux/*.c.  A fake _COMPAT_LINUX option ensure opt_compat.h
is created on all architectures.

Move COMPAT_LINUXKPI to opt_dontuse.h as it is only used to control the
set of compiled files.

Reviewed by:	kib, cem, jhb, jtl
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D14941
</content>
</entry>
<entry>
<title>sys/dev: further adoption of SPDX licensing ID tags.</title>
<updated>2017-11-27T14:52:40Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-27T14:52:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=718cf2ccb9956613756ab15d7a0e28f2c8e91cab'/>
<id>urn:sha1:718cf2ccb9956613756ab15d7a0e28f2c8e91cab</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.
</content>
</entry>
<entry>
<title>Remove pc98 support completely.</title>
<updated>2017-01-28T02:22:15Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2017-01-28T02:22:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2b375b4edd1b98884c3031d6ccd61acb10bd895d'/>
<id>urn:sha1:2b375b4edd1b98884c3031d6ccd61acb10bd895d</id>
<content type='text'>
I thank all developers and contributors for pc98.

Relnotes:	yes
</content>
</entry>
<entry>
<title>Add tty_set_winsize().</title>
<updated>2012-11-03T22:21:37Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2012-11-03T22:21:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=305921c48e740665095cf8e6e075f0c726db42af'/>
<id>urn:sha1:305921c48e740665095cf8e6e075f0c726db42af</id>
<content type='text'>
This removes some of the signalling magic from the Syscons driver and
puts it in the TTY layer, where it belongs.
</content>
</entry>
<entry>
<title>Clean up code a bit to make it more readable.</title>
<updated>2010-11-30T16:46:15Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2010-11-30T16:46:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fd7a9ebcca9671e37a1e54c7ebbfb18999382994'/>
<id>urn:sha1:fd7a9ebcca9671e37a1e54c7ebbfb18999382994</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refine r204265.  We want the standard VGA palette for packed pixel mode.</title>
<updated>2010-03-29T22:41:30Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2010-03-29T22:41:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4cc5f38e975d1548434c32511c8cf4dd392e76db'/>
<id>urn:sha1:4cc5f38e975d1548434c32511c8cf4dd392e76db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve VESA mode switching via loader tunable `hint.sc.0.vesa_mode'.</title>
<updated>2010-02-24T20:13:34Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2010-02-24T20:13:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4a9b63a454e2162d1105fc10af468d05b1d71330'/>
<id>urn:sha1:4a9b63a454e2162d1105fc10af468d05b1d71330</id>
<content type='text'>
The most notable change is history buffer is fully saved/restored now.
</content>
</entry>
<entry>
<title>Yet another attempt to make palette loading more safer:</title>
<updated>2010-02-23T21:51:14Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2010-02-23T21:51:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8d521790d0ee82630996e41d38d6997a4c28d9ac'/>
<id>urn:sha1:8d521790d0ee82630996e41d38d6997a4c28d9ac</id>
<content type='text'>
- Add a separate palette data for 8-bit DAC mode when SC_PIXEL_MODE is set
and fill it up with default gray-scale palette data for text.  Now we don't
have to set `hint.sc.0.vesa_mode' to get the default palette data.
- Add a new adapter flag, V_ADP_DAC8 to track whether the controller is
using 8-bit palette format and load correct palette when switching modes.
- Set 8-bit DAC mode only for non-VGA compatible graphics mode.
</content>
</entry>
<entry>
<title>Fix pgsignal() call after signature change in r199355.</title>
<updated>2009-11-17T19:24:26Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2009-11-17T19:24:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=07ff91572085c113494c691c583bdb33f39a80ea'/>
<id>urn:sha1:07ff91572085c113494c691c583bdb33f39a80ea</id>
<content type='text'>
Reported and tested by:	bf1783 googlemail com
MFC after:	1 month
</content>
</entry>
<entry>
<title>Fix VESA modes and allow 8bit depth modes.</title>
<updated>2009-08-24T22:35:53Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2009-08-24T22:35:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c5bebef869537d1929695afd7c988bdb055c72ce'/>
<id>urn:sha1:c5bebef869537d1929695afd7c988bdb055c72ce</id>
<content type='text'>
PR:		i386/124902
Submitted by:	paradox &lt;ddkprog yahoo com&gt;
MFC after:	2 months
</content>
</entry>
</feed>
