<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/kbdmap, branch releng/10.3</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC r291377: vidfont: with vt(4) omit size from vidcontrol -f</title>
<updated>2016-01-07T17:03:26+00:00</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2016-01-07T17:03:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=132d98eb7558f96b581106d1ae7848c8305021ce'/>
<id>132d98eb7558f96b581106d1ae7848c8305021ce</id>
<content type='text'>
When using syscons, vidfont extracts the font size from the filename
passes it to vidcontrol -f. In vt(4) mode the size argument is not
required, and some of the fonts in /usr/share/vt/fonts do not have the
size in the filename, which caused vidfont to fail. Thus, just omit the
size argument in vt(4) mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using syscons, vidfont extracts the font size from the filename
passes it to vidcontrol -f. In vt(4) mode the size argument is not
required, and some of the fonts in /usr/share/vt/fonts do not have the
size in the filename, which caused vidfont to fail. Thus, just omit the
size argument in vt(4) mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r282904: kbdmap(1): increase description size to 256 bytes</title>
<updated>2015-05-21T01:50:06+00:00</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2015-05-21T01:50:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=33fff07c353b540c7e37b84e8c6e1bc72385c859'/>
<id>33fff07c353b540c7e37b84e8c6e1bc72385c859</id>
<content type='text'>
  After conversion to UTF-8 some INDEX.keymaps descriptions are longer
  than the previous limit of 64 bytes.

PR:		193656
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  After conversion to UTF-8 some INDEX.keymaps descriptions are longer
  than the previous limit of 64 bytes.

PR:		193656
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r270647: Add references to vt(4) and the configuration files in /usr/sha</title>
<updated>2014-09-04T13:45:16+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2014-09-04T13:45:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8c3efc36e8462ce655bc88f71c18bfa7a0c6d9a1'/>
<id>8c3efc36e8462ce655bc88f71c18bfa7a0c6d9a1</id>
<content type='text'>
MFC r270653: Update man-pages to correctly refer to changed pathes and namin
MFC r270657: More man pages that need to know about vt in addition to syscon
MFC r270659: (by pluknet@) Missed comma.
MFC r270660: Back-out the references to vt(4) from this man-page. It appears
MFC r270933: Add references to vt(4) to further man-pages.
MFC r270934: Final patches to the tools used to convert syscons keymaps for
MFC r270935: Add vt(4) support to the console initialisation script, specifi

Second batch of MFCs to add support for Unicode keymaps for use with vt(4).

It contains the following changes:

- Add references to vt(4) to relevant man-pages.
- Update comment in defaults/rc.conf to mention vt
- Update rc.d/syscons to warn about syscons keymaps used under vt.
  An attempt is made to identify the vt keymap to load instead.
- Minor changes to the conversion tool based on mail comments on keymaps.

Relnotes:	yes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC r270653: Update man-pages to correctly refer to changed pathes and namin
MFC r270657: More man pages that need to know about vt in addition to syscon
MFC r270659: (by pluknet@) Missed comma.
MFC r270660: Back-out the references to vt(4) from this man-page. It appears
MFC r270933: Add references to vt(4) to further man-pages.
MFC r270934: Final patches to the tools used to convert syscons keymaps for
MFC r270935: Add vt(4) support to the console initialisation script, specifi

Second batch of MFCs to add support for Unicode keymaps for use with vt(4).

It contains the following changes:

- Add references to vt(4) to relevant man-pages.
- Update comment in defaults/rc.conf to mention vt
- Update rc.d/syscons to warn about syscons keymaps used under vt.
  An attempt is made to identify the vt keymap to load instead.
- Minor changes to the conversion tool based on mail comments on keymaps.

Relnotes:	yes
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC 269976.</title>
<updated>2014-08-21T21:57:18+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2014-08-21T21:57:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5b3b16b4d1341b1a2d356635058c5ac7948594ab'/>
<id>5b3b16b4d1341b1a2d356635058c5ac7948594ab</id>
<content type='text'>
	Add support for NEWCONS to kbdmap and vidfont.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Add support for NEWCONS to kbdmap and vidfont.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove variables which are initialized but never used thereafter reported by gcc46 warning</title>
<updated>2012-06-19T06:10:31+00:00</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-06-19T06:10:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c84c09f4458f1bda833152f52305f07f0252fea4'/>
<id>c84c09f4458f1bda833152f52305f07f0252fea4</id>
<content type='text'>
Approved by:	cperciva
MFC After:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	cperciva
MFC After:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>Spelling fixes for usr.sbin/</title>
<updated>2011-12-30T10:58:14+00:00</updated>
<author>
<name>Ulrich Spörlein</name>
<email>uqs@FreeBSD.org</email>
</author>
<published>2011-12-30T10:58:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3df5ecac8c5e0a9105ba0e783bd9e7077df944e7'/>
<id>3df5ecac8c5e0a9105ba0e783bd9e7077df944e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Place quotes around the output of kbdmap(1), designed to be pasted into</title>
<updated>2011-10-16T16:05:23+00:00</updated>
<author>
<name>Nathan Whitehorn</name>
<email>nwhitehorn@FreeBSD.org</email>
</author>
<published>2011-10-16T16:05:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5d920ef7046fe274a64830501f2582fc3c103ace'/>
<id>5d920ef7046fe274a64830501f2582fc3c103ace</id>
<content type='text'>
/etc/rc.conf.

PR:		bin/161711
Submitted by:	manolis
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
/etc/rc.conf.

PR:		bin/161711
Submitted by:	manolis
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't try to close the stream if fopen(3) fails.</title>
<updated>2011-06-01T15:48:43+00:00</updated>
<author>
<name>Jaakko Heinonen</name>
<email>jh@FreeBSD.org</email>
</author>
<published>2011-06-01T15:48:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b2ce2d693faaa740d5e84c47dd3c2129b2fa555c'/>
<id>b2ce2d693faaa740d5e84c47dd3c2129b2fa555c</id>
<content type='text'>
PR:		bin/155349
Submitted by:	Urankar Mikael
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		bin/155349
Submitted by:	Urankar Mikael
</pre>
</div>
</content>
</entry>
<entry>
<title>Use auto-sizing syntax appropriate for the new dialog(1). This should</title>
<updated>2011-01-13T16:42:16+00:00</updated>
<author>
<name>Nathan Whitehorn</name>
<email>nwhitehorn@FreeBSD.org</email>
</author>
<published>2011-01-13T16:42:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c5199e9706232b41ade12049a7c9dae4dd327c7f'/>
<id>c5199e9706232b41ade12049a7c9dae4dd327c7f</id>
<content type='text'>
probably be modified to use libdialog.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
probably be modified to use libdialog.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix fd leak in get_font</title>
<updated>2010-11-29T09:21:26+00:00</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2010-11-29T09:21:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b77a4a441b49d66eb363c6972e523d41f56242fe'/>
<id>b77a4a441b49d66eb363c6972e523d41f56242fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
