| Age | Commit message (Expand) | Author |
| 2019-07-03 | Update Spleen kernel fonts to the latest released version, bringing | fcambus |
| 2019-04-07 | Add "bold16x32", a pixel doubled version of the "bold8x16" font. | jmcneill |
| 2019-03-17 | Define missing HAVE_FONT for newcomers. | rin |
| 2019-03-17 | import the Spleen wscons fonts from OpenBSD | tnn |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2017-11-04 | Don't test for failure of malloc(...,M_WAITOK), it cannot fail | maya |
| 2017-06-23 | allow longer font names | macallan |
| 2017-05-22 | vcons needs fonts now. | christos |
| 2016-11-20 | shiny new console font, use FONT_GO_MONO12x23 | macallan |
| 2016-11-20 | add WSFONT_PREFER_ALPHA - for drivers that would rather render anti-aliased | macallan |
| 2015-08-20 | include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. | christos |
| 2015-05-09 | When searching for a best font also allow fonts too wide for the | mlelstv |
| 2015-04-18 | add "best match" algorithm to wsfont and use this instead of a private | mlelstv |
| 2015-01-25 | add glass tty fonts as described in: | christos |
| 2014-11-05 | forgot the license header | macallan |
| 2014-11-05 | add FONT_DROID_SANS_MONO19x36, so we have something readable on | macallan |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2012-08-09 | remove some stray pixels in the R glyph | macallan |
| 2012-05-01 | add license header | macallan |
| 2012-04-10 | add license headers | macallan |
| 2012-04-05 | remove the FreeMono font for licensing reasons | macallan |
| 2012-01-13 | make this compile again with rotation enabled | macallan |
| 2012-01-11 | make rasops_init()'s font selection code a bit less boneheaded by: | macallan |
| 2012-01-04 | add WSFONT_GLYPH() to get a pointer to a given glyph in a given font | macallan |
| 2011-12-28 | add a somewhat smaller Droid font | macallan |
| 2011-12-22 | add some pre-rendered anti-aliased fonts from pkgsrc: | macallan |
| 2010-07-22 | In wsfont_rotate_cw_internal() and wsfont_rotate_ccw_internal(), | tsutsui |
| 2010-07-22 | Umm, revert unintended changes. | tsutsui |
| 2010-07-22 | Add VT220 8x8 font with ISO-8859-1 chars which is converted from | tsutsui |
| 2010-07-21 | Explicitly specify WSDISPLAY_FONTORDER_L2R for byte order even though | tsutsui |
| 2010-05-04 | add translation tables for ISO fonts in order to map unicode box drawing | macallan |
| 2010-04-17 | Added Sharp W-ZERO3 series support. | nonaka |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-02 | Updates to allow Zaurus screen to rotate 90 degrees to a usable state with th... | ober |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-07 | Fill undefined region (char 0x7f-0xa0) on ISO-8859-1 with dummy data | tsutsui |
| 2006-08-28 | fix incomplete initializers | christos |
| 2006-07-16 | Reordered the declaration-specifiers so that "inline" comes before | rillig |
| 2006-03-17 | Fix range to check to avoid a static buffer overrun, when | chris |
| 2005-12-24 | __inline__ -> inline | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-19 | Extend the gallant font to full ISO8859-1. Content provided by der Mouse, | martin |
| 2005-06-28 | Use static. | thorpej |
| 2005-05-29 | - add const | christos |
| 2005-04-22 | fix static/extern mismatches. found by gcc4. | yamt |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-04-23 | use bounded string ops | itojun |