summaryrefslogtreecommitdiff
path: root/sys/dev/wsfont
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
2021-03-12Update Spleen kernel fonts to version 1.9.0, bringing the followingFrederic Cambus
2020-07-31Update Spleen kernel fonts to version 1.8.2, bringing the followingFrederic Cambus
2020-07-20Update Spleen kernel fonts to version 1.8.1, bringing the followingFrederic Cambus
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
2020-06-29Update Spleen kernel fonts to version 1.8.0, bringing the followingFrederic Cambus
2020-06-24Use C99 initializers in wsdisplay_font struct definitions forFrederic Cambus
2020-06-23Use C99 initializers in wsdisplay_font struct definitions for SpleenFrederic Cambus
2020-06-21Update Spleen kernel fonts to version 1.7.1, bringing the followingFrederic Cambus
2019-10-03Update Spleen kernel fonts to version 1.5.0, bringing the followingFrederic Cambus
2019-09-05Update Spleen kernel fonts to the latest released version, bringingFrederic Cambus
2019-07-11Kill commented-out wsfont_remove().Martin Pieuchot
2019-06-08Update Spleen kernel fonts to the latest released version, bringingFrederic Cambus
2019-03-08Update Spleen kernel fonts to the latest released version, bringingFrederic Cambus
2019-01-09Enable Spleen in wsfont and modify the font selection logic at runtimeFrederic Cambus
2018-12-02Remove artefacts from 'C', 'c' and 'F' characters, to match the otherFrederic 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 definition WSFONT_RDONLY.Alexandr Shadchin
2012-01-10Remove unused function wsfont_getflg.Alexandr Shadchin