| Age | Commit message (Expand) | Author |
| 1995-06-05 | Various: | mycroft |
| 1995-06-04 | Handle BREAK correctly when not entering DDB. | mycroft |
| 1995-06-04 | Add an input FIFO, and fix several flow control problems. Based on code from | mycroft |
| 1995-06-01 | Changed ns82450 to ns8250 and dropped ns82550 from probe console messages. | jtc |
| 1995-05-28 | Only use the `no pending interrupt' bit in the IIR; the other bits | mycroft |
| 1995-05-12 | (1) conditionalize debugger usage in comeint with DDB, not COMCONSOLE; | cgd |
| 1995-04-28 | <break> --> ddb if defined(comconsole). | hpeyerl |
| 1995-04-19 | Fix thinko in previous change. | mycroft |
| 1995-04-19 | Garbage collect #includes. | mycroft |
| 1995-04-19 | Implement comtty(). | mycroft |
| 1995-04-17 | clean up several ISA device interfaces: autoconfiguration, header | cgd |
| 1995-04-10 | Most of the console functions return void. Also change interrupt logic | mycroft |
| 1995-01-29 | lip service to making ISA support machine-independent. This is the first | cgd |
| 1995-01-29 | use chip headers in /dev/ic | cgd |
| 1995-01-11 | Explicitly test the RXRDY status bit on incoming characters. | pk |
| 1995-01-04 | Fix oversight in previous. | mycroft |
| 1995-01-03 | Add interrupt sharing types. | mycroft |
| 1994-11-25 | Minor update for new autoconfig. | mycroft |
| 1994-11-18 | Convert port, IRQ, and DRQ numbers to ints. | mycroft |
| 1994-11-03 | Update to match autoconfig code. | mycroft |
| 1994-10-30 | be more careful with types, also pull in headers where necessary. | cgd |
| 1994-10-27 | new RCS ID format. | cgd |
| 1994-10-26 | Implement *cnpollc(). | mycroft |
| 1994-09-16 | Only reset FIFO if changing baud rate. From John Kohl (slightly edited). | mycroft |
| 1994-08-24 | Set the FIFO threshold based on the receive speed, per Mark Weaver. | mycroft |
| 1994-08-21 | Look for MDMBUF in cflag, not lflag. | mycroft |
| 1994-08-07 | Count up the silo overflows and only log a warning at most once per minute. | mycroft |
| 1994-07-31 | Bug fixes from Mark Weaver. | mycroft |
| 1994-04-10 | allow MDMBUF flags to be set (oops) | cgd |
| 1994-04-07 | Implement dynamic IRQ configuration and IRQ sharing. Inline spl*() calls. | mycroft |
| 1994-03-29 | Updates for new autoconfig. | mycroft |
| 1994-03-25 | Fix off-by-one error in comopen() unit number sanity check. From Brian de | mycroft |
| 1994-03-23 | Some stylistic cleanup, and a very minor speedup. | mycroft |
| 1994-03-23 | add AST-style serial multiport support, from Roland McGrath | cgd |
| 1994-03-18 | add reasonable support for MDMBUF output flow control. input to be done later | cgd |
| 1994-03-12 | copy appropriate hardware config bits from config's flags | cgd |
| 1994-03-12 | fix some of the last; thanks to charles for looking it over... | cgd |
| 1994-03-12 | support new ioctls. fix the way CRTSCTS is used, etc. Seperate 'hardware' | cgd |
| 1994-03-08 | Major cleanup and many bugs fixed; based in part on Brad Huntting's version | mycroft |
| 1994-03-06 | DELAY() --> delay(). This is not a macro. | mycroft |
| 1994-02-09 | All ioctl routines take a struct proc * now. | mycroft |
| 1994-02-01 | oops | cgd |
| 1994-02-01 | new cons.h location, etc. | cgd |
| 1994-01-30 | Traditional behaviour is to reset all modes if device isn't open already | ws |
| 1994-01-13 | Junk comselect(); it's the same at ttselect(). | mycroft |
| 1993-12-20 | Canonicalize all #includes, and add pio.h where appropriate. | mycroft |
| 1993-09-29 | ifdef out the ttyfree()'s, so that fill_eproc doesn't panic when | cgd |
| 1993-08-29 | tty XXstart() routines return void | deraadt |
| 1993-07-12 | Change tty code to use clist interface, but with ring buffer implementation. | mycroft |
| 1993-07-07 | pccons.c now dynamically allocates it's "struct tty" | deraadt |