aboutsummaryrefslogtreecommitdiff
path: root/console
Commit message (Collapse)AuthorAgeFilesLines
...
* 2002-06-04 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-06-043-0/+864
| | | | | * display.h: New file. * display.c: Likewise.
* 2002-06-04 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-06-045-3/+11
| | | | | | | | * display.h: Renamed to ... * display-drv.h: ... this. * Makefile (LCLHDRS): Rename display.h to display-drv.h. * console.c: Include "display-drv.h" instead "display.h". * vga-display.c: Likewise.
* 2002-06-03 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-06-032-2/+7
| | | | * console.c (vcons_release): Fix last change.
* 2002-06-02 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-06-022-6/+14
| | | | | | * console.c (vcons_lookup): Correct nesting. (vcons_release): Negate if condition. Delete VCONS_LIST in CONS with last virtual console.
* *** empty log message ***Neal H. Walfield2002-03-261-0/+4
|
* 2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca>Neal H. Walfield2002-03-261-4/+1
| | | | * main.c (main): Use error, not fprintf and exit.
* fix botched entryRoland McGrath2002-03-191-3/+3
|
* 2002-03-17 Roland McGrath <roland@frob.com>Roland McGrath2002-03-191-0/+1
| | | | | * mutations.h (TIOCTL_IMPORTS): New macro. * priv.h: Protect from multiple inclusion.
* .Roland McGrath2002-03-181-0/+1
|
* 2002-03-17 Roland McGrath <roland@frob.com>Roland McGrath2002-03-181-1/+1
| | | | | * vga.c (vga_init): io_perm -> ioperm. (vga_deinit): Likewise.
* .Roland McGrath2002-03-181-0/+21
|
* 2002-03-17 Roland McGrath <roland@frob.com>Roland McGrath2002-03-183-7/+10
| | | | | | | * dynafont.c: Include <string.h>. * focus.c: Likewise. * vga.c: Likewise. * vga-display.c: Likewise.
* 2002-03-17 Roland McGrath <roland@frob.com>Roland McGrath2002-03-181-12/+9
| | | | | | * main.c: Include <error.h>. (main): Use `error' instead of perror + exit. (console_mode, console_owner, console_group): Use *_t, not int.
* 2002-03-17 Roland McGrath <roland@frob.com>Roland McGrath2002-03-181-0/+5
| | | | | * console/mutations.h (TIOCTL_IMPORTS): New macro. * priv.h: Protect from multiple inclusion.
* 2002-03-17 Roland McGrath <roland@frob.com>Roland McGrath2002-03-181-1/+2
| | | | | | | | * vga.c (vga_init): io_perm -> ioperm. * dynafont.c: Include <string.h>. * focus.c: Likewise. * vga.c: Likewise. * vga-display.c: Likewise.
* Initial check in of some code under development.Marcus Brinkmann2002-03-1718-0/+4310