Age | Commit message (Expand) | Author |
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 |
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 |
2006-07-24 | Insert empty glyphs to make the font data really contiguous, as rasops | Miod Vallat |
2006-07-23 | Select the 8x15 font by default on vax. | Miod Vallat |
2005-09-15 | Stop compiling the texte console rotation code #ifdef __zaurus__, but use | Miod Vallat |
2005-05-05 | Provide both 8x16 and 12x22 fonts on sparc64 even if SMALL_KERNEL, as | Miod Vallat |
2005-04-30 | Temporary hack to (un)rotate the Zaurus console until a proper rasops | Christopher Pascoe |
2005-04-15 | correct a spello | Christopher Pascoe |
2005-03-26 | Enable wsfont_add(), it will be necessary on sparc. | Miod Vallat |
2004-05-10 | Select the Latin-1 8x16 font as the default 8x16 font, instead of the | Miod Vallat |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-10 | Make the HAVE_FONT logic work correctly when user requests FONT_BOLD8x16 | Miod Vallat |
2003-04-14 | Remove dead attribute "rasterconsole". | Miod Vallat |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-08-17 | The consensus was to include both FONT_GALLANT12x22 and FONT_BOLD8x16 | Todd C. Miller |
2002-07-25 | When building kernels with the SMALL_KERNEL option (typically, RAMDISK), | Miod Vallat |