summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-163-12/+25
* Finally get rid of this bothering ``biodone: buffer already done''joerg1995-03-121-3/+12
* Fix flag bugs with RUKEYMAPache1995-03-031-3/+3
* Minor update to syscons.sos1995-03-033-57/+60
* Workaround IXOFF bug when output queue is full && RTS control is onache1995-02-281-2/+6
* Incorporate bde's code-review comments.pst1995-02-283-24/+4
* Replace all remaining instances of `i386/include' by `machine' and fixbde1995-02-261-4/+6
* Don't confuse the frequency with the wavelength in DELAY() args. 960 cpsbde1995-02-261-40/+24
* Declare all the args of Fdopen() and fdclose().bde1995-02-261-15/+14
* (a) remove the pointer to each driver's tty structure array from cdevswpst1995-02-253-33/+82
* Revive input flow control, some ideas from iverson@leonheart.comache1995-02-241-9/+13
* Put the joystick status in a struct {int x, y, b1, b2;} rather than in ajmz1995-02-221-6/+6
* Next syscons update (given up on numbering :)sos1995-02-222-2872/+2667
* This is the latest version of the APM stuff from HOSOKAWA, I have lookedphk1995-02-171-1/+32
* Fixed cursor xor problem...sos1995-02-141-3/+3
* Fixed the bug that caused the cursor to disappear undersos1995-02-071-13/+17
* Fixed the annoing bug that caused writes to /dev/console to go tosos1995-02-051-29/+34
* Allow all characters except "real" control chars.sos1995-02-031-52/+59
* Syscons bug fix: tab now right (thanks bruce!)sos1995-02-011-293/+319
* Reviewed by:sos1995-01-302-47/+61
* Add parentheses around macros!jmz1995-01-291-2/+2
* Third round in syscons update.sos1995-01-282-515/+415
* Do not recompute TIMER0's maximum count, since it is in timer0_max_count.jmz1995-01-281-11/+8
* Back out my previous change and disable the floppy tape controller againjkh1995-01-271-1/+4
* Use NUM_FKEYS instead of hardcoded 65 for fkey_tab sizeache1995-01-261-2/+2
* Get rid of overloaded Keypad 5, now F(65)ache1995-01-261-8/+8
* Get rid of overloaded Back tab, now F(64)ache1995-01-261-2/+2
* Rewrite fkey_tab to produce unique sequences for all fkeysache1995-01-261-14/+20
* Implement Delete key properly, needed by ncursesache1995-01-261-12/+12
* o Restore removed hardware cursor support and make it _default_ache1995-01-261-51/+120
* Changed address of the game controller to 0x201 (was 0x200)jmz1995-01-251-0/+209
* Second round in syscons update:sos1995-01-201-286/+499
* Submitted by: Bill Paul (wpaul@ctr.columbia.edu)wpaul1995-01-202-13/+26
* Submitted by: Bruce Evansats1995-01-191-30/+9
* Enable floppy-tape controller by default again. Flags no longer has anyjkh1995-01-171-5/+2
* 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
OpenPOWER on IntegriCloud