<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/syscons/rain, branch release/13.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F13.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F13.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2020-09-01T21:29:44Z</updated>
<entry>
<title>syscons: clean up empty lines in .c and .h files</title>
<updated>2020-09-01T21:29:44Z</updated>
<author>
<name>Mateusz Guzik</name>
<email>mjg@FreeBSD.org</email>
</author>
<published>2020-09-01T21:29:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d63738087ebc42e331a8147c74b690c1f0923f6b'/>
<id>urn:sha1:d63738087ebc42e331a8147c74b690c1f0923f6b</id>
<content type='text'>
</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>Convert files to UTF-8</title>
<updated>2012-01-15T13:23:18Z</updated>
<author>
<name>Ulrich Spörlein</name>
<email>uqs@FreeBSD.org</email>
</author>
<published>2012-01-15T13:23:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9a14aa017b21c292740c00ee098195cd46642730'/>
<id>urn:sha1:9a14aa017b21c292740c00ee098195cd46642730</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace explicit calls to video methods with their respective variants</title>
<updated>2007-12-29T23:26:59Z</updated>
<author>
<name>Wojciech A. Koszek</name>
<email>wkoszek@FreeBSD.org</email>
</author>
<published>2007-12-29T23:26:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9336e0699bda8a301cd2bfa37106b6ec5e32012e'/>
<id>urn:sha1:9336e0699bda8a301cd2bfa37106b6ec5e32012e</id>
<content type='text'>
implemented with macros. This patch improves code readability. Reasoning
behind vidd_* is a sort of "video discipline".

List of macros is supposed to be complete--all methods of video_switch
ought to have their respective macros from now on.

Functionally, this code should be no-op. My intention is to leave current
behaviour of touched code as is.

No objections:	rwatson
Silence on:	freebsd-current@
Approved by:	cognet
</content>
</entry>
<entry>
<title>Optimize set_origin() use in some screensavers to stop them eating</title>
<updated>2007-02-21T12:27:12Z</updated>
<author>
<name>Philip Paeps</name>
<email>philip@FreeBSD.org</email>
</author>
<published>2007-02-21T12:27:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0754972c5c72adff156ec736d2f4ebc57776e1ae'/>
<id>urn:sha1:0754972c5c72adff156ec736d2f4ebc57776e1ae</id>
<content type='text'>
cpu power when the origin hasn't changed.

PR:		kern/100683
Submitted by:	Gareth McCaughan &lt;gareth -dot- mccaughan -at- pobox.com&gt;
MFC after:	3 days
</content>
</entry>
<entry>
<title>chase more of the MIN/MAX mess. *sigh*</title>
<updated>2003-02-02T13:52:25Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2003-02-02T13:52:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b7f305981e4d57f8e63f5f1923acc8780eb07393'/>
<id>urn:sha1:b7f305981e4d57f8e63f5f1923acc8780eb07393</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remote newly unused variable to unbreak LINT.</title>
<updated>2002-03-25T02:55:34Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2002-03-25T02:55:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c86556de7f82945bf38edb7ff1bf0b16e2aa6d33'/>
<id>urn:sha1:c86556de7f82945bf38edb7ff1bf0b16e2aa6d33</id>
<content type='text'>
Pointy hat to:	amorita
</content>
</entry>
<entry>
<title>Add new graphical screen saver (dragon_saver).</title>
<updated>2002-03-23T12:36:19Z</updated>
<author>
<name>Akio Morita</name>
<email>amorita@FreeBSD.org</email>
</author>
<published>2002-03-23T12:36:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=81b60c7395c790d1a5acbb73f8277cf5421edef2'/>
<id>urn:sha1:81b60c7395c790d1a5acbb73f8277cf5421edef2</id>
<content type='text'>
Add support for NEC PC-9821 PEGC screen (fire/logo/rain/warp_saver).
</content>
</entry>
<entry>
<title>More drive-by stylification, and some clarifications</title>
<updated>2001-11-06T03:28:21Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2001-11-06T03:28:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f61769f009f22788d1c0046bd22d711d265fc5d2'/>
<id>urn:sha1:f61769f009f22788d1c0046bd22d711d265fc5d2</id>
<content type='text'>
</content>
</entry>
</feed>
