summaryrefslogtreecommitdiffstats
path: root/sys/dev/wsfont
AgeCommit message (Expand)AuthorFilesLines
2021-03-12Update Spleen kernel fonts to version 1.9.0, bringing the followingfcambus2-27/+1691
2020-07-31Update Spleen kernel fonts to version 1.8.2, bringing the followingfcambus3-65/+65
2020-07-20Update Spleen kernel fonts to version 1.8.1, bringing the followingfcambus6-32/+32
2020-07-10Add "Spleen 6x12" to wsfont, a font targetted at OLED displays.fcambus2-5/+1307
2020-07-09Enable spleen16x32 and spleen32x64 on armv7 for GENERIC kernels.fcambus1-2/+2
2020-06-29Update Spleen kernel fonts to version 1.8.0, bringing the followingfcambus1-3/+3
2020-06-24Use C99 initializers in wsdisplay_font struct definitions forfcambus3-39/+39
2020-06-23Use C99 initializers in wsdisplay_font struct definitions for Spleenfcambus5-65/+65
2020-06-21Update Spleen kernel fonts to version 1.7.1, bringing the followingfcambus5-35/+35
2019-10-03Update Spleen kernel fonts to version 1.5.0, bringing the followingfcambus3-19/+19
2019-09-05Update Spleen kernel fonts to the latest released version, bringingfcambus3-31/+31
2019-07-11Kill commented-out wsfont_remove().mpi2-39/+2
2019-06-08Update Spleen kernel fonts to the latest released version, bringingfcambus5-193/+193
2019-03-08Update Spleen kernel fonts to the latest released version, bringingfcambus4-29/+29
2019-01-09Enable Spleen in wsfont and modify the font selection logic at runtimefcambus1-13/+29
2018-12-02Remove artefacts from 'C', 'c' and 'F' characters, to match the otherfcambus1-4/+4
2018-12-02Add Spleen 8x16, 12x24, 16x32, and 32x64 variants to wsfont.fcambus5-1/+31577
2018-09-24Add "Spleen 5x8" to wsfont, a font targetted at small OLED displaysfcambus2-1/+919
2017-09-08If you use sys/param.h, you don't need sys/types.hderaadt1-2/+1
2017-08-18Backout because it breaks ramdisks. Anyone making changes in the kernelderaadt1-44/+1
2017-08-18Add compressed fonts support in the kernel.fcambus1-1/+44
2017-08-17Implement counter-clockwise rotation.kettenis2-22/+63
2017-05-30Remove qvss8x15, vt220l8x8, and vt220l8x10 fonts.fcambus4-8910/+1
2017-05-30Remove lucida16x29.h and omron12x20 fonts.fcambus3-5201/+4
2017-01-22Remove sony8x16 and sony12x24 fonts.fcambus3-11404/+2
2016-10-06Remove reference to non existing font.fcambus1-12/+9
2016-09-14limit the number of fonts that can be loadedjcs1-2/+10
2016-09-04remove some more sparc remnants. ok deraadttedu1-2/+2
2015-09-13Put the 12x22 font on alpha and macppc installation kernels, the 8x16 fontmiod1-9/+14
2015-09-08sizes for free(); checked by semariederaadt1-3/+4
2015-03-14Remove some includes include-what-you-use claims don'tjsg1-2/+1
2015-01-11global "list" is not the nicest variable namederaadt1-8/+8
2014-12-13yet more mallocarray() changes.doug1-2/+2
2014-12-07Bring the 12x22 font in even if SMALL_KERNEL on sgi.miod1-3/+5
2014-07-12add a size argument to free. will be used soon, but for now default to 0.tedu1-6/+6
2013-10-20No longer store fonts added with the WSDISPLAYIO_LDFONT ioctl into themiod2-9/+7
2013-10-20Add a load_font accessop to rasops, to allow for fonts to be loaded andmiod2-17/+14
2013-10-20Replace manual list handling with a TAILQ.miod1-35/+30
2013-10-19Remove Unicode to ISO-8859-7 translation tables, they would only be used ifmiod1-54/+5
2013-05-21Check for NULL ptr before dereferencing, not after; found the hard way bymiod1-5/+5
2012-01-13Simplify function wsfont_map_unichar.shadchin1-28/+14
2012-01-10Remove unused definition WSFONT_RDONLY.shadchin1-2/+1
2012-01-10Remove unused function wsfont_getflg.shadchin2-23/+2
2012-01-08Ansify non-ansified function definitions. No functional change.shadchin1-30/+13
2012-01-08Remove unused definition null16.shadchin1-7/+1
2012-01-06Remove extra and trailing spaces.shadchin10-132/+130
2012-01-06Remove unused Makefile.shadchin1-8/+0
2010-05-23luna88k moves to defining __luna88k__ insteadderaadt1-2/+2
2009-06-21Use static for forward decl of static arrays instead of externjsg8-16/+16
2009-02-15do not check malloc return value against NULL, as M_WAITOK is usedchl1-7/+1