summaryrefslogtreecommitdiff
path: root/console
AgeCommit message (Collapse)Author
2002-03-26*** empty log message ***Neal H. Walfield
2002-03-262002-03-23 James A. Morrison <ja2morri@uwaterloo.ca>Neal H. Walfield
* main.c (main): Use error, not fprintf and exit.
2002-03-19fix botched entryRoland McGrath
2002-03-192002-03-17 Roland McGrath <roland@frob.com>Roland McGrath
* mutations.h (TIOCTL_IMPORTS): New macro. * priv.h: Protect from multiple inclusion.
2002-03-18.Roland McGrath
2002-03-182002-03-17 Roland McGrath <roland@frob.com>Roland McGrath
* vga.c (vga_init): io_perm -> ioperm. (vga_deinit): Likewise.
2002-03-18.Roland McGrath
2002-03-182002-03-17 Roland McGrath <roland@frob.com>Roland McGrath
* dynafont.c: Include <string.h>. * focus.c: Likewise. * vga.c: Likewise. * vga-display.c: Likewise.
2002-03-182002-03-17 Roland McGrath <roland@frob.com>Roland McGrath
* main.c: Include <error.h>. (main): Use `error' instead of perror + exit. (console_mode, console_owner, console_group): Use *_t, not int.
2002-03-182002-03-17 Roland McGrath <roland@frob.com>Roland McGrath
* console/mutations.h (TIOCTL_IMPORTS): New macro. * priv.h: Protect from multiple inclusion.
2002-03-182002-03-17 Roland McGrath <roland@frob.com>Roland McGrath
* vga.c (vga_init): io_perm -> ioperm. * dynafont.c: Include <string.h>. * focus.c: Likewise. * vga.c: Likewise. * vga-display.c: Likewise.
2002-03-17Initial check in of some code under development.Marcus Brinkmann