summaryrefslogtreecommitdiff
path: root/sys/dev/rasops
AgeCommit message (Expand)Author
2009-03-15ansify function definitionscegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-07The stamp mutex is not unsafe, so remove this comment so people don't get the...bjs
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-07-28Implement bounds checking in some places in display driver code to avoidmjf
2007-03-04fix fallout from caddr_t changes.christos
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-02Updates to allow Zaurus screen to rotate 90 degrees to a usable state with th...ober
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-05-18quieten GCC uninitialise variable warnings.mrg
2006-02-27Fixup a performance problem in rasops_copyrows that I introduced duringjmcneill
2006-02-18Add shadow framebuffer support.jmcneill
2006-01-29Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h>dsl
2005-12-11merge ktrace-lwp.christos
2005-09-03We don't need <sys/bswap.h> here.uwe
2005-05-30avoid shadow variable "stamp"christos
2005-05-01fixed tab width and formattingmacallan
2005-05-01made rasops_allocattr_color() respect WS_DEFAULT_FG and WS_DEFAULT_BG instead...macallan
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-03-05Check character if it in font limits before drawing it in rasops8_putcharpetrov
2003-11-08For the rasops-drawn cursor the fg/bg indices are bit inverted, souwe
2003-05-03In rasops_copycols change bcopy to memmove. In that particular placeuwe
2003-04-16rasops32_putchar: don't paint character out of font limits.petrov
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-05compiler warning.petrov
2002-07-04Rename rasops_alloc_cattr and rasops_alloc_mattr tojunyoung
2002-07-04alloc_attr -> allocattrjunyoung
2002-05-31Avoid sequence point error.thorpej
2002-03-13Reorganise the wsfont stuff slightly so that multiple display adaptersad
2002-02-11Undo previous that incorrectly byte-swaps stamps for little endianuwe
2002-02-08 | Module Name: syssrcuch
2002-01-31Honor RI_BSWAP.uwe
2001-11-28- convert usage of "defopt" to "defflag" where the relevant option doeslukem
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add/cleanup RCSIDslukem
2001-09-18Give initiali[sz]e all the "i"s it deserves.wiz
2001-08-10Adjust #ifdefs so RASOPS_SMALL doesn't give "defined but not used" warnings.bjh21
2001-04-11Only install headers which are actually used by our userland. Thisjdolecek
2001-02-15rasops4.c depend on rasops_masks.csato
2001-02-12Correct the ri_xorigin calculation for the RI_CENTER case again.nathanw
2001-02-02Now does character remapping depending on font encoding.marcus
2001-01-21Rasops supports 4bit depth.takemura
2001-01-12The mask tables have no excuse for being in the data segment.bjh21
2000-12-19Fix an error in xoffset calculation. Revealed in the case whennisimura
2000-06-13Use my proper name.ad
2000-06-12Let this build on LP64 if DEBUG is defined.sommerfeld