summaryrefslogtreecommitdiffstats
path: root/sys/dev/rasops/rasops32.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ansify function definitions, and constify a few arrays while there.miod2010-08-281-8/+3
| | | | no functional change.
* Change the wsdisplay_emulops return types from void to int; emulops will nowmiod2009-09-051-5/+7
| | | | | | return zero on success and nonzero on failure. This commit only performs mechanical changes for the existing emulops to always return zero.
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* Unstaticize functions, for my ddb sessions pleasure.miod2002-07-271-3/+3
| | | | Plus it makes hangman more difficult.
* o spaces, tabs, spelling cleanup.fgsch2002-05-281-8/+4
| | | | | | o remove unneeded headers. o makes this to compile if RASOPS_SMALL is defined. o makes rasops2 to compile.
* First round of __P removal in sysmillert2002-03-141-2/+2
|
* Import rasops from NetBSD. This gives improved performance for rasternate2001-03-181-0/+142
operations.