summaryrefslogtreecommitdiff
path: root/usr.sbin/wsfontload
AgeCommit message (Collapse)Author
2013-10-20Report i/o errors on stdin as occuring on "stdin" not "(null)"...Miod Vallat
2013-10-20If the font to load is not a file, compute the numbers of characters itMiod Vallat
contains from its size, instead of assuming 256. Default to 12x22 glyph instead of 8x16 if the display is a raster framer buffer (as opposed to a VGA-compatible text mode).
2013-08-14some Bx/Ox conversion;Jason McIntyre
From: Jan Stary
2013-03-25the unused palm code goes away.Theo de Raadt
2009-09-09Palm: Integration into the treeMarek Vasut
OK deraadt@
2009-05-15Stop this silliness with machine dependent man pagesTheo de Raadt
2007-08-01cats went awayTheo de Raadt
2007-08-01cats went awayTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2006-08-07Remove the Sony wsfonts from the list of fonts with special encoding.Mark Kettenis
requested by miod@
2005-11-27ISOXXX/ISO-XXX -> ISO XXXJason McIntyre
2005-05-27include sys/time.h to get struct timevalTodd C. Miller
2005-01-13build explictly on zaurus, not all arm, because of MANSUBDIRDale Rahn
2005-01-13Build on zaurus too, (all arm)Dale Rahn
2004-08-03- kill a rake of unnecessary .Bk/.Ek macrosJason McIntyre
- simplify SYNOPSIS - sort options - adjust -width for FILES - standard EXAMPLES format - sync usage()
2004-08-01ansi cleanup; khalek@linuxgamers.netTheo de Raadt
2004-07-09ansiTheo de Raadt
2004-01-29will be needed for cats tooTheo de Raadt
2004-01-28Repair build links for pegosos, and also build for amd64Theo de Raadt
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-06-10- removed obsolete section about rc.wscons and wscons.conf;Jason McIntyre
from Wouter Clarie - thanks!
2003-04-19Sync usage() and man page; closes PR 3219Todd C. Miller
2003-03-12more .LiTheo de Raadt
2003-02-19copyrights added;Jason McIntyre
these are all Matthias Drochner, except: gsckbd(4): miod@ + Drochner wsdisplay(4): Harris + Drochner
2003-02-17typos;Jason McIntyre
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-02-13When you give command examples and etc., in a manual page prefix them with:Mike Pechkin
$ command or # command deraadt@ ok
2001-05-18wscons.conf no more; pointed out by Alexander Yurchenko <grange@rt.mipt.ru>Michael Shalayeff
2001-05-01Correct PCVT references.Aaron Campbell
2001-03-27Rearrange title macros into the correct order.Aaron Campbell
2001-03-15there is now a way to list loaded fonts, order optionsMichael Shalayeff
2001-03-14allow listing and soon deleting fonts; aaron@ okMichael Shalayeff
2001-03-13better error messages, order getopt optionsMichael Shalayeff
2001-01-30Change /dev/ttyE* to /dev/ttyC* to reflect reality in OpenBSD.Aaron Campbell
2001-01-30install wscons utils manpages into i386 subdir as wellMichael Shalayeff
2001-01-30Build these userland wscons utilities on i386.Aaron Campbell
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-07-20Move ws* command man pages to arch-dependent subdirs.Marc Espie
2000-07-02OpenBSD'ify these man pages.Aaron Campbell
2000-07-02make it compiling only for alpha and hppaMichael Shalayeff
2000-07-02wscons font loader; initial import from netbsd treeMichael Shalayeff