Home | History | Annotate | only in /src/usr.sbin/wsfontload
History log of /src/usr.sbin/wsfontload
RevisionDateAuthorComments
 1.3 22-Apr-2009  lukem Enable WARNS=4 by default, except for:
cpuctl dumplfs hprop ipf iprop-log kadmin kcm kdc kdigest
kimpersonate kstash ktutil makefs ndbootd ntp pppd quot
racoon racoonctl rtadvd sntp sup tcpdchk tcpdmatch tcpdump
traceroute traceroute6 user veriexecgen wsmoused zic
(Mostly third-party applications)
 1.2 16-Mar-2005  xtraeme branches: 1.2.34;
Use ANSI function declarations, constify; WARNS=3
 1.1 13-Jan-1999  drochner utility to download fonts to s wscons display device, currently only
useful for VGA
 1.2.34.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.32 08-Jun-2022  uwe wsfontload(8): Mention .wsf font files. Fix formatting.
 1.31 24-Apr-2021  nia wsfontload.8: clean up examples

add an example of loading a larger font since a lot of people ask.
 1.30 24-Apr-2021  nia wsfontload: clarify more
 1.29 24-Apr-2021  nia wsfontload: clarify documentation of -l
 1.28 24-Apr-2021  wiz wsfontload: make -l mode a separate line in the usage

Document it in the manpage.
 1.27 30-May-2019  pgoyette Note lack of a method to determine which fonts have been loaded.
 1.26 08-Jun-2011  wiz branches: 1.26.42;
Sort options. New sentence, new line.
 1.25 08-Jun-2011  drochner add support for the interesting parts of ISO-2 and KOI8-R fonts
to the vga(4) driver
 1.24 09-Mar-2009  joerg branches: 1.24.4;
Fix preamble to match order set out by mdoc(7). Discussed with wiz.
 1.23 21-Oct-2003  drochner branches: 1.23.40;
Explain the font loading example a bit better, to avoid a misunderstanding
which caused PR misc/21069.
 1.22 06-May-2003  wiz Bump date for last.
 1.21 04-May-2003  gmcgarry Document how to change the console font to one of crazier fonts
available.
 1.20 25-Feb-2003  wiz .Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.
 1.19 17-Feb-2003  drochner add copyright notices
 1.18 06-Apr-2002  dsainty Fix trivial typo
 1.17 20-Mar-2002  wiz Quote argument to .Nd because it has too many words (9 arguments max per
macro). Noted broken by uwe.
 1.16 02-Feb-2002  wiz Sort sections.
 1.15 19-Jan-2002  wiz Whitespace nits.
 1.14 29-Oct-2001  drochner update for loading into "wsfont"
 1.13 12-Aug-2001  uwe s/width/height/ in the description of -h option.
 1.12 03-Apr-2001  wiz Mention path to font files in FILES section, and remove outdated
section about their non-existance.
 1.11 26-Jan-2001  hubertf * Make error messages from open(2) include the file/device that was
not open-able
* Add -v switch to dump some font-stats before loading them.
 1.10 27-Oct-2000  wiz pcvt is dead.
