aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/kbdmap
Commit message (Collapse)AuthorAgeFilesLines
* MFC r291377: vidfont: with vt(4) omit size from vidcontrol -fEd Maste2016-01-071-5/+13
| | | | | | | | | | | 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. Notes: svn path=/stable/10/; revision=293335
* MFC r282904: kbdmap(1): increase description size to 256 bytesEd Maste2015-05-211-2/+2
| | | | | | | | | | After conversion to UTF-8 some INDEX.keymaps descriptions are longer than the previous limit of 64 bytes. PR: 193656 Notes: svn path=/stable/10/; revision=283165
* MFC r270647: Add references to vt(4) and the configuration files in /usr/shaStefan Eßer2014-09-041-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/stable/10/; revision=271095
* MFC 269976.Stefan Eßer2014-08-212-6/+34
| | | | | | | Add support for NEWCONS to kbdmap and vidfont. Notes: svn path=/stable/10/; revision=270309
* Remove variables which are initialized but never used thereafter reported by ↵Eitan Adler2012-06-191-3/+0
| | | | | | | | | | gcc46 warning Approved by: cperciva MFC After: 3 days Notes: svn path=/head/; revision=237257
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
| | | | Notes: svn path=/head/; revision=228990
* Place quotes around the output of kbdmap(1), designed to be pasted intoNathan Whitehorn2011-10-161-1/+1
| | | | | | | | | | | /etc/rc.conf. PR: bin/161711 Submitted by: manolis MFC after: 1 week Notes: svn path=/head/; revision=226439
* Don't try to close the stream if fopen(3) fails.Jaakko Heinonen2011-06-011-1/+1
| | | | | | | | PR: bin/155349 Submitted by: Urankar Mikael Notes: svn path=/head/; revision=222568
* Use auto-sizing syntax appropriate for the new dialog(1). This shouldNathan Whitehorn2011-01-131-1/+1
| | | | | | | probably be modified to use libdialog. Notes: svn path=/head/; revision=217359
* Fix fd leak in get_fontKevin Lo2010-11-291-0/+1
| | | | Notes: svn path=/head/; revision=216047
* - fix path for locale.aliasDaniel Gerzo2009-04-281-1/+1
| | | | | | | | | PR: docs/134070 Submitted by: Frank Shute <frank@shute.org.uk> MFC after: 1 week Notes: svn path=/head/; revision=191634
* Output keymap choice to stderr so it is easier to parse for apps chained toMurray Stokely2007-08-271-1/+1
| | | | | | | | | | this curses based app. Submitted by: ivoras Approved by: re@ (bmah@) Notes: svn path=/head/; revision=171996
* Use sizeof() for calculating the buffer size instead of hard-coded values.Kevin Lo2007-03-061-1/+1
| | | | Notes: svn path=/head/; revision=167260
* Simplify and improve the markup.Ruslan Ermilov2006-12-251-16/+16
| | | | Notes: svn path=/head/; revision=165545
* Fix -r causing SIGSEGV due to parse_args() being called before font_current ↵Florent Thoumie2006-01-091-3/+3
| | | | | | | | | | is set. Approved by: krion MFC after: 3 days Notes: svn path=/head/; revision=154151
* Fixed two bugs in Perl to C conversion that prevented locale nameRuslan Ermilov2005-06-301-3/+3
| | | | | | | | | | | from being parsed correctly. OK'ed by: markm Approved by: re (scottl) MFC after: 3 days Notes: svn path=/head/; revision=147685
* Let bsd.prog.mk set SRCS and MAN to their default values.Ruslan Ermilov2005-01-281-1/+0
| | | | Notes: svn path=/head/; revision=140941
* Sort sections.Ruslan Ermilov2005-01-181-12/+12
| | | | Notes: svn path=/head/; revision=140442
* Eliminated double whitespace.Ruslan Ermilov2004-07-031-1/+1
| | | | Notes: svn path=/head/; revision=131531
* mdoc(7) police: bump document date for the C rewrite, nit.Ruslan Ermilov2002-12-041-1/+2
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107583
* mdoc(7) police: markup fixes.Ruslan Ermilov2002-11-271-1/+1
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107312
* Do not include <sys/syslimits.h> directly; it is not intended for generalGarrett Wollman2002-10-271-1/+1
| | | | | | | consumption. Notes: svn path=/head/; revision=106053
* C rewrite of kbdmap/vidfont.Mark Murray2002-07-035-325/+884
| | | | | | | | Submitted by: Jonathan Belson <jon@witchspace.com> OK'ed by: wosch (Perl code maintainer) Notes: svn path=/head/; revision=99357
* Use `The .Nm utility'Philippe Charnier2002-04-201-3/+5
| | | | Notes: svn path=/head/; revision=95127
* mdoc(7) police: s/vidmap/vidfont/, don't xref to itself.Ruslan Ermilov2001-09-041-4/+4
| | | | Notes: svn path=/head/; revision=82959
* Note that kbdmap is an interactive command.Murray Stokely2001-09-041-0/+3
| | | | | | | | PR: docs/29506 Submitted by: Gary W. Swearingen <swear@aa.net> Notes: svn path=/head/; revision=82919
* Actually, instead of removing the comment entirely, change it to talkDima Dorfman2001-09-031-1/+6
| | | | | | | | | about {vid,kbd}map, which is probably what the author meant. Submitted by: Gary W. Swearingen <swear@aa.net> Notes: svn path=/head/; revision=82876
* This does not describe kbdcontrol or vidcontrol.Dima Dorfman2001-09-031-6/+1
| | | | | | | PR: 29505 Notes: svn path=/head/; revision=82875
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-2/+2
| | | | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. Notes: svn path=/head/; revision=80029
* Remove whitespace at EOL.Dima Dorfman2001-07-151-16/+16
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79537
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-071-12/+3
| | | | Notes: svn path=/head/; revision=75286
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-1/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* setlocale(3) has been fixed to match POSIX standard:Ruslan Ermilov2001-03-021-1/+1
| | | | | | | LC_ALL takes precedence over other LC_* envariables. Notes: svn path=/head/; revision=73349
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-3/+2
| | | | Notes: svn path=/head/; revision=70403
* mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-111-1/+1
| | | | Notes: svn path=/head/; revision=69862
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
| | | | Notes: svn path=/head/; revision=68965
* Add kbdmap.5 to build.David Malone2000-09-132-1/+3
| | | | | | | | | | | Refer to kbdmap(5) from a few man pages. Remove it from TODO list. Add missing FreeBSD tags. PR: 19260 Notes: svn path=/head/; revision=65807
* Cope with quotation marks around font names in /etc/rc.conf .Sheldon Hearn2000-03-141-1/+1
| | | | | | | | PR: 17330 Reported by: Anatoly Vorobey <mellon@pobox.com> Notes: svn path=/head/; revision=58050
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-2/+4
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57673
* Remove invalid section name. Add missing .El. Do not dot terminatePhilippe Charnier2000-01-231-11/+20
| | | | | | | sentences in FILES section. Notes: svn path=/head/; revision=56484
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50479
* Do not list a null string in a dialog box.Kazutaka YOKOTA1999-07-071-2/+4
| | | | Notes: svn path=/head/; revision=48665
* Added myself as maintainer.Wolfram Schneider1999-02-091-1/+4
| | | | Notes: svn path=/head/; revision=43805
* /usr/sbin/spkrtest and /usr/sbin/vidfont (aka kbdmap) use veryPoul-Henning Kamp1998-08-141-2/+3
| | | | | | | | | | | | | | predictable /tmp files (static prefix + process number) which are overwritten blindly, and follow links. These workarounds change it from a process number to a very random (9999 with tons of decimal places) number. PR: 7565 Submitted by: Thomas Stromberg <tstrombe@rtci.com> Notes: svn path=/head/; revision=38311
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-2/+2
| | | | Notes: svn path=/head/; revision=34809
* Use An macro for author name.Philippe Charnier1997-09-191-2/+2
| | | | Notes: svn path=/head/; revision=29604
* fix a few spelling changesJohn-Mark Gurney1997-08-301-2/+2
| | | | | | | | | | | Submitted by: Josh Gilliam Closes PR's: 4429, 4431-4438 PS: He has agreed to submit all contrib fixes back to the original author. Notes: svn path=/head/; revision=28935
* sysconfig -> rc.confJordan K. Hubbard1997-05-192-10/+10
| | | | | | | | PR: 3461 Submitted by: "Donald J. Maddox" <root@cola97.scsn.net> Notes: svn path=/head/; revision=25914
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
| | | | Notes: svn path=/head/; revision=22997