summaryrefslogtreecommitdiffstats
path: root/sys/isa/syscons.c
Commit message (Expand)AuthorAgeFilesLines
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-141-2/+7
* Hack workaround XFree86 switching failure when used with /dev/sysmousepeter1996-09-101-2/+23
* The poor nsccons variable was gone agian this time hidden bysos1996-09-091-2/+2
* Make syscons replicate a mousesystems mouse on minor 128..sos1996-09-081-18/+36
* Fixed another easy case of const poisoning in the kernel. Cosmetic.bde1996-09-071-2/+2
* Add option SC_KBD_PROBE_WORKS to syscons driver.pst1996-09-061-4/+12
* Remove devconf, it never grew up to be of any use.phk1996-09-061-24/+1
* Fixed a panic when switching to 40x25 mode, and cursor was beyond thesos1996-09-041-1/+2
* Fixed a couple of bugs in the mousepointer code.sos1996-09-011-228/+291
* Fixed restoral of nsscons variable. The tty for /dev/console was lost.bde1996-08-281-2/+2
* restore nsccons variable from rev 1.115 that was deleted in rev 1.136peter1996-08-161-1/+2
* Fix GIO_ATTR ioctl return to match SYSVache1996-07-301-2/+2
* Added or restored #include of <machine/md_var.h>. Some declarationsbde1996-07-011-1/+2
* Bump various timeouts in scprobe(). This finally fixes the brokenjoerg1996-06-271-6/+6
* Fixed bug in pasting 8bit char (ache).sos1996-06-261-76/+51
* Added #include of <machine/md_var.h>. This will be needed whenbde1996-06-251-1/+2
* Change the way moused talk to syscons, now its only delivering mouseeventssos1996-06-251-113/+209
* Moved declarations of static functions to the correct file. This fixesbde1996-06-231-1/+34
* Oops, fix a bug that caused updates to the screen to happen, withoutsos1996-06-211-2/+6
* Some news for syscons (long overdue):sos1996-06-211-97/+175
* Stomp another compiler warning: sc_devfs_token[] should only be declaredwpaul1996-06-171-1/+3
* Fix the warnings about "cant inline call to xxx" by reordering twopeter1996-05-271-46/+49
* Fix the "well-known retries bug" (a logic-o).joerg1996-05-121-2/+2
* Give up waiting for a successful keyboard reset after somejoerg1996-05-111-5/+7
* Fix ^[[1K (clear from beginning of line to cursor) andache1996-05-021-4/+4
* Fixed a race that caused panics in kernel printfs when the screen timeoutbde1996-05-011-2/+5
* Removed options MAXCONS & HARDFONT, they are no longer in usesos1996-04-261-2/+1
* Moved the initialization of the devfs devices to after the initializationbde1996-03-271-7/+9
* Add more options into the conf/options and i386/conf/options.i386 filespeter1996-03-021-1/+2
* use devfs_add_devswf and avoid local variable.phk1996-02-131-5/+3
* Close kern/627 - panic if syscons not attachedpst1996-02-081-1/+3
* Deliver all bells to current console, use different pitchache1996-02-051-11/+13
* Convert DDB to new-style option.wollman1996-01-041-1/+3
* Removed my devsw access functions [un]register_cdev() andbde1995-12-141-6/+9
* Removed new alias d_size_t for d_psize_t.bde1995-12-101-4/+4
* Staticize and cleanup.phk1995-12-101-10/+13
* Pass 3 of the great devsw changesjulian1995-12-081-4/+17
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* Replaced #includes of <sys/user.h> by less gross headers, usuallybde1995-12-061-2/+4
* Fix my color/attr separation patch.ache1995-11-301-3/+3
* Separate colors & attributes as Terry pointsache1995-11-281-68/+131
* Fixed a comment.bde1995-11-241-2/+2
* Fix compiler warnings.phk1995-11-201-8/+8
* Remove the #ifdev DEVRANDOM's, as promised.markm1995-11-041-3/+1
* Theodore Ts'po's random number gernerator for Linux, ported by me.markm1995-10-281-1/+6
* Don't allow i/o operations for non-root users.bde1995-10-141-2/+6
* Make pcvt and syscons live in the same kernel. If both are enabled, thenbde1995-09-101-22/+60
* Added missing semi-colon in the XT_KEYBOARD code. W/out it the codenate1995-08-161-2/+2
* Fixed a problem that malloc(..,..,M_NOWAIT) was being called without checkingdyson1995-08-081-6/+6
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-311-3/+2
OpenPOWER on IntegriCloud