Age | Commit message (Expand) | Author |
2010-08-28 | ansify function definitions, and constify a few arrays while there. | Miod Vallat |
2010-07-01 | remove crappy old README files | Ted Unangst |
2010-01-12 | Do not check malloc return value against NULL, as M_WAITOK is used. | Charles Longeau |
2009-09-05 | Change the wsdisplay_emulops return types from void to int; emulops will now | Miod Vallat |
2008-08-20 | If RI_FORCEMONO is set in ri_flags, build ri_devcmap as if it was a 1bpp | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-09-01 | Fix space and underline handling in rasops24_putchar(), spotted by Leon Zadorin. | Miod Vallat |
2006-12-02 | Oops, prevent a warning if rasops_bswap is not required. | Miod Vallat |
2006-12-02 | On frame buffers which endianness differs from the host CPU, we can not afford | Miod Vallat |
2006-11-29 | Add an unpack_attr function to struct wsdisplay_emulops, to match the | Miod Vallat |
2006-08-04 | More simplification for little-endian systems. | Miod Vallat |
2006-08-03 | Since rasops is big-endian internally (because it's the logical choice | Miod Vallat |
2006-03-10 | Omit specific depth in rasops_init_devcmap() if not compiling for them. | Miod Vallat |
2006-03-04 | Add a generic putchar() implementation, which will work with fonts up to 16 | Miod Vallat |
2006-01-08 | Big-endian fix here too. | Miod Vallat |
2006-01-08 | Fix stamp creation for big-endian systems. Makes mac68k happy at 16bpp. | Miod Vallat |
2006-01-08 | Correctly initialize ri_devcmap at 4bpp. | Miod Vallat |
2005-09-15 | Stop compiling the texte console rotation code #ifdef __zaurus__, but use | Miod Vallat |
2005-05-01 | Another evil hack to turn sidelining into underlining on the Zaurus console. | Christopher Pascoe |
2005-04-30 | Temporary hack to (un)rotate the Zaurus console until a proper rasops | Christopher Pascoe |
2005-03-08 | Cosmetics... | Thierry Deval |
2005-01-14 | Typo | Miod Vallat |
2003-12-17 | Provide a real inverted cursor for rasops-based consoles; inspired by | Miod Vallat |
2003-04-14 | Remove dead attribute "rasterconsole". | Miod Vallat |
2003-02-12 | It is not clear that the order of operations will be what the programmer | Henric Jungheim |
2002-08-12 | Add a callback routine for when the cursor position is updated (this allows | Jason Wright |
2002-07-28 | Define RASOPS_SMALL when SMALL_KERNEL is also defined. | Miod Vallat |
2002-07-27 | Fix PIXEL_SHIFT value for 4bit displays. | Miod Vallat |
2002-07-27 | Unstaticize functions, for my ddb sessions pleasure. | Miod Vallat |
2002-07-25 | If passed RI_BSWAP, swap32 the stamp | Jason Wright |
2002-07-23 | Do not use bcopy() when you mean ovbcopy(); found the hard way by aaron@ | Miod Vallat |
2002-07-17 | No newline in panic messages | Miod Vallat |
2002-07-02 | inital -> initial | Nathan Binkert |
2002-05-29 | remove unneeded header. | Federico G. Schwindt |
2002-05-28 | o spaces, tabs, spelling cleanup. | Federico G. Schwindt |
2002-05-28 | make this compile; jason@ ok. | Federico G. Schwindt |
2002-05-02 | use the gallant 12x22 font by default on screens that are more | Matthieu Herrb |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-03-18 | Import rasops from NetBSD. This gives improved performance for raster | Nathan Binkert |