summaryrefslogtreecommitdiffstats
path: root/sys/isa/syscons.c
Commit message (Expand)AuthorAgeFilesLines
* Oops, forgot one change when DDB is defined.sos1995-01-131-2/+2
* Use (n - 1) in ESC [ xxx d and ESC [ xxx `ache1995-01-131-3/+3
* Back out cursor wrap (restore original thing)ache1995-01-121-2/+2
* First round in syscons update. Several new features has been added:sos1995-01-121-354/+497
* Don't allow negative console numbers for the VT_WAITACTIVE ioctl. Use thebde1995-01-031-29/+26
* Change the errors in the XT_KEYBOARD patch. red in the face. Thanks Bruce.ats1994-12-311-5/+5
* Miscellaneous changes from Bill Paul:jkh1994-12-311-5/+67
* Fixed two security holes in the pcmmap() function.dg1994-12-271-3/+3
* Add a patch that someone on the net has used to run on his IBM Thinkpad.ats1994-12-261-1/+8
* Initialize syscons also in cases where it ain't the system's consolejoerg1994-12-181-1/+4
* Move the code providing the equivalent of ICRNL for console input fromjoerg1994-12-181-2/+1
* Changed the behavior of KDMKTONE to comply with svr4, default tosos1994-12-061-2/+8
* Fix wrong size check for scroll forward/backward ('S'/'T')ache1994-11-211-5/+5
* Attempt to fix scroll forward/ scroll backward bug bringed by vi,ache1994-11-211-4/+4
* More intelligent BackTab fix using BTAB special key (unused before)ache1994-11-191-1/+3
* Added support for the MicroSoft Natural keyboardsos1994-11-171-3/+24
* The style in my patch011 is inconsistent and out of date. It shouldbde1994-11-061-2/+2
* Fix for 'pstat -t' works on vtysache1994-11-031-1/+2
* The other half of patch011, read Numlck state from bios.phk1994-10-271-6/+2
* Fix initialization of video_mode_ptr. It only worked if the segmentsbde1994-10-261-9/+32
* Fixed cut&paste error.wollman1994-10-241-2/+2
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-231-1/+26
* Peter Dufaults comconsole changes.phk1994-10-201-8/+8
* Remove color_display, GIO_COLOR now existsache1994-10-181-6/+3
* Added more SCO compat ioctl's.sos1994-10-171-27/+52
* isa_device.h: Added flag for sensitive HW. ed# seems to break if anythingphk1994-10-171-2/+2
* Initialize color_display as undefined, cosmetiqueache1994-10-171-2/+2
* Add color_display variable for CPU_COLORDISP sysctl.ache1994-10-151-1/+4
* Fix 'cursor-disappearce-after-switching-screen-from-X' bugache1994-10-031-2/+2
* Ripped out APM-hooks. Not ready for prime time yet.phk1994-10-021-22/+1
* Make fat cursor as early as possible, per Bruce suggestionache1994-10-021-6/+2
* Laptop Advanced Power Management support by HOSOKAWA Tatsumi.dg1994-10-011-1/+27
* Fix broken FAT_CURSOR support, don't set cursor shape on VGAache1994-09-291-1/+6
* Changed header slightly.sos1994-09-291-2/+3
* Bug fixed: cursor shaping in mode swithching produce wrong results forache1994-09-271-2/+5
* Refuse text mode switching when proper font not loadedache1994-09-271-2/+20
* 1)Back out my previous change: only 8x16 font grabbing available,ache1994-09-251-15/+23
* SAVE all fonts, if NO_HARDFONTS defined, not only 8x16ache1994-09-241-3/+4
* Added support for many more videomodes, including graphic modes up tilsos1994-09-151-189/+249
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBdg1994-08-271-6/+2
* 1) cleaned up after Garrett - fixed more redundant declarations, changeddg1994-08-201-4/+1
* Oops, changed order of include lines...sos1994-08-171-5/+5
* Updated to latest 1.1.5.1+ versionsos1994-08-171-386/+432
* Add option KBD_RESET_FAIL_OK so that GCC 2.6 doesn't break mywollman1994-08-151-1/+4
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-131-26/+27
* Fixed a bug that was introduced in the conversion from 1.1.5 to 2.0.dg1994-08-011-6/+14
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-24/+17
* Fixed missing bounds check in scroll up/down sequence, that couldsos1994-04-261-5/+11
* Changed timer usage to new functions in clock.csos1994-04-211-6/+8
* Patch from S0ren, 80x50 font trashed after switching from X consoleache1994-04-121-1/+7
OpenPOWER on IntegriCloud