Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | kbdmap: include filename when reporting fopen() failure | emaste | 2015-11-27 | 1 | -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 -f | emaste | 2015-11-27 | 1 | -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. | sjg | 2015-06-13 | 1 | -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_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 | |
| | | ||||||
| * | Merge sync of head | sjg | 2015-05-27 | 1 | -2/+2 | |
| |\ | |/ |/| | ||||||
| * | Merge from head@274682 | sjg | 2014-11-19 | 3 | -7/+39 | |
| |\ | ||||||
| * \ | Merge head from 7/28 | sjg | 2014-08-19 | 1 | -4/+2 | |
| |\ \ | ||||||
| * | | | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 | |
| | | | | ||||||
| | | | | ||||||
| | \ \ | ||||||
| *-. \ \ | Sync from head | sjg | 2012-11-04 | 1 | -3/+0 | |
| |\ \ \ \ | ||||||
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+19 | |
| | |/ / / | |/| | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> | |||||
* | | | | | kbdmap(1): increase description size to 256 bytes | emaste | 2015-05-14 | 1 | -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. | se | 2014-08-26 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | MFC after: 3 dayS | |||||
* | | | | Add support for NEWCONS to kbdmap and vidfont. | se | 2014-08-14 | 2 | -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) | bapt | 2014-06-20 | 1 | -4/+2 | |
| |/ |/| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de> | |||||
* | | Remove variables which are initialized but never used thereafter reported by ↵ | eadler | 2012-06-19 | 1 | -3/+0 | |
|/ | | | | | | | gcc46 warning Approved by: cperciva MFC After: 3 days | |||||
* | Spelling fixes for usr.sbin/ | uqs | 2011-12-30 | 1 | -1/+1 | |
| | ||||||
* | Place quotes around the output of kbdmap(1), designed to be pasted into | nwhitehorn | 2011-10-16 | 1 | -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. | jh | 2011-06-01 | 1 | -1/+1 | |
| | | | | | PR: bin/155349 Submitted by: Urankar Mikael | |||||
* | Use auto-sizing syntax appropriate for the new dialog(1). This should | nwhitehorn | 2011-01-13 | 1 | -1/+1 | |
| | | | | probably be modified to use libdialog. | |||||
* | Fix fd leak in get_font | kevlo | 2010-11-29 | 1 | -0/+1 | |
| | ||||||
* | - fix path for locale.alias | danger | 2009-04-28 | 1 | -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 to | murray | 2007-08-27 | 1 | -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. | kevlo | 2007-03-06 | 1 | -1/+1 | |
| | ||||||
* | Simplify and improve the markup. | ru | 2006-12-25 | 1 | -16/+16 | |
| | ||||||
* | Fix -r causing SIGSEGV due to parse_args() being called before font_current ↵ | flz | 2006-01-09 | 1 | -3/+3 | |
| | | | | | | | is set. Approved by: krion MFC after: 3 days | |||||
* | Fixed two bugs in Perl to C conversion that prevented locale name | ru | 2005-06-30 | 1 | -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. | ru | 2005-01-28 | 1 | -1/+0 | |
| | ||||||
* | Sort sections. | ru | 2005-01-18 | 1 | -12/+12 | |
| | ||||||
* | Eliminated double whitespace. | ru | 2004-07-03 | 1 | -1/+1 | |
| | ||||||
* | mdoc(7) police: bump document date for the C rewrite, nit. | ru | 2002-12-04 | 1 | -1/+2 | |
| | | | | Approved by: re | |||||
* | mdoc(7) police: markup fixes. | ru | 2002-11-27 | 1 | -1/+1 | |
| | | | | Approved by: re | |||||
* | Do not include <sys/syslimits.h> directly; it is not intended for general | wollman | 2002-10-27 | 1 | -1/+1 | |
| | | | | consumption. | |||||
* | C rewrite of kbdmap/vidfont. | markm | 2002-07-03 | 5 | -325/+884 | |
| | | | | | Submitted by: Jonathan Belson <jon@witchspace.com> OK'ed by: wosch (Perl code maintainer) | |||||
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -3/+5 | |
| | ||||||
* | mdoc(7) police: s/vidmap/vidfont/, don't xref to itself. | ru | 2001-09-04 | 1 | -4/+4 | |
| | ||||||
* | Note that kbdmap is an interactive command. | murray | 2001-09-04 | 1 | -0/+3 | |
| | | | | | PR: docs/29506 Submitted by: Gary W. Swearingen <swear@aa.net> | |||||
* | Actually, instead of removing the comment entirely, change it to talk | dd | 2001-09-03 | 1 | -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. | dd | 2001-09-03 | 1 | -6/+1 | |
| | | | | PR: 29505 | |||||
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -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. | dd | 2001-07-15 | 1 | -16/+16 | |
| | ||||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 | |
| | ||||||
* | beforeinstall -> SCRIPTS. | ru | 2001-04-07 | 1 | -12/+3 | |
| | ||||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -1/+1 | |
| | | | | - MAN[1-9] -> MAN. | |||||
* | setlocale(3) has been fixed to match POSIX standard: | ru | 2001-03-02 | 1 | -1/+1 | |
| | | | | LC_ALL takes precedence over other LC_* envariables. | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 1 | -3/+2 | |
| | ||||||
* | mdoc(7) police: use canonical form of .Dd macro. | ru | 2000-12-11 | 1 | -1/+1 | |
| | ||||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 | |
| |