summaryrefslogtreecommitdiff
path: root/sys/dev/wsfont/wsfont.c
AgeCommit message (Expand)Author
2023-10-24Remove bold8x16 font.Frederic Cambus
2023-10-19Add IBM encoded version of "Spleen 8x16".Frederic Cambus
2023-10-13Remove bold8x16-iso1 font.Frederic Cambus
2022-04-04wscons: const-ify font encoding mappingsChristian Weisgerber
2021-11-02Enable spleen16x32 and spleen32x64 on powerpc64 for GENERIC kernels.Frederic Cambus
2021-11-01Enable spleen16x32 and spleen32x64 on riscv64 for GENERIC kernels.Frederic Cambus
2021-05-01Retire OpenBSD/sgi.Visa Hankala
2020-07-10Add "Spleen 6x12" to wsfont, a font targetted at OLED displays.Frederic Cambus
2020-07-09Enable spleen16x32 and spleen32x64 on armv7 for GENERIC kernels.Frederic Cambus
2019-07-11Kill commented-out wsfont_remove().Martin Pieuchot
2019-01-09Enable Spleen in wsfont and modify the font selection logic at runtimeFrederic Cambus
2018-12-02Add Spleen 8x16, 12x24, 16x32, and 32x64 variants to wsfont.Frederic Cambus
2018-09-24Add "Spleen 5x8" to wsfont, a font targetted at small OLED displaysFrederic Cambus
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-08-18Backout because it breaks ramdisks. Anyone making changes in the kernelTheo de Raadt
2017-08-18Add compressed fonts support in the kernel.Frederic Cambus
2017-08-17Implement counter-clockwise rotation.Mark Kettenis
2017-05-30Remove qvss8x15, vt220l8x8, and vt220l8x10 fonts.Frederic Cambus
2017-05-30Remove lucida16x29.h and omron12x20 fonts.Frederic Cambus
2017-01-22Remove sony8x16 and sony12x24 fonts.Frederic Cambus
2016-10-06Remove reference to non existing font.Frederic Cambus
2016-09-14limit the number of fonts that can be loadedJoshua Stein
2016-09-04remove some more sparc remnants. ok deraadtTed Unangst
2015-09-13Put the 12x22 font on alpha and macppc installation kernels, the 8x16 fontMiod Vallat
2015-09-08sizes for free(); checked by semarieTheo de Raadt
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-01-11global "list" is not the nicest variable nameTheo de Raadt
2014-12-13yet more mallocarray() changes.Doug Hogan
2014-12-07Bring the 12x22 font in even if SMALL_KERNEL on sgi.Miod Vallat
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-10-20No longer store fonts added with the WSDISPLAYIO_LDFONT ioctl into theMiod Vallat
2013-10-20Add a load_font accessop to rasops, to allow for fonts to be loaded andMiod Vallat
2013-10-20Replace manual list handling with a TAILQ.Miod Vallat
2013-10-19Remove Unicode to ISO-8859-7 translation tables, they would only be used ifMiod Vallat
2013-05-21Check for NULL ptr before dereferencing, not after; found the hard way byMiod Vallat
2012-01-13Simplify function wsfont_map_unichar.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
2010-05-23luna88k moves to defining __luna88k__ insteadTheo de Raadt
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