summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wsfontload/wsfontload.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-5/+5
* Switch from 4-clause to 2-clause BSD license.fcambus2017-08-231-7/+1
* Close file descriptor on an exit path.fcambus2017-06-221-1/+2
* Since WSFONT_NAME_SIZE was switched from 16 to 32, account for thefcambus2017-06-171-3/+3
* We do not support iso7 nor pcvt encoding, so remove macro definitionsfcambus2017-06-151-5/+1
* UINT_MAX would overflow the integer calculation later on, leading totobias2015-09-061-4/+5
* Avoid floating point exception when an invalid font width was specified.tobias2015-09-061-12/+14
* clean up flags++ instances around getopt()deraadt2015-02-091-2/+2
* Report i/o errors on stdin as occuring on "stdin" not "(null)"...miod2013-10-201-9/+12
* If the font to load is not a file, compute the numbers of characters itmiod2013-10-201-17/+55
* Remove the Sony wsfonts from the list of fonts with special encoding.kettenis2006-08-071-2/+1
* include sys/time.h to get struct timevalmillert2005-05-271-3/+5
* - kill a rake of unnecessary .Bk/.Ek macrosjmc2004-08-031-4/+3
* ansi cleanup; khalek@linuxgamers.netderaadt2004-08-011-6/+3
* ansideraadt2004-07-091-2/+2
* Sync usage() and man page; closes PR 3219millert2003-04-191-6/+5
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-4/+4
* allow listing and soon deleting fonts; aaron@ okmickey2001-03-141-20/+58
* better error messages, order getopt optionsmickey2001-03-131-8/+10
* Change /dev/ttyE* to /dev/ttyC* to reflect reality in OpenBSD.aaron2001-01-301-2/+2
* wscons font loader; initial import from netbsd treemickey2000-07-021-0/+187