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
/
ic
/
pcdisplay_subr.c
Age
Commit message (
Expand
)
Author
2002-08-25
Fix some signed/unsigned comparison warnings from GCC 3.3.
thorpej
2002-07-07
Fix a typo in last commit which caused build failures if
tron
2002-07-07
Rename vc_ccol and vc_crow in struct pcdisplayscreen to cursorcol
junyoung
2002-07-01
more cleanups from Julio Merino.
christos
2002-06-26
PR/17402: Add wsmoused support by providing get/set char and events.
christos
2001-11-13
add/cleanup RCSID
lukem
2001-09-04
-update a comment wrt the "active screen" flag
drochner
2001-07-07
bcopy -> memcpy
thorpej
2001-07-05
If using the hardware cursor, make sure the cursor shape is initialized,
thorpej
2000-06-08
don't include ISA headers. these have been properly abstracted so that
cgd
2000-01-26
Argh - add initialization that got lost during editing of previous addition.
ad
2000-01-25
Finish with fixing the SOFTCURSOR stuff.
ad
2000-01-12
Make PCDISPLAY_SOFTCURSOR work as it should.
ad
2000-01-05
Add and use pcdisplay_cursor_init(). Still a couple of nits with this, I
ad
2000-01-05
Back out previous. A proper fix will follow.
ad
1999-12-06
If the vga driver isn't present in the kernel and PCDISPLAY_SOFTCURSOR
ad
1999-09-29
PCDISPLAY_SOFTCURSOR: invert foreground too.
ad
1999-09-19
When moving the software cursor on an inactive screen, save character and
ad
1999-09-19
- mc6845's cursor is disabled by punching bit 6 of cursor start register.
ad
1998-07-24
allow the displayed area to start anywhere in display memory,
drochner
1998-06-26
do the charcter mapping in a separate function
drochner
1998-06-20
adapt to wscons changes, treat incoming characters always as ISO
drochner
1998-06-17
do the former at one more place
drochner
1998-06-17
avoid sign extension if a character >=128 is passed
drochner
1998-05-28
Put definitions and subroutines needed for all PC display adapters
drochner