summaryrefslogtreecommitdiff
path: root/sys/dev/wsfont
AgeCommit message (Collapse)Author
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
MALLOC/FREE, etc. Just adding M_ZERO to malloc() and deleting an immediately adjacent bzero().
2007-09-10more MALLOC/FREE -> malloc/free and M_ZERO changesGilles Chehade
ok pyr@
2006-08-06Convert the Sony wsfonts to ISO-Latin1 encoding, and drop the Sony encodingMiod Vallat
conversion tables; from NetBSD.
2006-08-06Switch luna88k from rcons to rasops. Tested by aoyama@Miod Vallat
2006-08-02Provide the usual 8x16 font, instead of the qvss 8x15 font, for low-res vaxMiod Vallat
frame buffers (and smg until it can use non-8bit wide fonts), as the latter has too many symbols in the 8-bit range stubbed out.
2006-07-31Do not compile non-iso font encoding conversion tables and {bit(*),byte} orderMiod Vallat
reversal if SMALL_KERNEL. Saves ~5KB before compression. ok deraadt@ (*) except on alpha because tga needs it.
2006-07-24Add the 12x22 font to vax defaults.Miod Vallat
2006-07-24Insert empty glyphs to make the font data really contiguous, as rasopsMiod Vallat
expects it.
2006-07-23Select the 8x15 font by default on vax.Miod Vallat
2005-09-15Stop compiling the texte console rotation code #ifdef __zaurus__, but useMiod Vallat
a flag in the rasops_info structure; drivers which may use it shall declare a specific attribute for the config(8) machinery, so that the necessary code is compiled in. In addition to this, rotated font computation is now done on-demand, and a list of unrotated-rotated font cookie pairs is kept, rather than rotating all built-in wsfonts at initialization time. No user-perceptible functional change. Tested matthieu@ uwe@, ok uwe@
2005-05-05Provide both 8x16 and 12x22 fonts on sparc64 even if SMALL_KERNEL, asMiod Vallat
vigra and some cgthree clones might need tho 8x16 font. Fits the floppies, other architectures unaffected.
2005-04-30Temporary hack to (un)rotate the Zaurus console until a proper rasopsChristopher Pascoe
rotation framework is ready.
2005-04-15correct a spelloChristopher Pascoe
ok jolan@
2005-03-26Enable wsfont_add(), it will be necessary on sparc.Miod Vallat
2004-05-10Select the Latin-1 8x16 font as the default 8x16 font, instead of theMiod Vallat
IBM 8x16 one. ok deraadt@
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-10Make the HAVE_FONT logic work correctly when user requests FONT_BOLD8x16Miod Vallat
only.
2003-04-14Remove dead attribute "rasterconsole".Miod Vallat
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
Diff generated by Chris Kuethe.
2002-08-17The consensus was to include both FONT_GALLANT12x22 and FONT_BOLD8x16Todd C. Miller
for sparc, even when SMALL_KERNEL is defined. That way we get a reasonable font on the sparcbook for the install.
2002-07-25When building kernels with the SMALL_KERNEL option (typically, RAMDISK),Miod Vallat
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.
2002-05-09Restore the support of ISO 8859-1 fonts in macppc console. gallant12x22.hMats O Jansson
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
2002-05-02use the gallant 12x22 font by default on screens that are moreMatthieu Herrb
than 960 pixels wide if !SMALL_KERNEL, like rcons does. Ok drahn@, mickey@, miod@.x
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-03-18Importing wsfont stuff from NetBSD.Nathan Binkert