<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libvgl/keyboard.c, branch stable/6</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2002-06-02T20:05:59Z</updated>
<entry>
<title>Fix typo in the BSD copyright: s/withough/without/</title>
<updated>2002-06-02T20:05:59Z</updated>
<author>
<name>Jens Schweikhardt</name>
<email>schweikh@FreeBSD.org</email>
</author>
<published>2002-06-02T20:05:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=21dc7d4f578ad6d23b31512cb85464b3d4dd93ec'/>
<id>urn:sha1:21dc7d4f578ad6d23b31512cb85464b3d4dd93ec</id>
<content type='text'>
Spotted and suggested by:	des
MFC after:	3 weeks
</content>
</entry>
<entry>
<title>Implement __FBSDID()</title>
<updated>2001-09-16T21:35:07Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2001-09-16T21:35:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e67f5b9fcac5f0ebb78f0b3a50c0128432cca584'/>
<id>urn:sha1:e67f5b9fcac5f0ebb78f0b3a50c0128432cca584</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor fixes:</title>
<updated>2001-01-24T09:05:35Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-01-24T09:05:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5c9a541b6640dcdeec389f6cd7391747dfd15c94'/>
<id>urn:sha1:5c9a541b6640dcdeec389f6cd7391747dfd15c94</id>
<content type='text'>
- Use "OPOST | ONLCR" as a c_oflag in the raw mode instead of 0, which should
  make debug output mode readable;
- flush input buffer when switching to/from raw mode. This should prevent
  leaking raw scancodes into your shell prompt when program called
  VGLKeyboardEnd() w/o processing all scancodes in the buffer.
</content>
</entry>
<entry>
<title>Initiate deorbit burn sequence for &lt;machine/console.h&gt;.</title>
<updated>2000-10-08T21:34:00Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2000-10-08T21:34:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=00d25f512caca4df740162885c93d1d528993a6b'/>
<id>urn:sha1:00d25f512caca4df740162885c93d1d528993a6b</id>
<content type='text'>
Replace all in-tree uses with necessary subset of &lt;sys/{fb,kb,cons}io.h&gt;.
This is also the appropriate fix for exo-tree sources.

Put warnings in &lt;machine/console.h&gt; to discourage use.
November 15th 2000 the warnings will be converted to errors.
January 15th 2001 the &lt;machine/console.h&gt; files will be removed.
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T00:22:10Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T00:22:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7f3dea244c40159a41ab22da77a434d7c5b5e85a'/>
<id>urn:sha1:7f3dea244c40159a41ab22da77a434d7c5b5e85a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Assorted bug fixes.</title>
<updated>1999-08-22T03:31:13Z</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>1999-08-22T03:31:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5e7a62b28b77ba1f47da67d5ef2d31abf7ab1700'/>
<id>urn:sha1:5e7a62b28b77ba1f47da67d5ef2d31abf7ab1700</id>
<content type='text'>
keyboard.c
- Call tcsetattr() in VGLKeyboardEnd() to restore tty, only when
  tty attributes have been previously saved.
  PR: misc/9524
  Submitted by: Katusyuki 'kei' Maeda (kei@nanet.co.jp)
- Set up the tty raw mode correctly.

main.c
- Restore VESA_800x600 raster text mode correctly in VGLEnd().
  Submitted by: des

text.c
- Allocate the correct size of a font buffer in VGLSetFontFile().
  I forgot the submitter ;-(

simple.c, bitmap.c
- Fix address calculation for the VGA mode X in VGLGetXY() and
  VGLBitmapCopy().
- Fix typo (dsty -&gt; dstx) in __VGLBitmapCopy().

Reviewed by: sos
</content>
</entry>
<entry>
<title>Add rudimentary support for using the keyboard.</title>
<updated>1997-10-01T20:53:41Z</updated>
<author>
<name>Søren Schmidt</name>
<email>sos@FreeBSD.org</email>
</author>
<published>1997-10-01T20:53:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b478da3630df5f29cd33dec5774ea52477eaf8fc'/>
<id>urn:sha1:b478da3630df5f29cd33dec5774ea52477eaf8fc</id>
<content type='text'>
</content>
</entry>
</feed>
