Up to [cvs.netbsd.org] / src / sys / dev / wscons
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.1.8.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:08:46 2011 UTC (11 months, 2 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored) next main 1.2 (colored)
Sync with HEAD.
Revision 1.1.6.1 / (download) - annotate - [select for diffs], Tue May 31 03:04:57 2011 UTC (11 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored) next main 1.2 (colored)
sync with head
Revision 1.2 / (download) - annotate - [select for diffs], Wed May 25 06:01:39 2011 UTC (12 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
netbsd-6-base,
netbsd-6,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base,
jmcneill-usbmp,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp,
HEAD
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
add a cache so when we update the screen we only redraw the character cells that actually changed since last time. This gives a noticeable speedup on slower hardware with dumb framebuffers. For now this works with VCONS_DRAW_INTR and VCONS_DONT_READ only.
Revision 1.1.2.2 / (download) - annotate - [select for diffs], Wed Sep 16 13:37:59 2009 UTC (2 years, 8 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.1.2.1: +60 -0
lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
sync with head
Revision 1.1.2.1, Thu Aug 20 02:01:08 2009 UTC (2 years, 9 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.1: +0 -60
lines
FILE REMOVED
file wsdisplay_vcons_util.c was added on branch yamt-nfs-mp on 2009-09-16 13:37:59 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Thu Aug 20 02:01:08 2009 UTC (2 years, 9 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base8,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1,
uebayasi-xip-base,
uebayasi-xip,
matt-premerge-20091211,
matt-mips64-premerge-20101231,
jym-xensuspend-nbase,
jruoho-x86intr-base,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-nfs-mp,
rmind-uvmplock,
jruoho-x86intr
add vcons_replay_msgbuf() for use by wsdisplay drivers to replay the message buffer when attaching so older log messages will show up in the scrollback buffer Idea from gimpy