summaryrefslogtreecommitdiffstats
path: root/sys/dev/wsfont/wsfont.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add "Spleen 6x12" to wsfont, a font targetted at OLED displays.fcambus2020-07-101-5/+13
* Enable spleen16x32 and spleen32x64 on armv7 for GENERIC kernels.fcambus2020-07-091-2/+2
* Kill commented-out wsfont_remove().mpi2019-07-111-37/+1
* Enable Spleen in wsfont and modify the font selection logic at runtimefcambus2019-01-091-13/+29
* Add Spleen 8x16, 12x24, 16x32, and 32x64 variants to wsfont.fcambus2018-12-021-1/+33
* Add "Spleen 5x8" to wsfont, a font targetted at small OLED displaysfcambus2018-09-241-1/+9
* 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-171-20/+61
* Remove qvss8x15, vt220l8x8, and vt220l8x10 fonts.fcambus2017-05-301-25/+1
* Remove lucida16x29.h and omron12x20 fonts.fcambus2017-05-301-20/+4
* Remove sony8x16 and sony12x24 fonts.fcambus2017-01-221-18/+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-201-7/+5
* Add a load_font accessop to rasops, to allow for fonts to be loaded andmiod2013-10-201-14/+11
* 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 function wsfont_getflg.shadchin2012-01-101-21/+1
* 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-061-81/+81
* luna88k moves to defining __luna88k__ insteadderaadt2010-05-231-2/+2
* 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-261-8/+1
* 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-061-63/+12
* 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
* Select the 8x15 font by default on vax.miod2006-07-231-2/+8
* Stop compiling the texte console rotation code #ifdef __zaurus__, but usemiod2005-09-151-45/+67
* Provide both 8x16 and 12x22 fonts on sparc64 even if SMALL_KERNEL, asmiod2005-05-051-12/+15
* Temporary hack to (un)rotate the Zaurus console until a proper rasopspascoe2005-04-301-1/+71
* correct a spellopascoe2005-04-151-2/+2
* Enable wsfont_add(), it will be necessary on sparc.miod2005-03-261-3/+1
* Select the Latin-1 8x16 font as the default 8x16 font, instead of themiod2004-05-101-8/+8