Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2007-09-17 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback | |
MALLOC/FREE, etc. Just adding M_ZERO to malloc() and deleting an immediately adjacent bzero(). | |||
2007-09-10 | more MALLOC/FREE -> malloc/free and M_ZERO changes | Gilles Chehade | |
ok pyr@ | |||
2006-08-06 | Convert the Sony wsfonts to ISO-Latin1 encoding, and drop the Sony encoding | Miod Vallat | |
conversion tables; from NetBSD. | |||
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 | |
frame buffers (and smg until it can use non-8bit wide fonts), as the latter has too many symbols in the 8-bit range stubbed out. | |||
2006-07-31 | Do not compile non-iso font encoding conversion tables and {bit(*),byte} order | Miod Vallat | |
reversal if SMALL_KERNEL. Saves ~5KB before compression. ok deraadt@ (*) except on alpha because tga needs it. | |||
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 | |
expects it. | |||
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 | |
a flag in the rasops_info structure; drivers which may use it shall declare a specific attribute for the config(8) machinery, so that the necessary code is compiled in. In addition to this, rotated font computation is now done on-demand, and a list of unrotated-rotated font cookie pairs is kept, rather than rotating all built-in wsfonts at initialization time. No user-perceptible functional change. Tested matthieu@ uwe@, ok uwe@ | |||
2005-05-05 | Provide both 8x16 and 12x22 fonts on sparc64 even if SMALL_KERNEL, as | Miod Vallat | |
vigra and some cgthree clones might need tho 8x16 font. Fits the floppies, other architectures unaffected. | |||
2005-04-30 | Temporary hack to (un)rotate the Zaurus console until a proper rasops | Christopher Pascoe | |
rotation framework is ready. | |||
2005-04-15 | correct a spello | Christopher Pascoe | |
ok jolan@ | |||
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 | |
IBM 8x16 one. ok deraadt@ | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-10 | Make the HAVE_FONT logic work correctly when user requests FONT_BOLD8x16 | Miod Vallat | |
only. | |||
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 | |
Diff generated by Chris Kuethe. | |||
2002-08-17 | The consensus was to include both FONT_GALLANT12x22 and FONT_BOLD8x16 | Todd C. Miller | |
for sparc, even when SMALL_KERNEL is defined. That way we get a reasonable font on the sparcbook for the install. | |||
2002-07-25 | When building kernels with the SMALL_KERNEL option (typically, RAMDISK), | Miod Vallat | |
only one wsfont will be included. Instead of forcing it to be the 8x16 font, choose it depending on the architecture we are compiling for - this way, sparc* will get the PROM-like 12x22 font instead. | |||
2002-05-09 | Restore the support of ISO 8859-1 fonts in macppc console. gallant12x22.h | Mats O Jansson | |
was updated with the characters from dev/wscons/wscons_gallant19.h. bold8x16-iso1.h is based on bold8x16.h and the missing characters added by me. bold8x16-iso1.h isn't used by default. -moj ok @drahn, @miod | |||
2002-05-02 | use the gallant 12x22 font by default on screens that are more | Matthieu Herrb | |
than 960 pixels wide if !SMALL_KERNEL, like rcons does. Ok drahn@, mickey@, miod@.x | |||
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-03-18 | Importing wsfont stuff from NetBSD. | Nathan Binkert | |