summaryrefslogtreecommitdiffstats
path: root/sys/dev/rasops (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to use RI_WRONLY for the aframebuffer during early boot.kettenis2015-09-072-7/+120
* uses sizes for free()deraadt2015-09-011-5/+6
* Don't leak mem if wsfont_rotate() fails.jca2015-06-211-4/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* remove the second void * argument on tasks.dlg2015-01-271-5/+5
* Replace switch workq with taskq, using the blambert@ method (tm).krw2014-12-222-10/+13
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-196-14/+12
* yet more mallocarray() changes.doug2014-12-131-3/+5
* Fix previous.landry2014-11-201-1/+3
* oops, mangled the prototypederaadt2014-11-201-1/+2
* Rename slow_ovbcopy() to slow_bcopy(), since ovbcopy means nothing toderaadt2014-11-201-10/+7
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-4/+4
* No longer store fonts added with the WSDISPLAYIO_LDFONT ioctl into themiod2013-10-202-2/+55
* Add a load_font accessop to rasops, to allow for fonts to be loaded andmiod2013-10-202-2/+87
* Make sure that, when a particular mapchar() can't find a proper glyph for themiod2013-10-181-4/+4
* Define WS_DEFAULT_FG and WS_DEFAULT_BG as default colors (black on white forkettenis2013-08-201-3/+3
* Add support for write-only framebuffers. This makes the code that copieskettenis2013-06-282-5/+36
* Replace all ovbcopy with memmove; swap the src and dst arguments tooderaadt2013-06-111-5/+5
* Implement wsmoused support based on the new multiple screen support. Onlykettenis2013-05-172-8/+26
* Add basic support for multiple screens.kettenis2013-03-252-2/+298
* a bit more ansi; ok teduderaadt2011-06-231-2/+2
* ansify function definitions, and constify a few arrays while there.miod2010-08-289-245/+70
* remove crappy old README filestedu2010-07-011-21/+0
* Do not check malloc return value against NULL, as M_WAITOK is used.chl2010-01-121-3/+1
* Change the wsdisplay_emulops return types from void to int; emulops will nowmiod2009-09-0510-219/+300
* If RI_FORCEMONO is set in ri_flags, build ri_devcmap as if it was a 1bppmiod2008-08-201-5/+5
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-2612-96/+12
* Fix space and underline handling in rasops24_putchar(), spotted by Leon Zadorin.miod2007-09-011-10/+7
* Oops, prevent a warning if rasops_bswap is not required.miod2006-12-021-2/+3
* On frame buffers which endianness differs from the host CPU, we can not affordmiod2006-12-023-12/+67
* Add an unpack_attr function to struct wsdisplay_emulops, to match themiod2006-11-292-5/+6
* More simplification for little-endian systems.miod2006-08-041-7/+3
* Since rasops is big-endian internally (because it's the logical choicemiod2006-08-035-316/+368
* Omit specific depth in rasops_init_devcmap() if not compiling for them.miod2006-03-101-5/+19
* Add a generic putchar() implementation, which will work with fonts up to 16miod2006-03-041-32/+37
* Big-endian fix here too.miod2006-01-081-1/+8
* Fix stamp creation for big-endian systems. Makes mac68k happy at 16bpp.miod2006-01-081-5/+5
* Correctly initialize ri_devcmap at 4bpp.miod2006-01-081-3/+10
* Stop compiling the texte console rotation code #ifdef __zaurus__, but usemiod2005-09-153-165/+248
* Another evil hack to turn sidelining into underlining on the Zaurus console.pascoe2005-05-011-2/+21
* Temporary hack to (un)rotate the Zaurus console until a proper rasopspascoe2005-04-302-2/+151
* Cosmetics...tdeval2005-03-081-11/+11
* Typomiod2005-01-141-2/+2
* Provide a real inverted cursor for rasops-based consoles; inspired bymiod2003-12-171-30/+70
* Remove dead attribute "rasterconsole".miod2003-04-141-14/+12
* It is not clear that the order of operations will be what the programmerhenric2003-02-121-3/+5
* Add a callback routine for when the cursor position is updated (this allowsjason2002-08-122-2/+7
* Define RASOPS_SMALL when SMALL_KERNEL is also defined.miod2002-07-281-1/+5
* Fix PIXEL_SHIFT value for 4bit displays.miod2002-07-271-2/+2
* Unstaticize functions, for my ddb sessions pleasure.miod2002-07-279-100/+100