Up to [cvs.netbsd.org] / src / sys / dev / wscons
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.1.6.2 / (download) - annotate - [select for diffs], Fri Apr 30 14:43:54 2010 UTC (2 years ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.1.6.1: +116 -0
lines
Diff to previous 1.1.6.1 (colored) to branchpoint 1.1 (colored)
Sync with HEAD.
Revision 1.1.2.2 / (download) - annotate - [select for diffs], Thu Mar 11 15:04:09 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.1.2.1: +116 -0
lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored)
sync with head
Revision 1.1.6.1, Wed Feb 10 19:39:39 2010 UTC (2 years, 3 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.1: +0 -116
lines
FILE REMOVED
file vt100_base.h was added on branch uebayasi-xip on 2010-04-30 14:43:54 +0000
Revision 1.1.2.1, Wed Feb 10 19:39:39 2010 UTC (2 years, 3 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.1: +0 -116
lines
FILE REMOVED
file vt100_base.h was added on branch yamt-nfs-mp on 2010-03-11 15:04:09 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Wed Feb 10 19:39:39 2010 UTC (2 years, 3 months ago) by drochner
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
yamt-nfs-mp-base9,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
rmind-uvmplock,
netbsd-6-base,
netbsd-6,
matt-mips64-premerge-20101231,
jruoho-x86intr-base,
jruoho-x86intr,
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,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2,
HEAD
Branch point for: yamt-nfs-mp,
uebayasi-xip
Allow big parts of the vt100 emulation code (what is in wsemul_vt100_subr.c) to be used by alternative terminal emulators (which are not in-tree yet but can be loaded as LKMs). For this, split out that part of the state structure which is used by the sharable code and include that in the original vt100 state. This is only a query-replace and sed(1) job for now, it makes sense to rearrange things a bit so that even more code can be changed -- will do so later.