XXX: better wording for lines 99-101?
 1.9 03-Oct-2000  bjh21 Use \(mu when we need a multiplication sign.
Use .Bx.
Use .Ql for literals in running text.
 1.8 02-Oct-2000  bjh21 Put sections in canonical order.
"stdin" is not a filename (use "standard input", which is at least English).
Typo fix (ro -> to).
 1.7 22-Aug-2000  lukem replace references to /etc/rc.wscons with /etc/rc.d/wscons
 1.6 05-Jan-2000  ad branches: 1.6.4;
Update for changes to 'struct wsdisplay_font'.
 1.5 06-Apr-1999  cgd change:
.Sh "SEE ALSO"
to:
.Sh SEE ALSO
The doc macros check for the latter (actually just for 'SEE' as the first
argument to .Sh) to set the section header SEE ALSO flag, which modifies
some behaviour (e.g. references done with .Rs/.Re).
 1.4 31-Mar-1999  drochner add some notes and an example
 1.3 07-Mar-1999  mycroft Clean up SYNOPSIS formatting.
 1.2 03-Feb-1999  augustss Xref wsconsctl
 1.1 13-Jan-1999  drochner utility to download fonts to s wscons display device, currently only
useful for VGA
 1.6.4.4 04-Apr-2001  he Pull up revision 1.12 (via patch, requested by wiz):
Mention path to font files in FILES section, and remove outdated
section about their non-existance.
 1.6.4.3 03-Feb-2001  he Pull up revision 1.11 (requested by hubertf):
Add -v switch to wsfontload to dump stats on fonts before loading.
 1.6.4.2 30-Oct-2000  tv Pullup 1.9 [releng] and 1.10 [wiz]:
Use \(mu when we need a multiplication sign.
Use .Bx.
Use .Ql for literals in running text.
=====
pcvt is dead.
XXX: better wording for lines 99-101?
 1.6.4.1 23-Aug-2000  lukem pull up rev 1.7:
move guts of etc/rc.wscons -> etc/rc.d/wscons
approved: thorpej
 1.23.40.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.24.4.1 23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.26.42.1 10-Jun-2019  christos Sync with HEAD
 1.24 12-May-2022  uwe wsfontload: O_RDONLY is enough to list the fonts with -l
 1.23 24-Apr-2021  wiz wsfontload: make -l mode a separate line in the usage

Document it in the manpage.
 1.22 24-Apr-2021  macallan add -l option to dump a list of available fonts
 1.21 23-Jun-2017  macallan - don't use embedded font name if -N is given
- assume mono bitmap font when reading from stdin
 1.20 23-Jun-2017  macallan avoid sign compare error
 1.19 23-Jun-2017  macallan load files from ttf2wsfont
 1.18 05-Apr-2013  dholland remove extraneous malloc.h
 1.17 31-Aug-2011  joerg branches: 1.17.2; 1.17.8;
Use __dead
 1.16 08-Jun-2011  wiz Sync usage with man page.
 1.15 08-Jun-2011  drochner add support for the interesting parts of ISO-2 and KOI8-R fonts
to the vga(4) driver
 1.14 19-Apr-2009  lukem branches: 1.14.4;
Fix -Wsign-compare issues
 1.13 26-May-2008  drochner branches: 1.13.6;
kill license clauses 3 and 4
 1.12 17-Aug-2006  uwe branches: 1.12.16; 1.12.18;
Option -B does not have an argument. Sync getopt string with reality.
 1.11 24-Apr-2006  snj It's "its."
 1.10 16-Mar-2005  xtraeme Use ANSI function declarations, constify; WARNS=3
 1.9 05-Jan-2004  jmmv Homogenize usage messages: make the 'usage' word all lowercase, as this seems
to be the most common practice in our tree.
 1.8 29-Oct-2001  drochner change default device to "/dev/wsfont" - the vga driver likes it that
way now
 1.7 04-Sep-2001  drochner -fix uninitialized "verbose" flag
-add iso2, iso7 encodings
 1.6 19-Feb-2001  cgd convert to use getprogname()
 1.5 26-Jan-2001  hubertf * Make error messages from open(2) include the file/device that was
not open-able
* Add -v switch to dump some font-stats before loading them.
 1.4 04-Jul-2000  matt More #include <stdlib.h> string, etc. cleanup
 1.3 25-Jan-2000  ad branches: 1.3.4;
Default bit/byte order with #define's and fix usage().
 1.2 05-Jan-2000  ad Update for changes to 'struct wsdisplay_font'.
 1.1 13-Jan-1999  drochner utility to download fonts to s wscons display device, currently only
useful for VGA
 1.3.4.1 03-Feb-2001  he Pull up revision 1.5 (requested by hubertf):
Improve error messages by printing device name. Add -v switch
to wsfontload to dump stats on fonts before loading.
 1.12.18.1 23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.12.16.1 04-Jun-2008  yamt sync with head
 1.13.6.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.14.4.1 23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.17.8.1 23-Jun-2013  tls resync from head
 1.17.2.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

RSS XML Feed