summaryrefslogtreecommitdiff
path: root/sys/dev/syscons
AgeCommit message (Expand)Author
1997-01-23Add save/restore cursor as pr SCO screen(HW) manpage.Søren Schmidt
1997-01-20Fix the bug that caused CTRL & ALT keys to be hanging sometimes afterSøren Schmidt
1997-01-19Oops, the position of the savefont code was wrong, cur_consoleSøren Schmidt
1997-01-18Oops! I commented out the waiting for retrace loops, because theSøren Schmidt
1997-01-17Bruce pointed out a bogon:Søren Schmidt
1997-01-15Upgrade the kbdio rutines to provide queued kbd & mouse events.Søren Schmidt
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-12-19Hawaii-Five-TypoAlexander Langer
1996-12-07Fix the broken support for monochrome VGA's.Søren Schmidt
1996-12-01Alot of fixes from kazu:Søren Schmidt
1996-11-19Fix UserConfig w/syscons.Nate Williams
1996-11-15Only poll the keyboard if the data left in the buffer is from theSøren Schmidt
1996-11-14Finally a start at sharing the kdb controller routines betweenSøren Schmidt
1996-11-111. Avoid a race in scclose(). tty.c has kludges so that the race isSøren Schmidt
1996-11-11Removed 'XT_KEYBOARD' option from syscons. Document new-style way ofNate Williams
1996-11-11Make snake 3.0-CURRENT here.Jordan K. Hubbard
1996-11-10Allow us to enable the 'XT_KEYBOARD' code using a configuration flag.Nate Williams
1996-11-04Fix the hanging keyboard problem under Xaccel. Apprently we are loosingSøren Schmidt
1996-10-26Use the calibrated/adjustable i8254 frequency `timer_freq' instead ofSøren Schmidt
1996-10-23Remove SC_KBD_PROBE_WORKS option and replace it with a simple run-time flagPaul Traina
1996-10-18Changed mouse functionality a bit, now the pointer disappears ifSøren Schmidt
1996-10-15Corrected the setting of winsize on open().Søren Schmidt
1996-10-09Don't claim the console when the driver is disabled. The getc/putcBruce Evans
1996-10-03scresume erroneously used before declared. Move the functionJordan K. Hubbard
1996-10-02Fixed the userconfig problem (and one with ddb as well).Søren Schmidt
1996-10-01Fixed the "missing updates" reported by ache.Søren Schmidt
1996-10-01#ifdef another instance of toggle_splash_screen() which Soren missed.Jordan K. Hubbard
1996-09-30Dont make splash screen the default :)Søren Schmidt
1996-09-30Fix a couble of nasties regarding mouse pointer and differentSøren Schmidt
1996-09-14Changed cncheckc() interface so that it is 8-bit clean - return -1Bruce Evans
1996-09-10Hack workaround XFree86 switching failure when used with /dev/sysmousePeter Wemm
1996-09-09The poor nsccons variable was gone agian this time hidden bySøren Schmidt
1996-09-08Make syscons replicate a mousesystems mouse on minor 128..Søren Schmidt
1996-09-07Fixed another easy case of const poisoning in the kernel. Cosmetic.Bruce Evans
1996-09-06Add option SC_KBD_PROBE_WORKS to syscons driver.Paul Traina
1996-09-06Remove devconf, it never grew up to be of any use.Poul-Henning Kamp
1996-09-04Fixed a panic when switching to 40x25 mode, and cursor was beyond theSøren Schmidt
1996-09-01Fixed a couple of bugs in the mousepointer code.Søren Schmidt
1996-08-28Fixed restoral of nsscons variable. The tty for /dev/console was lost.Bruce Evans
1996-08-16restore nsccons variable from rev 1.115 that was deleted in rev 1.136Peter Wemm
1996-07-30Fix GIO_ATTR ioctl return to match SYSVAndrey A. Chernov
1996-07-01Added or restored #include of <machine/md_var.h>. Some declarationsBruce Evans
1996-06-27Bump various timeouts in scprobe(). This finally fixes the brokenJoerg Wunsch
1996-06-26Fixed bug in pasting 8bit char (ache).Søren Schmidt
1996-06-25Added #include of <machine/md_var.h>. This will be needed whenBruce Evans
1996-06-25Change the way moused talk to syscons, now its only delivering mouseeventsSøren Schmidt
1996-06-23Moved declarations of static functions to the correct file. This fixesBruce Evans
1996-06-21Oops, fix a bug that caused updates to the screen to happen, withoutSøren Schmidt
1996-06-21Some news for syscons (long overdue):Søren Schmidt
1996-06-17Stomp another compiler warning: sc_devfs_token[] should only be declaredBill Paul