summaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1996-11-021-3618/+0
* Use the calibrated/adjustable i8254 frequency `timer_freq' instead ofSøren Schmidt1996-10-261-23/+30
* Remove SC_KBD_PROBE_WORKS option and replace it with a simple run-time flagPaul Traina1996-10-231-7/+8
* Changed mouse functionality a bit, now the pointer disappears ifSøren Schmidt1996-10-181-15/+35
* Corrected the setting of winsize on open().Søren Schmidt1996-10-151-5/+10
* Don't claim the console when the driver is disabled. The getc/putcBruce Evans1996-10-091-2/+2
* scresume erroneously used before declared. Move the functionJordan K. Hubbard1996-10-031-10/+10
* Fixed the userconfig problem (and one with ddb as well).Søren Schmidt1996-10-021-153/+157
* Fixed the "missing updates" reported by ache.Søren Schmidt1996-10-011-29/+37
* #ifdef another instance of toggle_splash_screen() which Soren missed.Jordan K. Hubbard1996-10-011-1/+5
* Dont make splash screen the default :)Søren Schmidt1996-09-301-2/+1
* Fix a couble of nasties regarding mouse pointer and differentSøren Schmidt1996-09-301-100/+175
* Changed cncheckc() interface so that it is 8-bit clean - return -1Bruce Evans1996-09-141-2/+7
* Hack workaround XFree86 switching failure when used with /dev/sysmousePeter Wemm1996-09-101-2/+23
* The poor nsccons variable was gone agian this time hidden bySøren Schmidt1996-09-091-2/+2
* Make syscons replicate a mousesystems mouse on minor 128..Søren Schmidt1996-09-081-18/+36
* Fixed another easy case of const poisoning in the kernel. Cosmetic.Bruce Evans1996-09-071-2/+2
* Add option SC_KBD_PROBE_WORKS to syscons driver.Paul Traina1996-09-061-4/+12
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-24/+1
* Fixed a panic when switching to 40x25 mode, and cursor was beyond theSøren Schmidt1996-09-041-1/+2
* Fixed a couple of bugs in the mousepointer code.Søren Schmidt1996-09-011-228/+291
* Fixed restoral of nsscons variable. The tty for /dev/console was lost.Bruce Evans1996-08-281-2/+2
* restore nsccons variable from rev 1.115 that was deleted in rev 1.136Peter Wemm1996-08-161-1/+2
* Fix GIO_ATTR ioctl return to match SYSVAndrey A. Chernov1996-07-301-2/+2
* Added or restored #include of <machine/md_var.h>. Some declarationsBruce Evans1996-07-011-1/+2
* Bump various timeouts in scprobe(). This finally fixes the brokenJoerg Wunsch1996-06-271-6/+6
* Fixed bug in pasting 8bit char (ache).Søren Schmidt1996-06-261-76/+51
* Added #include of <machine/md_var.h>. This will be needed whenBruce Evans1996-06-251-1/+2
* Change the way moused talk to syscons, now its only delivering mouseeventsSøren Schmidt1996-06-251-113/+209
* Moved declarations of static functions to the correct file. This fixesBruce Evans1996-06-231-1/+34
* Oops, fix a bug that caused updates to the screen to happen, withoutSøren Schmidt1996-06-211-2/+6
* Some news for syscons (long overdue):Søren Schmidt1996-06-211-97/+175
* Stomp another compiler warning: sc_devfs_token[] should only be declaredBill Paul1996-06-171-1/+3
* Fix the warnings about "cant inline call to xxx" by reordering twoPeter Wemm1996-05-271-46/+49
* Fix the "well-known retries bug" (a logic-o).Joerg Wunsch1996-05-121-2/+2
* Give up waiting for a successful keyboard reset after someJoerg Wunsch1996-05-111-5/+7
* Fix ^[[1K (clear from beginning of line to cursor) andAndrey A. Chernov1996-05-021-4/+4
* Fixed a race that caused panics in kernel printfs when the screen timeoutBruce Evans1996-05-011-2/+5
* Removed options MAXCONS & HARDFONT, they are no longer in useSøren Schmidt1996-04-261-2/+1
* Moved the initialization of the devfs devices to after the initializationBruce Evans1996-03-271-7/+9
* Add more options into the conf/options and i386/conf/options.i386 filesPeter Wemm1996-03-021-1/+2
* use devfs_add_devswf and avoid local variable.Poul-Henning Kamp1996-02-131-5/+3
* Close kern/627 - panic if syscons not attachedPaul Traina1996-02-081-1/+3
* Deliver all bells to current console, use different pitchAndrey A. Chernov1996-02-051-11/+13
* Convert DDB to new-style option.Garrett Wollman1996-01-041-1/+3
* Removed my devsw access functions [un]register_cdev() andBruce Evans1995-12-141-6/+9
* Removed new alias d_size_t for d_psize_t.Bruce Evans1995-12-101-4/+4
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-10/+13
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-4/+17
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+3