Age | Commit message (Expand) | Author |
2018-09-22 | Only clear the character backing store when the RI_CLEAR flag is set. | Mark Kettenis |
2018-08-27 | Add an interface that allows drivers to claim a framebuffer and check | Mark Kettenis |
2018-08-25 | The current rasops cursor implementation simply inverts the appropriate | Mark Kettenis |
2018-05-03 | Use the default background attribute when erasing rows in doswitch and | Jonathan Gray |
2018-04-27 | rasops: implement scrollback | Joshua Stein |
2018-04-20 | oops, snapshot tests not ready yet | Theo de Raadt |
2018-04-20 | sync | Theo de Raadt |
2018-01-23 | Fix underline rotation on CCW (quarter counter-clockwise) rotated | Frederic Cambus |
2017-12-23 | Remove dead assignment. | Frederic Cambus |
2017-09-07 | In copycols() remove useless code that modifies the uninitialized | Alexander Bluhm |
2017-08-22 | Update inaccurate comment: rasops_copycols() doesn't use bcopy() | Frederic Cambus |
2017-08-17 | Implement counter-clockwise rotation. | Mark Kettenis |
2017-08-13 | Fix rotation in combination wth vcons support by calling | Mark Kettenis |
2017-05-16 | when allocating a new screen, only copy the current buffer contents | Joshua Stein |
2017-02-20 | memcpy a character row at a time to the framebuffer, rather than | Joshua Stein |
2016-12-15 | Remove rasops2 (2-bit color depth) functions, they are unused. | Frederic Cambus |
2016-09-26 | Avoid calculating offset several times. This was done for a few functions alr... | Frederic Cambus |
2015-09-07 | Make it possible to use RI_WRONLY for the aframebuffer during early boot. | Mark Kettenis |
2015-09-01 | uses sizes for free() | Theo de Raadt |
2015-06-21 | Don't leak mem if wsfont_rotate() fails. | Jeremie Courreges-Anglas |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-01-27 | remove the second void * argument on tasks. | David Gwynne |
2014-12-22 | Replace switch workq with taskq, using the blambert@ method (tm). | Kenneth R Westerback |
2014-12-19 | Use <sys/endian.h> instead of <machine/endian.h> | Philip Guenther |
2014-12-13 | yet more mallocarray() changes. | Doug Hogan |
2014-11-20 | Fix previous. | Landry Breuil |
2014-11-20 | oops, mangled the prototype | Theo de Raadt |
2014-11-20 | Rename slow_ovbcopy() to slow_bcopy(), since ovbcopy means nothing to | Theo de Raadt |
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-18 | Make sure that, when a particular mapchar() can't find a proper glyph for the | Miod Vallat |
2013-08-20 | Define WS_DEFAULT_FG and WS_DEFAULT_BG as default colors (black on white for | Mark Kettenis |
2013-06-28 | Add support for write-only framebuffers. This makes the code that copies | Mark Kettenis |
2013-06-11 | Replace all ovbcopy with memmove; swap the src and dst arguments too | Theo de Raadt |
2013-05-17 | Implement wsmoused support based on the new multiple screen support. Only | Mark Kettenis |
2013-03-25 | Add basic support for multiple screens. | Mark Kettenis |
2011-06-23 | a bit more ansi; ok tedu | Theo de Raadt |
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 |