#
49907 |
| 28-May-1991 |
bostic |
use the printf routines in subr_prf instead of rolling out own |
#
49752 |
| 16-May-1991 |
marc |
pass flags to l_close, dont ttywait if IO_NDELAY (revoke) |
#
49594 |
| 09-May-1991 |
bostic |
new copyright; att/bsd/shared |
#
49380 |
| 07-May-1991 |
karels |
redo partab using #defines; meta chars are normal; simpler flushes; fix up comments |
#
49167 |
| 05-May-1991 |
bostic |
move ttyprintf to subr_prf.c |
#
48439 |
| 20-Apr-1991 |
karels |
rm user.h, reg.h; move ttspeedtab back for drivers; change "running" to "iowait" for sleeping procs without wmesg; (marc) add TIOCDRAIN ioctl |
#
47545 |
| 17-Mar-1991 |
karels |
more-or-less working with new proc & user structs |
#
45743 |
| 05-Dec-1990 |
mckusick |
update for new VM |
#
45723 |
| 05-Dec-1990 |
mckusick |
checked in for Marc to create checkpoint for VM merge |
#
45007 |
| 27-Jul-1990 |
marc |
(by karels) typo in TIOCSETAF, was always flushing; can't use 0 for no pgrp; ttyrub newline could maybe happen??? |
#
44419 |
| 28-Jun-1990 |
marc |
reformat EXTPROC code |
#
43377 |
| 21-Jun-1990 |
marc |
ttysleep - to catch revoked terminal |
#
43322 |
| 20-Jun-1990 |
marc |
VINFO -> VSTATUS |
#
43321 |
| 20-Jun-1990 |
hibler |
add OTIOCCONS |
#
43093 |
| 14-Jun-1990 |
marc |
VFLUSHO -> VDISCARD |
#
43092 |
| 14-Jun-1990 |
marc |
check for revoked line |
#
42882 |
| 05-Jun-1990 |
marc |
pgsignal takes extra arg. telnet linemode changes (dab@cray). |
#
42350 |
| 25-May-1990 |
mckusick |
update from Mike Hibler at Utah |
#
42193 |
| 17-May-1990 |
marc |
abolish NOHANG flag. signal session leader on lost carrier (not fgpgrp), put CLOCAL check on carrier transitions |
#
42141 |
| 16-May-1990 |
mckusick |
vinfo under control of ICANON, extra checks in TIOCCONS |
#
41383 |
| 04-May-1990 |
marc |
lflag can change while we sleep in ttread. |
#
41370 |
| 04-May-1990 |
marc |
change wchan messages to consistant format |
#
41177 |
| 01-May-1990 |
marc |
^T |
#
40712 |
| 03-Apr-1990 |
karels |
tsleep; unwind on interrupt; don't back up uio then copyin again after blocking; KNF; strings for sleep messages; SIGINFO; NOKERNINFO lflag allow input to be read from queue after carrier drops |
#
40030 |
| 07-Feb-1990 |
marc |
check for compat ioctls. pgrp can now be null. |