summaryrefslogtreecommitdiff
path: root/usr.sbin/kbdmap/kbdmap.c
Commit message (Expand)AuthorAgeFilesLines
* kbdmap: include filename when reporting fopen() failureEd Maste2015-11-271-1/+1
* vidfont: with vt(4) omit size from vidcontrol -fEd Maste2015-11-271-5/+13
* kbdmap(1): increase description size to 256 bytesEd Maste2015-05-141-2/+2
* Add support for NEWCONS to kbdmap and vidfont.Stefan Eßer2014-08-141-3/+26
* Remove variables which are initialized but never used thereafter reported by ...Eitan Adler2012-06-191-3/+0
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* Place quotes around the output of kbdmap(1), designed to be pasted intoNathan Whitehorn2011-10-161-1/+1
* Don't try to close the stream if fopen(3) fails.Jaakko Heinonen2011-06-011-1/+1
* Use auto-sizing syntax appropriate for the new dialog(1). This shouldNathan Whitehorn2011-01-131-1/+1
* Fix fd leak in get_fontKevin Lo2010-11-291-0/+1
* Output keymap choice to stderr so it is easier to parse for apps chained toMurray Stokely2007-08-271-1/+1
* Use sizeof() for calculating the buffer size instead of hard-coded values.Kevin Lo2007-03-061-1/+1
* Fix -r causing SIGSEGV due to parse_args() being called before font_current i...Florent Thoumie2006-01-091-3/+3
* Fixed two bugs in Perl to C conversion that prevented locale nameRuslan Ermilov2005-06-301-3/+3
* Do not include <sys/syslimits.h> directly; it is not intended for generalGarrett Wollman2002-10-271-1/+1
* C rewrite of kbdmap/vidfont.Mark Murray2002-07-031-0/+842