Age | Commit message (Expand) | Author |
2020-07-31 | Update Spleen kernel fonts to version 1.8.2, bringing the following | Frederic Cambus |
2020-07-20 | Update Spleen kernel fonts to version 1.8.1, bringing the following | Frederic Cambus |
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 |
2020-06-29 | Update Spleen kernel fonts to version 1.8.0, bringing the following | Frederic Cambus |
2020-06-24 | Use C99 initializers in wsdisplay_font struct definitions for | Frederic Cambus |
2020-06-23 | Use C99 initializers in wsdisplay_font struct definitions for Spleen | Frederic Cambus |
2020-06-21 | Update Spleen kernel fonts to version 1.7.1, bringing the following | Frederic Cambus |
2019-10-03 | Update Spleen kernel fonts to version 1.5.0, bringing the following | Frederic Cambus |
2019-09-05 | Update Spleen kernel fonts to the latest released version, bringing | Frederic Cambus |
2019-07-11 | Kill commented-out wsfont_remove(). | Martin Pieuchot |
2019-06-08 | Update Spleen kernel fonts to the latest released version, bringing | Frederic Cambus |
2019-03-08 | Update Spleen kernel fonts to the latest released version, bringing | Frederic Cambus |
2019-01-09 | Enable Spleen in wsfont and modify the font selection logic at runtime | Frederic Cambus |
2018-12-02 | Remove artefacts from 'C', 'c' and 'F' characters, to match the other | 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 definition WSFONT_RDONLY. | 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 |
2012-01-06 | Remove unused Makefile. | Alexandr Shadchin |
2010-05-23 | luna88k moves to defining __luna88k__ instead | Theo de Raadt |
2009-06-21 | Use static for forward decl of static arrays instead of extern | Jonathan Gray |
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 |