Age | Commit message (Expand) | Author |
2023-10-24 | Remove bold8x16 font. | Frederic Cambus |
2023-10-19 | Add IBM encoded version of "Spleen 8x16". | Frederic Cambus |
2023-10-13 | Remove bold8x16-iso1 font. | Frederic Cambus |
2022-04-04 | wscons: const-ify font encoding mappings | Christian Weisgerber |
2021-11-02 | Enable spleen16x32 and spleen32x64 on powerpc64 for GENERIC kernels. | Frederic Cambus |
2021-11-01 | Enable spleen16x32 and spleen32x64 on riscv64 for GENERIC kernels. | Frederic Cambus |
2021-05-01 | Retire OpenBSD/sgi. | Visa Hankala |
2020-07-10 | Add "Spleen 6x12" to wsfont, a font targetted at OLED displays. | Frederic Cambus |
2020-07-09 | Enable spleen16x32 and spleen32x64 on armv7 for GENERIC kernels. | Frederic Cambus |
2019-07-11 | Kill commented-out wsfont_remove(). | Martin Pieuchot |
2019-01-09 | Enable Spleen in wsfont and modify the font selection logic at runtime | Frederic Cambus |
2018-12-02 | Add Spleen 8x16, 12x24, 16x32, and 32x64 variants to wsfont. | Frederic Cambus |
2018-09-24 | Add "Spleen 5x8" to wsfont, a font targetted at small OLED displays | Frederic Cambus |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-08-18 | Backout because it breaks ramdisks. Anyone making changes in the kernel | Theo de Raadt |
2017-08-18 | Add compressed fonts support in the kernel. | Frederic Cambus |
2017-08-17 | Implement counter-clockwise rotation. | Mark Kettenis |
2017-05-30 | Remove qvss8x15, vt220l8x8, and vt220l8x10 fonts. | Frederic Cambus |
2017-05-30 | Remove lucida16x29.h and omron12x20 fonts. | Frederic Cambus |
2017-01-22 | Remove sony8x16 and sony12x24 fonts. | Frederic Cambus |
2016-10-06 | Remove reference to non existing font. | Frederic Cambus |
2016-09-14 | limit the number of fonts that can be loaded | Joshua Stein |
2016-09-04 | remove some more sparc remnants. ok deraadt | Ted Unangst |
2015-09-13 | Put the 12x22 font on alpha and macppc installation kernels, the 8x16 font | Miod Vallat |
2015-09-08 | sizes for free(); checked by semarie | Theo de Raadt |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-01-11 | global "list" is not the nicest variable name | Theo de Raadt |
2014-12-13 | yet more mallocarray() changes. | Doug Hogan |
2014-12-07 | Bring the 12x22 font in even if SMALL_KERNEL on sgi. | Miod Vallat |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-10-20 | No longer store fonts added with the WSDISPLAYIO_LDFONT ioctl into the | Miod Vallat |
2013-10-20 | Add a load_font accessop to rasops, to allow for fonts to be loaded and | Miod Vallat |
2013-10-20 | Replace manual list handling with a TAILQ. | Miod Vallat |
2013-10-19 | Remove Unicode to ISO-8859-7 translation tables, they would only be used if | Miod Vallat |
2013-05-21 | Check for NULL ptr before dereferencing, not after; found the hard way by | Miod Vallat |
2012-01-13 | Simplify function wsfont_map_unichar. | Alexandr Shadchin |
2012-01-10 | Remove unused function wsfont_getflg. | Alexandr Shadchin |
2012-01-08 | Ansify non-ansified function definitions. No functional change. | Alexandr Shadchin |
2012-01-08 | Remove unused definition null16. | Alexandr Shadchin |
2012-01-06 | Remove extra and trailing spaces. | Alexandr Shadchin |
2010-05-23 | luna88k moves to defining __luna88k__ instead | Theo de Raadt |
2009-02-15 | do not check malloc return value against NULL, as M_WAITOK is used | Charles Longeau |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-09-17 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback |
2007-09-10 | more MALLOC/FREE -> malloc/free and M_ZERO changes | Gilles Chehade |
2006-08-06 | Convert the Sony wsfonts to ISO-Latin1 encoding, and drop the Sony encoding | Miod Vallat |
2006-08-06 | Switch luna88k from rcons to rasops. Tested by aoyama@ | Miod Vallat |
2006-08-02 | Provide the usual 8x16 font, instead of the qvss 8x15 font, for low-res vax | Miod Vallat |
2006-07-31 | Do not compile non-iso font encoding conversion tables and {bit(*),byte} order | Miod Vallat |
2006-07-24 | Add the 12x22 font to vax defaults. | Miod Vallat |