summaryrefslogtreecommitdiffstats
path: root/sys/dev/rasops/rasops.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ansify function definitions, and constify a few arrays while there.miod2010-08-281-66/+20
* 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-051-47/+88
* 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-261-8/+1
* 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-021-9/+62
* Add an unpack_attr function to struct wsdisplay_emulops, to match themiod2006-11-291-3/+5
* Omit specific depth in rasops_init_devcmap() if not compiling for them.miod2006-03-101-5/+19
* Correctly initialize ri_devcmap at 4bpp.miod2006-01-081-3/+10
* Stop compiling the texte console rotation code #ifdef __zaurus__, but usemiod2005-09-151-151/+230
* 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-301-1/+145
* Provide a real inverted cursor for rasops-based consoles; inspired bymiod2003-12-171-30/+70
* Add a callback routine for when the cursor position is updated (this allowsjason2002-08-121-1/+5
* Unstaticize functions, for my ddb sessions pleasure.miod2002-07-271-16/+16
* Do not use bcopy() when you mean ovbcopy(); found the hard way by aaron@miod2002-07-231-3/+3
* No newline in panic messagesmiod2002-07-171-3/+3
* o spaces, tabs, spelling cleanup.fgsch2002-05-281-13/+8
* use the gallant 12x22 font by default on screens that are morematthieu2002-05-021-3/+9
* First round of __P removal in sysmillert2002-03-141-8/+8
* Import rasops from NetBSD. This gives improved performance for rasternate2001-03-181-0/+957