History log of /src/sys/dev/rcons/rcons.h |
Revision | | Date | Author | Comments |
1.16 |
| 11-Dec-2005 |
christos | merge ktrace-lwp.
|
1.15 |
| 01-Jun-2005 |
drochner | make this compile after Wcast-qual
|
1.14 |
| 04-Feb-2005 |
perry | de-__P
|
1.13 |
| 07-Aug-2003 |
agc | branches: 1.13.8; 1.13.10; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
1.12 |
| 16-Apr-2000 |
pk | branches: 1.12.28; 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.11 |
| 23-Mar-2000 |
thorpej | New callout mechanism with two major improvements over the old timeout()/untimeout() API: - Clients supply callout handle storage, thus eliminating problems of resource allocation. - Insertion and removal of callouts is constant time, important as this facility is used quite a lot in the kernel.
The old timeout()/untimeout() API has been removed from the kernel.
|
1.10 |
| 20-Mar-2000 |
pk | Split off tty initialization in rcons_init() into a separate routine and get rid of `fbconstty'.
|
1.9 |
| 26-Aug-1999 |
thorpej | branches: 1.9.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.8 |
| 23-May-1999 |
ad | - Setting initial position of cursor is up to caller. - Set cursor position properly for SPARC. From Juergen Hannken-Illjes.
|
1.7 |
| 20-May-1999 |
thorpej | Fix broken prototype.
|
1.6 |
| 19-May-1999 |
ad | Add arg to rcons_init() that when set causes screen to be cleared.
|
1.5 |
| 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.4 |
| 14-Mar-1996 |
christos | branches: 1.4.26; - add and fix prototypes and warnings. - remove nested comment in header file.
|
1.3 |
| 05-Oct-1995 |
pk | Remove `rc_font_ascent' from structure.
|
1.2 |
| 04-Oct-1995 |
pk | 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.4.26.1 |
| 21-Jun-1999 |
thorpej | Sync w/ -current.
|
1.9.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.12.28.5 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.12.28.4 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.12.28.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.12.28.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.12.28.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.13.10.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
1.13.8.1 |
| 29-Apr-2005 |
kent | sync with -current
|