<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/syscons/scvesactl.c, branch release/7.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-02-24T05:45:17Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2008-02-24T05:45:17Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>urn:sha1:a9c219fa3cec18ef9f30edec6fa106bf0e2d423d</id>
<content type='text'>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</content>
</entry>
<entry>
<title>Correct the VGA_NO_MODE_CHANGE end marker comment.</title>
<updated>2007-01-10T19:04:00Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2007-01-10T19:04:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2e297271ca4fb665d4c303e1f598a56fdc507420'/>
<id>urn:sha1:2e297271ca4fb665d4c303e1f598a56fdc507420</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Send the pcvt(4) driver off to retirement.</title>
<updated>2006-05-17T09:33:15Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2006-05-17T09:33:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f6ce2a64f72323d4d03ba75de0559e04de483f7d'/>
<id>urn:sha1:f6ce2a64f72323d4d03ba75de0559e04de483f7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prevent division by zero errors in sc_mouse_move()</title>
<updated>2005-08-30T18:58:17Z</updated>
<author>
<name>Craig Rodrigues</name>
<email>rodrigc@FreeBSD.org</email>
</author>
<published>2005-08-30T18:58:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=86330afe351b1e2f438892c8f931bcc21365b849'/>
<id>urn:sha1:86330afe351b1e2f438892c8f931bcc21365b849</id>
<content type='text'>
by explicitly setting sc-&gt;font_width, in the same
places where sc-&gt;font_size is set, instead of
relying on the default initialized value of 0 for sc-&gt;font_width.

PR:		kern/84836
Reported by:	Andrey V. Elsukov &lt;bu7cher at yandex dot ru&gt;
MFC after:	2 days
</content>
</entry>
<entry>
<title>Only set mode when the incoming ioctl is IOC_VOID, until we have better</title>
<updated>2005-06-10T05:20:33Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2005-06-10T05:20:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4c3763445ddc83d75b7e77c33aa5b1871fe550b7'/>
<id>urn:sha1:4c3763445ddc83d75b7e77c33aa5b1871fe550b7</id>
<content type='text'>
solution against the ioctl collisions.

Submitted by:	Antoine Brodin &lt;antoine.brodin at laposte net&gt;
PR:		kern/81867
</content>
</entry>
<entry>
<title>Add VESA mode support for syscons, which enables the support of 15, 16,</title>
<updated>2005-05-29T08:43:44Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2005-05-29T08:43:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f1121206664f83bd3a15d95139f55bf3c2cc3c2d'/>
<id>urn:sha1:f1121206664f83bd3a15d95139f55bf3c2cc3c2d</id>
<content type='text'>
24, and 32 bit modes.  To use that, syscons(4) must be built with
the compile time option 'options SC_PIXEL_MODE', and VESA support (a.k.a.
vesa.ko) must be either loaded, or be compiled into the kernel.

Do not return EINVAL when the mouse state is changed to what it already is,
which seems to cause problems when you have two mice attached, and
applications are not likely obtain useful information through the EINVAL
caused by showing the mouse pointer twice.

Teach vidcontrol(8) about mode names like MODE_&lt;NUMBER&gt;, where &lt;NUMBER&gt; is
the video mode number from the vidcontrol -i mode output.  Also, revert the
video mode if something fails.

Obtained from:	DragonFlyBSD
Discussed at:	current@ with patch attached [1]
PR:		kern/71142 [2]
Submitted by:	Xuefeng DENG &lt;dsnofe at msn com&gt; [1],
		Cyrille Lefevre &lt;cyrille dot lefevre at laposte dot net&gt; [2]
</content>
</entry>
<entry>
<title>Do the dreaded s/dev_t/struct cdev */</title>
<updated>2004-06-16T09:47:26Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-06-16T09:47:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=89c9c53da05197f657dfe8e0bdda6941a2e9a0d4'/>
<id>urn:sha1:89c9c53da05197f657dfe8e0bdda6941a2e9a0d4</id>
<content type='text'>
Bump __FreeBSD_version accordingly.
</content>
</entry>
<entry>
<title>Use __FBSDID().</title>
<updated>2003-08-24T18:17:24Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-08-24T18:17:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=42af95a3c26c2c5f504902cd0d9d0482c29cd033'/>
<id>urn:sha1:42af95a3c26c2c5f504902cd0d9d0482c29cd033</id>
<content type='text'>
Also some minor style cleanups.
</content>
</entry>
<entry>
<title>KSE Milestone 2</title>
<updated>2001-09-12T08:38:13Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2001-09-12T08:38:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b40ce4165d5eb3a5de1515245055350ae3dbab8e'/>
<id>urn:sha1:b40ce4165d5eb3a5de1515245055350ae3dbab8e</id>
<content type='text'>
Note ALL MODULES MUST BE RECOMPILED
make the kernel aware that there are smaller units of scheduling than the
process. (but only allow one thread per process at this time).
This is functionally equivalent to teh previousl -current except
that there is a thread associated with each process.

Sorry john! (your next MFC will be a doosie!)

Reviewed by: peter@freebsd.org, dillon@freebsd.org

X-MFC after:    ha ha ha ha
</content>
</entry>
<entry>
<title>A couple of negative options was not commented out in NOTES/LINT.  This</title>
<updated>2000-10-09T07:29:41Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2000-10-09T07:29:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1b1728ad99ce48998768e05b7a773a5e7e720091'/>
<id>urn:sha1:1b1728ad99ce48998768e05b7a773a5e7e720091</id>
<content type='text'>
obscured a #include bug in syscons.
</content>
</entry>
</feed>
