summaryrefslogtreecommitdiffstats
path: root/sys/isa
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
* Argl!, finally found this bummer. The code testing for a write-joerg1995-01-121-36/+10
* First round in syscons update. Several new features has been added:sos1995-01-121-354/+497
* Finally implement support for the `lsdev' program. The controller isjoerg1995-01-111-14/+30
* Work around a compiler bug in gcc2.6.3 in handling (long long) variables andats1995-01-071-3/+24
* Peter's work to work around one of the most annoying bugs in thejoerg1995-01-063-148/+385
* Fix scaling for TIOCM[SG]DTRWAIT to work when hz != 100.bde1995-01-061-5/+5
* Fight against hanging modems: add timeout to ttywait.ache1995-01-051-4/+1
* 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
* Changes to allow keypad 5 produce \E[E like SCO/ANSI term doesache1994-12-311-12/+12
* icu.s:bde1994-12-301-78/+40
* Keep track of the devconf state.bde1994-12-271-2/+7
* 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
* Here is a minor patch for FreeBSD 2.0R to allow it to recognizejoerg1994-12-042-2/+7
* Change wakeup to endtsleep, because wakeup don't produce timeoutache1994-12-011-3/+4
* Reverse the meaning of previous change.jkh1994-11-301-7/+5
* Experimental change to floppy driver to NOT probe the floppy tape ifjkh1994-11-291-2/+7
* 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-192-9/+11
* Fix all keymaps to bring BackTab to life.ache1994-11-191-6/+6
* Extended the SEEKWAIT and RECALWAIT somewhat to avoid annoying messages.phk1994-11-181-3/+3
* Added support for the MicroSoft Natural keyboardsos1994-11-172-15/+55
* Revision 1.6 fix was lost: don't write 0 to RTC_DIAGache1994-11-121-2/+1
* Use adjkerntz into inittodr too (for APM stuff)ache1994-11-101-2/+2
* Change "fdx: Floppy not writeable" to less confusingache1994-11-081-2/+2
* From: Lars Fredriksen <fredriks@mcs.com>jkh1994-11-081-1/+21
* The style in my patch011 is inconsistent and out of date. It shouldbde1994-11-061-2/+2
* Work around microtime() enabling interrupts.bde1994-11-061-1/+10
* Maintain a new variable `timer0_overflow_threshold' so that microtime()bde1994-11-051-41/+87
* Fix for 'pstat -t' works on vtysache1994-11-031-1/+2
* Back out Joerg's latest commit. Sorry, Joerg, but this breaks the installjkh1994-11-021-143/+98
* Only log errors every second (instead of every 5-10 msec) and check forbde1994-11-011-59/+81
* Several minor fixes to the floppy driver:joerg1994-10-301-99/+144
* Julian Elischer's disklabel fixes.jkh1994-10-271-4/+4
* 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
* BEWARE: Interface change of register_intr() !se1994-10-251-3/+7
* Fixed cut&paste error.wollman1994-10-241-2/+2
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-233-30/+91
* Checking for timeout at several critical calls to ``out_fdc()'' now,joerg1994-10-211-14/+56
* A missing bit from Peter Dufaults patches, as best I could guess...phk1994-10-201-1/+22
OpenPOWER on IntegriCloud