<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/syscons, branch release/8.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2010-03-31T15:39:46Z</updated>
<entry>
<title>MFC:	r205550, r205605, r205865</title>
<updated>2010-03-31T15:39:46Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2010-03-31T15:39:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=86a2d033e46170f119c7a04cf6136669a8af7940'/>
<id>urn:sha1:86a2d033e46170f119c7a04cf6136669a8af7940</id>
<content type='text'>
Sync. pixel mode support for syscons(4) with HEAD.

- Separate 24-bit pixel draw from 32-bit case.  Although it is slower, we do
not want to write a useless zero to inaccessible memory region.
- We only want the dummy palette for direct color mode.
</content>
</entry>
<entry>
<title>MFC r204248,r204249 - "fancy snake_saver" with color coded load averages</title>
<updated>2010-03-26T14:03:42Z</updated>
<author>
<name>Ivan Voras</name>
<email>ivoras@FreeBSD.org</email>
</author>
<published>2010-03-26T14:03:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e617a8cfde4a299462a73d93450edd327e07f78c'/>
<id>urn:sha1:e617a8cfde4a299462a73d93450edd327e07f78c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC x86emu/x86bios emulator and make previously i386 only dpms and vesa</title>
<updated>2010-03-02T01:56:55Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2010-03-02T01:56:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aa3d547d095ff07fdc39ffc5ae4c371844b504ab'/>
<id>urn:sha1:aa3d547d095ff07fdc39ffc5ae4c371844b504ab</id>
<content type='text'>
framebuffer driver, etc. work on FreeBSD/amd64.

A significant amount of improvements were done by jkim@ during the recent
months to make vesa(4) work better, over the initial code import.  This
work is based on OpenBSD's x86emu implementation and contributed by
paradox &lt;ddkprog yahoo com&gt; and swell.k at gmail com.

Hopefully I have stolen all their work to 8-STABLE :)

All bugs in this commit are mine, as usual.
</content>
</entry>
<entry>
<title>MFC r199355:</title>
<updated>2009-12-19T12:06:12Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2009-12-19T12:06:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fb70e2f700326a1e92d79970fdcb05ccd8ffa5b3'/>
<id>urn:sha1:fb70e2f700326a1e92d79970fdcb05ccd8ffa5b3</id>
<content type='text'>
Add SI_KERNEL.

MFC r199418:
Fix pgsignal() call after signature change in r199355.
</content>
</entry>
<entry>
<title>MFC various commits back to stable/8:</title>
<updated>2009-11-01T10:30:30Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2009-11-01T10:30:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f36e7051c71f30bcbb524a7b695813b55c1035dd'/>
<id>urn:sha1:f36e7051c71f30bcbb524a7b695813b55c1035dd</id>
<content type='text'>
SVN r197174:
  Make sure we never place the cursor outside the screen.

  For some vague reason, it may be possible that scp-&gt;cursor_pos exceeds
  scp-&gt;ysize * scp-&gt;xsize. This means that teken_set_cursor() may get
  called with an invalid position. Just ignore the old cursor position in
  this case.

  Reported by:  Paul B. Mahol &lt;onemda gmail com&gt;

SVN r198213:
  Make lock devices work properly.

  It turned out I did add the code to use the init state devices to set
  the termios structure when opening the device, but it seems I totally
  forgot to add the bits required to force the actual locking of flags
  through the lock state devices.

  Reported by:	ru

SVN r198215, r198217:
  Fix a typo in the jail(8) manpage.

  Submitted by: Jille Timmermans &lt;jille quis cx&gt;

SVN r198216:
  Fix qouting in a comment, to make it look more consistent

  Submitted by: Jille Timmermans &lt;jille quis cx&gt;

SVN r198223:
  Properly set the low watermarks when reducing the baud rate.

  Now that buffers are deallocated lazily, we should not use
  tty*q_getsize() to obtain the buffer size to calculate the low
  watermarks. Doing this may cause the watermark to be placed outside the
  typical buffer size.

  This caused some regressions after my previous commit to the TTY code,
  which allows pseudo-devices to resize the buffers as well.

  Reported by:  yongari, dougb
</content>
</entry>
<entry>
<title>MFC 197062:</title>
<updated>2009-09-14T16:13:12Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2009-09-14T16:13:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3c31e305c095d0d5747681dee4edadc674335e5b'/>
<id>urn:sha1:3c31e305c095d0d5747681dee4edadc674335e5b</id>
<content type='text'>
Don't malloc a buffer while holding the prison0 mutex.  Instead, use a loop
where we figure out the hostname length under the lock, malloc the buffer
with the lock dropped, then recheck the length under the lock and loop again
if the buffer is now too small.

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>Small fixes to Unicode handling:</title>
<updated>2009-06-16T14:55:13Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2009-06-16T14:55:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=706b8a103acebed83051151a587673054fe404c6'/>
<id>urn:sha1:706b8a103acebed83051151a587673054fe404c6</id>
<content type='text'>
- Add more mappings for Greek characters and the Euro sign.
- Print UTF-8 characters in the log file as hexadecimal.
</content>
</entry>
<entry>
<title>Add more entries to the Unicode-to-CP437 table.</title>
<updated>2009-06-14T12:04:34Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2009-06-14T12:04:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=324f7abb7f91ad2dc7c338cefee1cb6e0472b089'/>
<id>urn:sha1:324f7abb7f91ad2dc7c338cefee1cb6e0472b089</id>
<content type='text'>
Characters between 0x07 and 0x0d are now also mapped, which means we can
display almost 256 different characters. Also remap certain types of
dashes and quotes, which means we can finally read our manual pages
without red question marks in them.

Submitted by:	Christoph Mallon
</content>
</entry>
<entry>
<title>Rename the host-related prison fields to be the same as the host.*</title>
<updated>2009-06-13T15:39:12Z</updated>
<author>
<name>Jamie Gritton</name>
<email>jamie@FreeBSD.org</email>
</author>
<published>2009-06-13T15:39:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c1f192193d05ec3b3f92d0aba3464f84679da895'/>
<id>urn:sha1:c1f192193d05ec3b3f92d0aba3464f84679da895</id>
<content type='text'>
parameters they represent, and the variables they replaced, instead of
abbreviated versions of them.

Approved by:	bz (mentor)
</content>
</entry>
<entry>
<title>Make the proof-of-concept UTF-8 support in Syscons less useless.</title>
<updated>2009-06-13T12:23:31Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2009-06-13T12:23:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b32dcb662a865c43491f9ff398cb51c65ade8f69'/>
<id>urn:sha1:b32dcb662a865c43491f9ff398cb51c65ade8f69</id>
<content type='text'>
Add a small Unicode-to-CP437 remapping table to at least demonstrate
that the terminal emulator is perfectly capable of handling UTF-8. This
will of course break if the user loads a different font map, but it at
least allows people to give it a try.

I can now see the box drawing in dialog(1) and the arrows in mutt(1)
correctly.
</content>
</entry>
</feed>
