Home | History | Annotate | Download | only in rcons
History log of /src/sys/dev/rcons/rcons_subr.c
RevisionDateAuthorComments
 1.18  14-Mar-2009  dsl ANSIfy another 1261 function definitions.
The only ones left in sys are beyond by sed script!
(or in sys/dist or sys/external)
Mostly they have function pointer parameters.
 1.17  14-Mar-2009  dsl Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)
 1.16  21-Jan-2006  chs branches: 1.16.72; 1.16.82; 1.16.88;
avoid checking if an unsigned number is less than 0. fixes PR 29948.
 1.15  11-Dec-2005  christos branches: 1.15.2;
merge ktrace-lwp.
 1.14  01-Jun-2005  drochner branches: 1.14.2;
make this compile after Wcast-qual
 1.13  27-Feb-2005  perry branches: 1.13.2;
nuke trailing whitespace
 1.12  07-Aug-2003  agc branches: 1.12.8; 1.12.10;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.11  04-Jul-2002  junyoung branches: 1.11.6;
alloc_attr -> allocattr

Approved by Matthias Drochner.
 1.10  15-Nov-2001  lukem branches: 1.10.8;
don't need <sys/types.h> when including <sys/param.h>
 1.9  13-Nov-2001  lukem add RCSIDs
 1.8  18-Sep-2001  wiz Give initiali[sz]e all the "i"s it deserves.
 1.7  16-Apr-2000  pk branches: 1.7.6; 1.7.8; 1.7.10;
Use a default attribute to restore the display mode to original settings.
Also, pass in WSATTR_COLORS at all times when allocating screen attributes
since without it we cannot even get black-on-white from rasops(9).
 1.6  26-Aug-1999  thorpej branches: 1.6.2;
Change the way the default foreground and background colors are chosen:
require the front-end to initialize rc_deffgcolor and rc_defbgcolor (both
new members), and override these only if RASTERCONSOLE_{FG,BG}COL are
set in the kernel configuration file.
 1.5  19-May-1999  ad Don't clear screen upon startup unless we're running on a pmax (remedies
quirky behaviour of px boards). Shuffle come code in rcons_init_ops() in
order to be more clear.
 1.4  22-Apr-1999  ad Let `mapchar' in operations set decide if characters (c > 127) are printable.
 1.3  13-Apr-1999  ad Many enchancements to rcons to support ANSI color and all attributes
properly. All output now performed using a 'struct wsdisplay_emulops'.
 1.2  04-Oct-1995  pk branches: 1.2.28;
Move font defs back into machine-dependent area (per Jonathan Stone).
Integrate patches from der Mouse (8-bit cleanliness, FULLSCREEN option,
SMALLFONT option).
The (MD) caller of rcons_init() is now responsible for initialising `rc_font'.
 1.1  17-Sep-1995  pk rcons (Raster CONSole) brought over here from the sparc area.
sparc device dependencies have been removed, as well as all references
to `struct fbdevice's. Clients need to #include <dev/rcons/rcons.h>.
 1.2.28.1  21-Jun-1999  thorpej Sync w/ -current.
 1.6.2.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.7.10.1  01-Oct-2001  fvdl Catch up with -current.
 1.7.8.2  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.7.8.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.7.6.4  01-Aug-2002  nathanw Catch up to -current.
 1.7.6.3  08-Jan-2002  nathanw Catch up to -current.
 1.7.6.2  14-Nov-2001  nathanw Catch up to -current.
 1.7.6.1  21-Sep-2001  nathanw Catch up to -current.
 1.10.8.1  15-Jul-2002  gehenna catch up with -current.
 1.11.6.5  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.11.6.4  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.11.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.11.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.11.6.1  03-Aug-2004  skrll Sync with HEAD
 1.12.10.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.12.8.1  29-Apr-2005  kent sync with -current
 1.13.2.1  30-Jan-2006  tron Pull up following revision(s) (requested by chs in ticket #1148):
sys/dev/rcons/rcons_subr.c: revision 1.16
avoid checking if an unsigned number is less than 0. fixes PR 29948.
 1.14.2.1  21-Jun-2006  yamt sync with head.
 1.15.2.1  01-Feb-2006  yamt sync with head.
 1.16.88.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.16.82.1  28-Apr-2009  skrll Sync with HEAD.
 1.16.72.1  04-May-2009  yamt sync with head.

RSS XML Feed