summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kbdmap
Commit message (Collapse)AuthorAgeFilesLines
* kbdmap: include filename when reporting fopen() failureemaste2015-11-271-1/+1
| | | | | | | Previously only one of two cases reported the file name. Use the same error string in both cases. Sponsored by: The FreeBSD Foundation
* vidfont: with vt(4) omit size from vidcontrol -femaste2015-11-271-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. MFC after: 1 week Sponsored by: The FreeBSD Foundation
* Add META_MODE support.sjg2015-06-131-0/+18
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-271-2/+2
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-193-7/+39
| |\
| * \ Merge head from 7/28sjg2014-08-191-4/+2
| |\ \
| * | | Updated dependenciessjg2014-05-161-1/+0
| | | |
| * | | Updated dependenciessjg2014-05-101-0/+2
| | | |
| * | | Updated dependenciessjg2013-03-111-0/+1
| | | |
| * | | Updated dependenciessjg2013-02-161-2/+0
| | | |
| | | |
| | \ \
| *-. \ \ Sync from headsjg2012-11-041-3/+0
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
| | |/ / / | |/| | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | | kbdmap(1): increase description size to 256 bytesemaste2015-05-141-2/+2
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | After conversion to UTF-8 some INDEX.keymaps descriptions are longer than the previous limit of 64 bytes. PR: 193656 Sponsored by: The FreeBSD Foundation
* | | | More man pages that need to know about vt in addition to syscons.se2014-08-261-1/+5
| | | | | | | | | | | | | | | | MFC after: 3 dayS
* | | | Add support for NEWCONS to kbdmap and vidfont.se2014-08-142-6/+34
| |_|/ |/| | | | | | | | | | | | | | | | | The path to keymaps and fonts is selected based on the existence and value of "sysctl kern.vty". MFC after: 1 week
* | | use .Mt to mark up email addresses consistently (part2)bapt2014-06-201-4/+2
| |/ |/| | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de>
* | Remove variables which are initialized but never used thereafter reported by ↵eadler2012-06-191-3/+0
|/ | | | | | | gcc46 warning Approved by: cperciva MFC After: 3 days
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
|
* Place quotes around the output of kbdmap(1), designed to be pasted intonwhitehorn2011-10-161-1/+1
| | | | | | | | /etc/rc.conf. PR: bin/161711 Submitted by: manolis MFC after: 1 week
* Don't try to close the stream if fopen(3) fails.jh2011-06-011-1/+1
| | | | | PR: bin/155349 Submitted by: Urankar Mikael
* Use auto-sizing syntax appropriate for the new dialog(1). This shouldnwhitehorn2011-01-131-1/+1
| | | | probably be modified to use libdialog.
* Fix fd leak in get_fontkevlo2010-11-291-0/+1
|
* - fix path for locale.aliasdanger2009-04-281-1/+1
| | | | | | PR: docs/134070 Submitted by: Frank Shute <frank@shute.org.uk> MFC after: 1 week
* Output keymap choice to stderr so it is easier to parse for apps chained tomurray2007-08-271-1/+1
| | | | | | | this curses based app. Submitted by: ivoras Approved by: re@ (bmah@)
* Use sizeof() for calculating the buffer size instead of hard-coded values.kevlo2007-03-061-1/+1
|
* Simplify and improve the markup.ru2006-12-251-16/+16
|
* Fix -r causing SIGSEGV due to parse_args() being called before font_current ↵flz2006-01-091-3/+3
| | | | | | | is set. Approved by: krion MFC after: 3 days
* Fixed two bugs in Perl to C conversion that prevented locale nameru2005-06-301-3/+3
| | | | | | | | from being parsed correctly. OK'ed by: markm Approved by: re (scottl) MFC after: 3 days
* Let bsd.prog.mk set SRCS and MAN to their default values.ru2005-01-281-1/+0
|
* Sort sections.ru2005-01-181-12/+12
|
* Eliminated double whitespace.ru2004-07-031-1/+1
|
* mdoc(7) police: bump document date for the C rewrite, nit.ru2002-12-041-1/+2
| | | | Approved by: re
* mdoc(7) police: markup fixes.ru2002-11-271-1/+1
| | | | Approved by: re
* Do not include <sys/syslimits.h> directly; it is not intended for generalwollman2002-10-271-1/+1
| | | | consumption.
* C rewrite of kbdmap/vidfont.markm2002-07-035-325/+884
| | | | | Submitted by: Jonathan Belson <jon@witchspace.com> OK'ed by: wosch (Perl code maintainer)
* Use `The .Nm utility'charnier2002-04-201-3/+5
|
* mdoc(7) police: s/vidmap/vidfont/, don't xref to itself.ru2001-09-041-4/+4
|
* Note that kbdmap is an interactive command.murray2001-09-041-0/+3
| | | | | PR: docs/29506 Submitted by: Gary W. Swearingen <swear@aa.net>
* Actually, instead of removing the comment entirely, change it to talkdd2001-09-031-1/+6
| | | | | | about {vid,kbd}map, which is probably what the author meant. Submitted by: Gary W. Swearingen <swear@aa.net>
* This does not describe kbdcontrol or vidcontrol.dd2001-09-031-6/+1
| | | | PR: 29505
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-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.
* Remove whitespace at EOL.dd2001-07-151-16/+16
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* beforeinstall -> SCRIPTS.ru2001-04-071-12/+3
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-1/+1
| | | | - MAN[1-9] -> MAN.
* setlocale(3) has been fixed to match POSIX standard:ru2001-03-021-1/+1
| | | | LC_ALL takes precedence over other LC_* envariables.
* Prepare for mdoc(7)NG.ru2000-12-271-3/+2
|
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-111-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
OpenPOWER on IntegriCloud