History log of /freebsd-10.0-release/usr.sbin/kbdmap/kbdmap.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 237257 19-Jun-2012 eadler

Remove variables which are initialized but never used thereafter reported by gcc46 warning

Approved by: cperciva
MFC After: 3 days


# 228990 30-Dec-2011 uqs

Spelling fixes for usr.sbin/


# 226439 16-Oct-2011 nwhitehorn

Place quotes around the output of kbdmap(1), designed to be pasted into
/etc/rc.conf.

PR: bin/161711
Submitted by: manolis
MFC after: 1 week


# 222568 01-Jun-2011 jh

Don't try to close the stream if fopen(3) fails.

PR: bin/155349
Submitted by: Urankar Mikael


# 217359 13-Jan-2011 nwhitehorn

Use auto-sizing syntax appropriate for the new dialog(1). This should
probably be modified to use libdialog.


# 216047 29-Nov-2010 kevlo

Fix fd leak in get_font


# 171996 27-Aug-2007 murray

Output keymap choice to stderr so it is easier to parse for apps chained to
this curses based app.

Submitted by: ivoras
Approved by: re@ (bmah@)


# 167260 06-Mar-2007 kevlo

Use sizeof() for calculating the buffer size instead of hard-coded values.


# 154151 09-Jan-2006 flz

Fix -r causing SIGSEGV due to parse_args() being called before font_current is set.

Approved by: krion
MFC after: 3 days


# 147685 30-Jun-2005 ru

Fixed two bugs in Perl to C conversion that prevented locale name
from being parsed correctly.

OK'ed by: markm
Approved by: re (scottl)
MFC after: 3 days


# 106053 27-Oct-2002 wollman

Do not include <sys/syslimits.h> directly; it is not intended for general
consumption.


# 99357 03-Jul-2002 markm

C rewrite of kbdmap/vidfont.

Submitted by: Jonathan Belson <jon@witchspace.com>
OK'ed by: wosch (Perl code maintainer)