| Commit message (Expand) | Author | Age | Files | Lines |
| * | Submitted by: Bill Paul (wpaul@ctr.columbia.edu) | Bill Paul | 1995-01-20 | 2 | -13/+26 |
| * | Fix scaling for TIOCM[SG]DTRWAIT to work when hz != 100. | Bruce Evans | 1995-01-06 | 1 | -5/+5 |
| * | Fight against hanging modems: add timeout to ttywait. | Andrey A. Chernov | 1995-01-05 | 1 | -4/+1 |
| * | Keep track of the devconf state. | Bruce Evans | 1994-12-27 | 1 | -2/+7 |
| * | Change wakeup to endtsleep, because wakeup don't produce timeout | Andrey A. Chernov | 1994-12-01 | 1 | -3/+4 |
| * | Work around microtime() enabling interrupts. | Bruce Evans | 1994-11-06 | 1 | -1/+10 |
| * | Only log errors every second (instead of every 5-10 msec) and check for | Bruce Evans | 1994-11-01 | 1 | -59/+81 |
| * | Finished device configuration database work for all ISA devices (except `ze') | Garrett Wollman | 1994-10-23 | 1 | -1/+25 |
| * | A missing bit from Peter Dufaults patches, as best I could guess... | Poul-Henning Kamp | 1994-10-20 | 1 | -1/+22 |
| * | Clean up previous commit. | Bruce Evans | 1994-10-19 | 1 | -3/+3 |
| * | Prevent modem hanging forever on close with CTS off: | Andrey A. Chernov | 1994-10-15 | 1 | -1/+3 |
| * | Work around FIFO bug in SMC UARTS. | Bruce Evans | 1994-10-12 | 1 | -49/+86 |
| * | #if 0'd evil dynamic fifo trigger level adjustment; it just bit me and | David Greenman | 1994-09-21 | 1 | -1/+3 |
| * | Digicom Systems Inc, makes "softmodems". What this means is simply that | Poul-Henning Kamp | 1994-09-13 | 1 | -2/+164 |
| * | Updated to final 1.1.5 version (revision 1.56). | Bruce Evans | 1994-08-25 | 1 | -471/+508 |
| * | Ran ft.c through ident. | Paul Richards | 1994-08-23 | 1 | -7/+6 |
| * | Bruce Evans' dynamic interrupt support. | David Greenman | 1994-08-18 | 1 | -1/+2 |
| * | Change all #includes to follow the current Berkeley style. Some of these | Garrett Wollman | 1994-08-13 | 1 | -16/+16 |
| * | Since we have removed com.c and renamed comreg.h to sioreg.h I need to | Rodney W. Grimes | 1994-05-26 | 1 | -1/+1 |
| * | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | Rodney W. Grimes | 1994-05-25 | 1 | -40/+41 |
| * | Added support for the 16 port Boca via a flag to specify that there is | David Greenman | 1994-04-23 | 1 | -4/+9 |
| * | Add declaration missing from previous bde's version | Andrey A. Chernov | 1994-04-03 | 1 | -1/+2 |
| * | CHANGES from Bruce: | Andrey A. Chernov | 1994-04-03 | 1 | -195/+306 |
| * | New interrupt code from Bruce Evans. In additional to Bruce's attached | David Greenman | 1994-04-02 | 1 | -2/+1 |
| * | Change got_status/modem_status assignment per Bruce suggestion, | Andrey A. Chernov | 1994-04-01 | 1 | -4/+4 |
| * | 1) Better fix for false carrier detect on bidir port | Andrey A. Chernov | 1994-03-26 | 1 | -8/+16 |
| * | Fix false carrier detection on incoming bidir port. | Andrey A. Chernov | 1994-03-25 | 1 | -1/+3 |
| * | 1) Change dtrwait 300 to 3 * hz (to be more kosher) | Andrey A. Chernov | 1994-03-23 | 1 | -2/+4 |
| * | Add siostop to sioclose, because ttyflush called from | Andrey A. Chernov | 1994-03-21 | 1 | -1/+2 |
| * | Increase default DTR wait time up to 3 secs. | Andrey A. Chernov | 1994-03-21 | 1 | -2/+2 |
| * | Remove ttyfree from sioclose | Andrey A. Chernov | 1994-03-18 | 1 | -6/+1 |
| * | Checking l_close in unneeded (one of my previous fixes), | Andrey A. Chernov | 1994-03-14 | 1 | -3/+2 |
| * | Don't call ttyclose twice into sioclose and move ttyclose | Andrey A. Chernov | 1994-03-10 | 1 | -2/+3 |
| * | First open: | Andrey A. Chernov | 1994-03-08 | 1 | -4/+11 |
| * | Ttys structures are now allocated dynamically via ttymalloc/ttyfree. | Guido van Rooij | 1994-03-02 | 1 | -14/+21 |
| * | RTS shouldn't be touched unless CS_RTS_IFLOW is set. | Poul-Henning Kamp | 1994-02-26 | 1 | -2/+3 |
| * | TIOCTIMESTAMP capability. The port in question must be configured with | Poul-Henning Kamp | 1994-02-24 | 1 | -1/+20 |
| * | Change all siointr (expect in Vsio, of course) to comintr1 | Andrey A. Chernov | 1994-02-07 | 1 | -16/+9 |
| * | 1) Proper fix for suspended output in multiport case | Andrey A. Chernov | 1994-02-06 | 1 | -6/+8 |
| * | Fix error in multiport part: | Andrey A. Chernov | 1994-02-02 | 1 | -5/+4 |
| * | Remove CALLOUTMASK, if non-bidir case. | Andrey A. Chernov | 1994-01-31 | 1 | -1/+5 |
| * | 1) Set ipending back to 4, because (16 + 4) bit not in | Andrey A. Chernov | 1994-01-31 | 1 | -151/+91 |
| * | Patch from Brian Smith (modified a little by me) to allow kernel config | David Greenman | 1994-01-31 | 1 | -2/+7 |
| * | From ache: | Andrey A. Chernov | 1994-01-11 | 1 | -139/+187 |
| * | Temporary plug CLOCAL security hole, while sticky bits | Andrey A. Chernov | 1994-01-02 | 1 | -1/+11 |
| * | Change default dtrwait value to 2 seconds. | Andrey A. Chernov | 1993-12-16 | 1 | -3/+3 |
| * | set output flags to ttydefault if COMCONSOLE is defined. | David Greenman | 1993-12-13 | 1 | -1/+5 |
| * | Force HUPCL in bidirectional port open. | Andrey A. Chernov | 1993-12-11 | 1 | -2/+4 |
| * | 1) Fix error with port recognition, speed initialization code | Andrey A. Chernov | 1993-12-09 | 1 | -2/+13 |
| * | Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, and | Garrett Wollman | 1993-11-25 | 1 | -29/+10 |