summaryrefslogtreecommitdiffstats
path: root/sys/dev/rasops/rasops4.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-2/+2
* ansify function definitions, and constify a few arrays while there.miod2010-08-281-31/+8
* Change the wsdisplay_emulops return types from void to int; emulops will nowmiod2009-09-051-27/+33
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Since rasops is big-endian internally (because it's the logical choicemiod2006-08-031-1/+2
* Big-endian fix here too.miod2006-01-081-1/+8
* Fix PIXEL_SHIFT value for 4bit displays.miod2002-07-271-2/+2
* Unstaticize functions, for my ddb sessions pleasure.miod2002-07-271-15/+15
* o spaces, tabs, spelling cleanup.fgsch2002-05-281-7/+3
* First round of __P removal in sysmillert2002-03-141-9/+9
* Import rasops from NetBSD. This gives improved performance for rasternate2001-03-181-0/+499