summaryrefslogtreecommitdiff
path: root/sys/dev/wsfont
AgeCommit message (Expand)Author
2012-01-13Simplify function wsfont_map_unichar.Alexandr Shadchin
2012-01-10Remove unused definition WSFONT_RDONLY.Alexandr Shadchin
2012-01-10Remove unused function wsfont_getflg.Alexandr Shadchin
2012-01-08Ansify non-ansified function definitions. No functional change.Alexandr Shadchin
2012-01-08Remove unused definition null16.Alexandr Shadchin
2012-01-06Remove extra and trailing spaces.Alexandr Shadchin
2012-01-06Remove unused Makefile.Alexandr Shadchin
2010-05-23luna88k moves to defining __luna88k__ insteadTheo de Raadt
2009-06-21Use static for forward decl of static arrays instead of externJonathan Gray
2009-02-15do not check malloc return value against NULL, as M_WAITOK is usedCharles Longeau
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-09-10more MALLOC/FREE -> malloc/free and M_ZERO changesGilles Chehade
2006-08-06Convert the Sony wsfonts to ISO-Latin1 encoding, and drop the Sony encodingMiod Vallat
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
2006-07-31Do not compile non-iso font encoding conversion tables and {bit(*),byte} orderMiod Vallat
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
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
2005-05-05Provide both 8x16 and 12x22 fonts on sparc64 even if SMALL_KERNEL, asMiod Vallat
2005-04-30Temporary hack to (un)rotate the Zaurus console until a proper rasopsChristopher Pascoe
2005-04-15correct a spelloChristopher Pascoe
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
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-10Make the HAVE_FONT logic work correctly when user requests FONT_BOLD8x16Miod Vallat
2003-04-14Remove dead attribute "rasterconsole".Miod Vallat
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-08-17The consensus was to include both FONT_GALLANT12x22 and FONT_BOLD8x16Todd C. Miller
2002-07-25When building kernels with the SMALL_KERNEL option (typically, RAMDISK),Miod Vallat
2002-05-09Restore the support of ISO 8859-1 fonts in macppc console. gallant12x22.hMats O Jansson
2002-05-02use the gallant 12x22 font by default on screens that are moreMatthieu Herrb
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