aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/kbdmap/kbdmap.c
Commit message (Expand)AuthorAgeFilesLines
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Fix too small sscanf output buffers in kbdmapDimitry Andric2022-02-061-2/+2
* bsddialog: import version 0.1Alfonso Siciliano2022-01-281-9/+15
* kbdmap: adapt to the new libbsddialog APIAlfonso Siciliano2021-12-131-1/+1
* kbdmap: adapt to the new bsddialog apiBaptiste Daroussin2021-12-061-1/+1
* kbdmap: use libbsddialog instead of calling dialog(1) via system(3)Baptiste Daroussin2021-11-241-64/+44
* kbdmap: allow INDEX.keymaps to provide the dialog titleEd Maste2019-12-111-5/+12
* Silence a CI warning regarding the use of strcpy().Stefan Eßer2019-01-221-2/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* 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