| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-03-25 | Add basic support for multiple screens. |  kettenis | 2 | -2/+298 |
| 2011-06-23 | a bit more ansi; ok tedu |  deraadt | 1 | -2/+2 |
| 2010-08-28 | ansify function definitions, and constify a few arrays while there. |  miod | 9 | -245/+70 |
| 2010-07-01 | remove crappy old README files |  tedu | 1 | -21/+0 |
| 2010-01-12 | Do not check malloc return value against NULL, as M_WAITOK is used. |  chl | 1 | -3/+1 |
| 2009-09-05 | Change the wsdisplay_emulops return types from void to int; emulops will now |  miod | 10 | -219/+300 |
| 2008-08-20 | If RI_FORCEMONO is set in ri_flags, build ri_devcmap as if it was a 1bpp |  miod | 1 | -5/+5 |
| 2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 12 | -96/+12 |
| 2007-09-01 | Fix space and underline handling in rasops24_putchar(), spotted by Leon Zadorin. |  miod | 1 | -10/+7 |
| 2006-12-02 | Oops, prevent a warning if rasops_bswap is not required. |  miod | 1 | -2/+3 |
| 2006-12-02 | On frame buffers which endianness differs from the host CPU, we can not afford |  miod | 3 | -12/+67 |
| 2006-11-29 | Add an unpack_attr function to struct wsdisplay_emulops, to match the |  miod | 2 | -5/+6 |
| 2006-08-04 | More simplification for little-endian systems. |  miod | 1 | -7/+3 |
| 2006-08-03 | Since rasops is big-endian internally (because it's the logical choice |  miod | 5 | -286/+338 |
| 2006-03-10 | Omit specific depth in rasops_init_devcmap() if not compiling for them. |  miod | 1 | -5/+19 |
| 2006-03-04 | Add a generic putchar() implementation, which will work with fonts up to 16 |  miod | 1 | -32/+37 |
| 2006-01-08 | Big-endian fix here too. |  miod | 1 | -1/+8 |
| 2006-01-08 | Fix stamp creation for big-endian systems. Makes mac68k happy at 16bpp. |  miod | 1 | -5/+5 |
| 2006-01-08 | Correctly initialize ri_devcmap at 4bpp. |  miod | 1 | -3/+10 |
| 2005-09-15 | Stop compiling the texte console rotation code #ifdef __zaurus__, but use |  miod | 3 | -165/+248 |
| 2005-05-01 | Another evil hack to turn sidelining into underlining on the Zaurus console. |  pascoe | 1 | -2/+21 |
| 2005-04-30 | Temporary hack to (un)rotate the Zaurus console until a proper rasops |  pascoe | 2 | -2/+151 |
| 2005-03-08 | Cosmetics... |  tdeval | 1 | -11/+11 |
| 2005-01-14 | Typo |  miod | 1 | -2/+2 |
| 2003-12-17 | Provide a real inverted cursor for rasops-based consoles; inspired by |  miod | 1 | -29/+69 |
| 2003-04-14 | Remove dead attribute "rasterconsole". |  miod | 1 | -14/+12 |
| 2003-02-12 | It is not clear that the order of operations will be what the programmer |  henric | 1 | -3/+5 |
| 2002-08-12 | Add a callback routine for when the cursor position is updated (this allows |  jason | 2 | -2/+7 |
| 2002-07-28 | Define RASOPS_SMALL when SMALL_KERNEL is also defined. |  miod | 1 | -1/+5 |
| 2002-07-27 | Fix PIXEL_SHIFT value for 4bit displays. |  miod | 1 | -2/+2 |
| 2002-07-27 | Unstaticize functions, for my ddb sessions pleasure. |  miod | 9 | -100/+100 |
| 2002-07-25 | If passed RI_BSWAP, swap32 the stamp |  jason | 1 | -1/+3 |
| 2002-07-23 | Do not use bcopy() when you mean ovbcopy(); found the hard way by aaron@ |  miod | 1 | -3/+3 |
| 2002-07-17 | No newline in panic messages |  miod | 1 | -3/+3 |
| 2002-07-02 | inital -> initial |  nate | 1 | -2/+2 |
| 2002-05-29 | remove unneeded header. |  fgsch | 2 | -4/+2 |
| 2002-05-28 | o spaces, tabs, spelling cleanup. |  fgsch | 10 | -73/+42 |
| 2002-05-28 | make this compile; jason@ ok. |  fgsch | 1 | -14/+11 |
| 2002-05-02 | use the gallant 12x22 font by default on screens that are more |  matthieu | 1 | -3/+9 |
| 2002-03-14 | First round of __P removal in sys |  millert | 9 | -70/+70 |
| 2001-03-18 | Import rasops from NetBSD. This gives improved performance for raster |  nate | 15 | -0/+5060 |