summaryrefslogtreecommitdiffstats
path: root/sys/dev/wsfont/wsfont.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Make the HAVE_FONT logic work correctly when user requests FONT_BOLD8x16miod2003-05-101-1/+5
| | | | only.
* Remove more '\n's from panic() statements. Both trailing and leading.krw2002-10-121-2/+2
| | | | Diff generated by Chris Kuethe.
* The consensus was to include both FONT_GALLANT12x22 and FONT_BOLD8x16millert2002-08-171-3/+3
| | | | | for sparc, even when SMALL_KERNEL is defined. That way we get a reasonable font on the sparcbook for the install.
* When building kernels with the SMALL_KERNEL option (typically, RAMDISK),miod2002-07-251-3/+11
| | | | | | | only one wsfont will be included. Instead of forcing it to be the 8x16 font, choose it depending on the architecture we are compiling for - this way, sparc* will get the PROM-like 12x22 font instead.
* Restore the support of ISO 8859-1 fonts in macppc console. gallant12x22.hmaja2002-05-091-3/+8
| | | | | | was updated with the characters from dev/wscons/wscons_gallant19.h. bold8x16-iso1.h is based on bold8x16.h and the missing characters added by me. bold8x16-iso1.h isn't used by default. -moj ok @drahn, @miod
* use the gallant 12x22 font by default on screens that are morematthieu2002-05-021-6/+14
| | | | | than 960 pixels wide if !SMALL_KERNEL, like rcons does. Ok drahn@, mickey@, miod@.x
* First round of __P removal in sysmillert2002-03-141-5/+5
|
* Importing wsfont stuff from NetBSD.nate2001-03-181-0/+802