index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
tc
/
sfb.c
Age
Commit message (
Expand
)
Author
2006-04-12
Add an extra cookie to the ioctl and mmap wsdisplay accessops that points
jmmv
2006-03-31
Use ANSI function decls, apply static.
thorpej
2006-03-30
Use device_private().
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-02-27
nuke trailing whitespace
perry
2005-02-26
Remove some erroneous semicolons.
simonb
2005-01-02
Change screen blanking to be like other *fb.c drivers (and to not call
mhitch
2003-12-20
- Add /* CONSTCOND */ where appropriate.
tsutsui
2003-12-20
- Use volatile designations for memory writes to prevent compiler
nisimura
2003-12-17
- Restore the display to a sane state when leaving mapped mode.
ad
2003-11-13
eliminate uvm_useracc() in favor of checking the return value of
chs
2003-10-27
uninitialized variables
chs
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-29
Fix 'struct lwp *' lossage.
simonb
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-10-01
Use CFATTACH_DECL().
thorpej
2002-08-19
Leaving overflow-sensitive code, very similar to what was fixed
itohy
2002-08-19
Make it compile again.
itohy
2002-08-06
integer overflow. from silvio@qualys.com
itojun
2002-07-04
alloc_attr -> allocattr
junyoung
2002-03-17
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
atatat
2002-03-13
Reorganise the wsfont stuff slightly so that multiple display adapters
ad
2001-11-13
add/cleanup RCSIDs
lukem
2001-08-22
Use ri->ri_hw field for TC module base address.
nisimura
2001-08-20
Nuke fb_devconfig data structure which was found unnecessary to have.
nisimura
2001-08-05
use unsigned variable types as appropriate
jdolecek
2001-04-20
Fix a few race conditions ... the VSYNC update flag could be cleared
reinoud
2001-02-19
Void-filling to honour SVIDEO ioctl call.
nisimura
2001-01-19
- paint underline on text honouring WSSCREEN_UNDERLINE.
nisimura
2001-01-16
- relocate the code to place sprite cursor inside interrupt handlers
nisimura
2001-01-15
fix a typo and rearrange a comment about SFB register aliasing effect.
nisimura
2001-01-15
use ri_devcmap[] values directly, instead of calling rasops_unpack_attr().
nisimura
2000-11-25
Replace sfb_copycols() which can run better job in some degree.
nisimura
2000-10-27
Fix errors in initializing the software copy of 256 entry colormap
nisimura
2000-06-28
remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
mrg
2000-06-26
Change the kernel mmap interface so that the offset to map is an
simonb
2000-03-16
Retain rendering performance lossage by rasops, but suffering
nisimura
2000-02-18
Improvement on SFB enabled copycol(); still yet under development,
nisimura
2000-01-07
Replace WSFONT_L2R/R2L with WSDISPLAY_FONTORDER_L2R/R2L.
enami
1999-12-16
Remove part of a bogus comment and put it in a more appropiate spot.
ad
1999-12-15
- Change prefix for Bt459 register defs to BT459_IREG to indicate that
ad
1999-12-06
update for changed struct wsdisplay_accessops:show_screen signature.
drochner
1999-12-04
some cleanup:
drochner
1999-12-02
Convert to use rasops/wsfont, enabling colors.
drochner
1999-11-29
Const poisoning.
nisimura
1999-11-09
Fix errors in sfb_copycols() of the forward (left-to-right) case.
nisimura
1999-11-05
- Remove temporary hack to recognize PMAGD since SFB+ rendering function
nisimura
1999-10-27
Add a temporary kludge to recognize PMAGD (HX+) as 'sfb' hoping 8bpp
nisimura
1999-10-26
- Fix bogus cursor drawn by sfb_cursor(). From eye-opening input from R.C.
nisimura
1999-10-22
Fill always erased regions with bg color. Fix an issue revealed by
nisimura
[next]