aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/kbdmap
Commit message (Collapse)AuthorAgeFilesLines
* kbdmap: allow INDEX.keymaps to provide the dialog titleEd Maste2019-12-111-5/+12
| | | | | | | | | | | Previously kbdmap had a localized menu heading ("Choose your keyboard layout") but not the dialog title ("Keyboard Menu"). MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=355614
* Silence a CI warning regarding the use of strcpy().Stefan Eßer2019-01-221-2/+1
| | | | | | | | | | | While this is a false positive (a sufficiently large buffer has been allocated in the line above), the use of strdup() simplifies and clarifies the code. MFC after: 2 weeks Notes: svn path=/head/; revision=343303
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. No functional change intended. Notes: svn path=/head/; revision=326276
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* kbdmap: include filename when reporting fopen() failureEd Maste2015-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 Notes: svn path=/head/; revision=291409
* vidfont: with vt(4) omit size from vidcontrol -fEd Maste2015-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 Notes: svn path=/head/; revision=291377
* Add META_MODE support.Simon J. Gerraty2015-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 Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+2
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=283595
| * Merge from head@274682Simon J. Gerraty2014-11-193-7/+39
| |\ | | | | | | | | | Notes: svn path=/projects/bmake/; revision=274683
| * \ Merge head from 7/28Simon J. Gerraty2014-08-191-4/+2
| |\ \ | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=270164
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=265802
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * | | Sync from headSimon J. Gerraty2012-11-041-3/+0
| |\ \ \ | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=242545
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | | | | kbdmap(1): increase description size to 256 bytesEd Maste2015-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 Notes: svn path=/head/; revision=282904
* | | | More man pages that need to know about vt in addition to syscons.Stefan Eßer2014-08-261-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | MFC after: 3 dayS Notes: svn path=/head/; revision=270657
* | | | Add support for NEWCONS to kbdmap and vidfont.Stefan Eßer2014-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 Notes: svn path=/head/; revision=269976
* | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-4/+2
| |/ |/| | | | | | | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de> Notes: svn path=/head/; revision=267668
* | 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