| Commit message (Expand) | Author | Age | Files | Lines |
* | Make it possible to use RI_WRONLY for the aframebuffer during early boot. |  kettenis | 2015-09-07 | 2 | -7/+120 |
* | uses sizes for free() |  deraadt | 2015-09-01 | 1 | -5/+6 |
* | Don't leak mem if wsfont_rotate() fails. |  jca | 2015-06-21 | 1 | -4/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | remove the second void * argument on tasks. |  dlg | 2015-01-27 | 1 | -5/+5 |
* | Replace switch workq with taskq, using the blambert@ method (tm). |  krw | 2014-12-22 | 2 | -10/+13 |
* | Use <sys/endian.h> instead of <machine/endian.h> |  guenther | 2014-12-19 | 6 | -14/+12 |
* | yet more mallocarray() changes. |  doug | 2014-12-13 | 1 | -3/+5 |
* | Fix previous. |  landry | 2014-11-20 | 1 | -1/+3 |
* | oops, mangled the prototype |  deraadt | 2014-11-20 | 1 | -1/+2 |
* | Rename slow_ovbcopy() to slow_bcopy(), since ovbcopy means nothing to |  deraadt | 2014-11-20 | 1 | -10/+7 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -4/+4 |
* | No longer store fonts added with the WSDISPLAYIO_LDFONT ioctl into the |  miod | 2013-10-20 | 2 | -2/+55 |
* | Add a load_font accessop to rasops, to allow for fonts to be loaded and |  miod | 2013-10-20 | 2 | -2/+87 |
* | Make sure that, when a particular mapchar() can't find a proper glyph for the |  miod | 2013-10-18 | 1 | -4/+4 |
* | Define WS_DEFAULT_FG and WS_DEFAULT_BG as default colors (black on white for |  kettenis | 2013-08-20 | 1 | -3/+3 |
* | Add support for write-only framebuffers. This makes the code that copies |  kettenis | 2013-06-28 | 2 | -5/+36 |
* | Replace all ovbcopy with memmove; swap the src and dst arguments too |  deraadt | 2013-06-11 | 1 | -5/+5 |
* | Implement wsmoused support based on the new multiple screen support. Only |  kettenis | 2013-05-17 | 2 | -8/+26 |
* | Add basic support for multiple screens. |  kettenis | 2013-03-25 | 2 | -2/+298 |
* | a bit more ansi; ok tedu |  deraadt | 2011-06-23 | 1 | -2/+2 |
* | ansify function definitions, and constify a few arrays while there. |  miod | 2010-08-28 | 9 | -245/+70 |
* | remove crappy old README files |  tedu | 2010-07-01 | 1 | -21/+0 |
* | Do not check malloc return value against NULL, as M_WAITOK is used. |  chl | 2010-01-12 | 1 | -3/+1 |
* | Change the wsdisplay_emulops return types from void to int; emulops will now |  miod | 2009-09-05 | 10 | -219/+300 |
* | If RI_FORCEMONO is set in ri_flags, build ri_devcmap as if it was a 1bpp |  miod | 2008-08-20 | 1 | -5/+5 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 12 | -96/+12 |
* | Fix space and underline handling in rasops24_putchar(), spotted by Leon Zadorin. |  miod | 2007-09-01 | 1 | -10/+7 |
* | Oops, prevent a warning if rasops_bswap is not required. |  miod | 2006-12-02 | 1 | -2/+3 |
* | On frame buffers which endianness differs from the host CPU, we can not afford |  miod | 2006-12-02 | 3 | -12/+67 |
* | Add an unpack_attr function to struct wsdisplay_emulops, to match the |  miod | 2006-11-29 | 2 | -5/+6 |
* | More simplification for little-endian systems. |  miod | 2006-08-04 | 1 | -7/+3 |
* | Since rasops is big-endian internally (because it's the logical choice |  miod | 2006-08-03 | 5 | -316/+368 |
* | Omit specific depth in rasops_init_devcmap() if not compiling for them. |  miod | 2006-03-10 | 1 | -5/+19 |
* | Add a generic putchar() implementation, which will work with fonts up to 16 |  miod | 2006-03-04 | 1 | -32/+37 |
* | Big-endian fix here too. |  miod | 2006-01-08 | 1 | -1/+8 |
* | Fix stamp creation for big-endian systems. Makes mac68k happy at 16bpp. |  miod | 2006-01-08 | 1 | -5/+5 |
* | Correctly initialize ri_devcmap at 4bpp. |  miod | 2006-01-08 | 1 | -3/+10 |
* | Stop compiling the texte console rotation code #ifdef __zaurus__, but use |  miod | 2005-09-15 | 3 | -165/+248 |
* | Another evil hack to turn sidelining into underlining on the Zaurus console. |  pascoe | 2005-05-01 | 1 | -2/+21 |
* | Temporary hack to (un)rotate the Zaurus console until a proper rasops |  pascoe | 2005-04-30 | 2 | -2/+151 |
* | Cosmetics... |  tdeval | 2005-03-08 | 1 | -11/+11 |
* | Typo |  miod | 2005-01-14 | 1 | -2/+2 |
* | Provide a real inverted cursor for rasops-based consoles; inspired by |  miod | 2003-12-17 | 1 | -30/+70 |
* | Remove dead attribute "rasterconsole". |  miod | 2003-04-14 | 1 | -14/+12 |
* | It is not clear that the order of operations will be what the programmer |  henric | 2003-02-12 | 1 | -3/+5 |
* | Add a callback routine for when the cursor position is updated (this allows |  jason | 2002-08-12 | 2 | -2/+7 |
* | Define RASOPS_SMALL when SMALL_KERNEL is also defined. |  miod | 2002-07-28 | 1 | -1/+5 |
* | Fix PIXEL_SHIFT value for 4bit displays. |  miod | 2002-07-27 | 1 | -2/+2 |
* | Unstaticize functions, for my ddb sessions pleasure. |  miod | 2002-07-27 | 9 | -100/+100 |