#
49755 |
| 16-May-1991 |
marc |
pass flags from device close to l_close |
#
45798 |
| 16-Dec-1990 |
bostic |
kernel reorg |
#
44534 |
| 28-Jun-1990 |
bostic |
new copyright notice |
#
44397 |
| 28-Jun-1990 |
marc |
ttysleep to catch revoked terminals |
#
42951 |
| 06-Jun-1990 |
marc |
set WOPEN on first open |
#
42948 |
| 06-Jun-1990 |
marc |
check for revoked terminal (ttclosed) |
#
40734 |
| 03-Apr-1990 |
karels |
new tsleep; unwind when signal interrupts; close routines must return values |
#
37751 |
| 09-May-1989 |
mckusick |
merge in vnodes |
#
37607 |
| 01-May-1989 |
marc |
speed table, initializations, t_param, other tty related changes |
#
37507 |
| 25-Apr-1989 |
mckusick |
../machine => machine |
#
35935 |
| 19-Oct-1988 |
bostic |
from Keith Muller; >>> fixed problem with using up all events. should check that this is a >>> event, not just that one is pending. Cleanup up code that was using >>> only partially cleaned events. P
from Keith Muller; >>> fixed problem with using up all events. should check that this is a >>> event, not just that one is pending. Cleanup up code that was using >>> only partially cleaned events. Ports still wedge, but can now be >>> cleaned without a reboot. >>> >>> close off a race condition in open when background jobs exit >>> >>> add flush code to mpstop. matches a change to mpccdl firmware. >>> >>> missing \n from a log call >>> >>> repairs races with IOCTL mp events caused by rapid ioctl calls on loaded >>> mp controllers. Fixes problem with delays not being processed. Fixes >>> problem that a stty 0 was setting the baud rate to 0 (a new form of >>> screen lock????) rather than dropping the line as specified in tty (4).
show more ...
|
#
35055 |
| 09-Jul-1988 |
karels |
add CCI credit, rm unneeded wakup; how can 2 closes be in progress at once on a line? |
#
34978 |
| 08-Jul-1988 |
bostic |
mpcc ports wedge; bug report 4.3BSD/sys/217 |
#
34977 |
| 08-Jul-1988 |
bostic |
mpcc ports on CCI can wedge; bug report 4.3BSD/sys/216 |
#
34866 |
| 29-Jun-1988 |
bostic |
install approved copyright notice |
#
34796 |
| 18-Jun-1988 |
bostic |
mpcc ports hang with TS_BUSY; bug report 4.3BSD-tahoe/sys/23 |
#
34555 |
| 31-May-1988 |
karels |
bring up to revision 7 for tahoe release |
#
34506 |
| 26-May-1988 |
karels |
lint |
#
34287 |
| 14-May-1988 |
karels |
don't know what reg points to, but it's not an mblok |
#
33995 |
| 14-Apr-1988 |
bostic |
From: muller%sdcc7@ucsd.edu (Keith Muller) We had problems with many terminals that only do ^S/^Q flow control. They were losing characters. The time to process a ^S was at times 240 characters (24
From: muller%sdcc7@ucsd.edu (Keith Muller) We had problems with many terminals that only do ^S/^Q flow control. They were losing characters. The time to process a ^S was at times 240 characters (240 characters were transmitted at 9600 baud after a ^S was sent). The problem was that the mpcc firmware would support ^S/^Q flow control, but the driver only used it in tandem mode.
show more ...
|
#
33673 |
| 05-Mar-1988 |
bostic |
From: muller%sdcc7@ucsd.edu (Keith Muller) Tracked down the bizzarre error we were getting on the console from the mp driver. It was due to a missing case in a switch statement. Turns out it was repo
From: muller%sdcc7@ucsd.edu (Keith Muller) Tracked down the bizzarre error we were getting on the console from the mp driver. It was due to a missing case in a switch statement. Turns out it was reporting that a port saw the BREAK key pressed. It also had a overzealous logging of frame and parity errors. In actual use with lots of ports this a bit much. Since none of the other tty drivers log every break, framing error or parity error I made the following change:
show more ...
|
#
32681 |
| 24-Nov-1987 |
karels |
need reset (maybe) |
#
32633 |
| 17-Nov-1987 |
sam |
date and time created 87/11/17 20:26:20 by sam |