OpenGrok
Cross Reference: files.rasops
xref
: /
src
/
sys
/
dev
/
rasops
/
files.rasops
Home
|
History
|
Annotate
|
Download
|
only in
rasops
History log of
/src/sys/dev/rasops/files.rasops
Revision
Date
Author
Comments
1.13
11-Jan-2012
macallan
make rasops_init()'s font selection code a bit less boneheaded by:
- actually trying to pick a font which gets as close as possible to the
requested terminal size
- accepting 0,0 as 'use system default' which can be changed by
options RASOPS_DEFAULT_WIDTH=100
options RASOPS_DEFAULT_HEIGHT=30
default is 80x25
- putting alpha and bitmap fonts in the same list and making wsfont_find()
aware of wether we support alpha fonts or not
- if supported, prefer alpha fonts over otherwise equally suitable bitmap
fonts
1.12
02-Feb-2007
ober
branches: 1.12.80; 1.12.84;
Updates to allow Zaurus screen to rotate 90 degrees to a usable state with the keyboard. Patch from peter@ copied from OpenBSD. Feedback and OK from matt@
1.11
11-Dec-2005
christos
branches: 1.11.20;
merge ktrace-lwp.
1.10
27-Feb-2005
perry
branches: 1.10.4;
nuke trailing whitespace
1.9
28-Nov-2001
lukem
branches: 1.9.16; 1.9.24; 1.9.26;
- convert usage of "defopt" to "defflag" where the relevant option does
not support a value (e.g., it's to be used as "options FOO" instead of
"options FOO=xxx"). options that take a value were converted to
defparam recently.
- minor whitespace & formatting cleanups
1.8
15-Feb-2001
sato
branches: 1.8.2; 1.8.4;
rasops4.c depend on rasops_masks.c
1.7
21-Jan-2001
takemura
Rasops supports 4bit depth.
1.6
20-Apr-2000
thorpej
Put the rasops attributes in conf/files so that everyone can run
config(8) without pulling in files.rasops. There is prior art for
this, e.g. audio.
1.5
23-Oct-1999
ad
- New option (RASOPS_SMALL) for the tight-fisted.
- Don't use int32_t/u_int32_t unless we must.
- Remove C++ single line comment delimeters that crept in.
- Remove defs pertaining to byte granularity 'ragged-edge' bitmasks.
- Move all declarations of per-depth initialization functions to rasops.h.
- Other minor cleanup.
1.4
05-Jun-1999
pk
branches: 1.4.2; 1.4.4; 1.4.6; 1.4.8;
`rasops_glue' is only here to force the header file's name hence it must
be mentioned first in the expression.
Shudder..
1.3
02-Jun-1999
christos
Don't include rasops files unconditionally; only when we have rasterconsole or
wsdisplay.
1.2
26-Apr-1999
ad
Innumerable fixes and improvements. README contains list of remaining bugs
that need to be squashed.
1.1
13-Apr-1999
ad
Initial import of 'rasops', the new raster operations set for wscons/rcons.
1.4.8.1
27-Dec-1999
wrstuden
Pull up to last week's -current.
1.4.6.1
15-Nov-1999
fvdl
Sync with -current
1.4.4.3
12-Mar-2001
bouyer
Sync with HEAD.
1.4.4.2
11-Feb-2001
bouyer
Sync with HEAD.
1.4.4.1
20-Nov-2000
bouyer
Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
1.4.2.1
21-Jun-1999
thorpej
Sync w/ -current.
1.8.4.1
10-Jan-2002
thorpej
Sync kqueue branch with -current.
1.8.2.1
08-Jan-2002
nathanw
Catch up to -current.
1.9.26.1
19-Mar-2005
yamt
sync with head. xen and whitespace. xen part is not finished.
1.9.24.1
29-Apr-2005
kent
sync with -current
1.9.16.1
04-Mar-2005
skrll
Sync with HEAD.
Hi Perry!
1.10.4.1
26-Feb-2007
yamt
sync with head.
1.11.20.1
09-Feb-2007
ad
Sync with HEAD.
1.12.84.1
18-Feb-2012
mrg
merge to -current.
1.12.80.1
17-Apr-2012
yamt
sync with head
Indexes created Wed Oct 01 07:09:59 GMT 2025