summaryrefslogtreecommitdiffstats
path: root/sys/dev/wsfont (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update Spleen kernel fonts to version 1.7.1, bringing the followingfcambus2020-06-215-35/+35
* Update Spleen kernel fonts to version 1.5.0, bringing the followingfcambus2019-10-033-19/+19
* Update Spleen kernel fonts to the latest released version, bringingfcambus2019-09-053-31/+31
* Kill commented-out wsfont_remove().mpi2019-07-112-39/+2
* Update Spleen kernel fonts to the latest released version, bringingfcambus2019-06-085-193/+193
* Update Spleen kernel fonts to the latest released version, bringingfcambus2019-03-084-29/+29
* Enable Spleen in wsfont and modify the font selection logic at runtimefcambus2019-01-091-13/+29
* Remove artefacts from 'C', 'c' and 'F' characters, to match the otherfcambus2018-12-021-4/+4
* Add Spleen 8x16, 12x24, 16x32, and 32x64 variants to wsfont.fcambus2018-12-025-1/+31577
* Add "Spleen 5x8" to wsfont, a font targetted at small OLED displaysfcambus2018-09-242-1/+919
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* Backout because it breaks ramdisks. Anyone making changes in the kernelderaadt2017-08-181-44/+1
* Add compressed fonts support in the kernel.fcambus2017-08-181-1/+44
* Implement counter-clockwise rotation.kettenis2017-08-172-22/+63
* Remove qvss8x15, vt220l8x8, and vt220l8x10 fonts.fcambus2017-05-304-8910/+1
* Remove lucida16x29.h and omron12x20 fonts.fcambus2017-05-303-5201/+4
* Remove sony8x16 and sony12x24 fonts.fcambus2017-01-223-11404/+2
* Remove reference to non existing font.fcambus2016-10-061-12/+9
* limit the number of fonts that can be loadedjcs2016-09-141-2/+10
* remove some more sparc remnants. ok deraadttedu2016-09-041-2/+2
* Put the 12x22 font on alpha and macppc installation kernels, the 8x16 fontmiod2015-09-131-9/+14
* sizes for free(); checked by semariederaadt2015-09-081-3/+4
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* global "list" is not the nicest variable namederaadt2015-01-111-8/+8
* yet more mallocarray() changes.doug2014-12-131-2/+2
* Bring the 12x22 font in even if SMALL_KERNEL on sgi.miod2014-12-071-3/+5
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-6/+6
* No longer store fonts added with the WSDISPLAYIO_LDFONT ioctl into themiod2013-10-202-9/+7
* Add a load_font accessop to rasops, to allow for fonts to be loaded andmiod2013-10-202-17/+14
* Replace manual list handling with a TAILQ.miod2013-10-201-35/+30
* Remove Unicode to ISO-8859-7 translation tables, they would only be used ifmiod2013-10-191-54/+5
* Check for NULL ptr before dereferencing, not after; found the hard way bymiod2013-05-211-5/+5
* Simplify function wsfont_map_unichar.shadchin2012-01-131-28/+14
* Remove unused definition WSFONT_RDONLY.shadchin2012-01-101-2/+1
* Remove unused function wsfont_getflg.shadchin2012-01-102-23/+2
* Ansify non-ansified function definitions. No functional change.shadchin2012-01-081-30/+13
* Remove unused definition null16.shadchin2012-01-081-7/+1
* Remove extra and trailing spaces.shadchin2012-01-0610-132/+130
* Remove unused Makefile.shadchin2012-01-061-8/+0
* luna88k moves to defining __luna88k__ insteadderaadt2010-05-231-2/+2
* Use static for forward decl of static arrays instead of externjsg2009-06-218-16/+16
* do not check malloc return value against NULL, as M_WAITOK is usedchl2009-02-151-7/+1
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-264-32/+4
* Only the most obvious bzero() -> M_ZERO changes. No cast changes, nokrw2007-09-171-4/+2
* more MALLOC/FREE -> malloc/free and M_ZERO changesgilles2007-09-101-7/+8
* Convert the Sony wsfonts to ISO-Latin1 encoding, and drop the Sony encodingmiod2006-08-063-1668/+1617
* Switch luna88k from rcons to rasops. Tested by aoyama@miod2006-08-061-2/+2
* Provide the usual 8x16 font, instead of the qvss 8x15 font, for low-res vaxmiod2006-08-021-17/+5
* Do not compile non-iso font encoding conversion tables and {bit(*),byte} ordermiod2006-07-311-12/+36
* Add the 12x22 font to vax defaults.miod2006-07-241-1/+2