#
68389 |
| 20-Feb-1995 |
dab |
When the EXTPROC bit is being turned off, and we check to see if it was on so that we can notify the user, we were looking at the t_state field instead of the t_lflag field, which is where it is kept. |
#
68171 |
| 09-Jan-1995 |
cgd |
return types, 64-bit changes: ioctl cmd -> u_long, casts, etc. |
#
64576 |
| 23-Sep-1993 |
bostic |
changes for 4.4BSD-Lite requested by USL |
#
63690 |
| 30-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
63689 |
| 30-Jun-1993 |
mckusick |
missing ptcwakeup needed for line-mode telnet |
#
59119 |
| 17-Apr-1993 |
torek |
ptyattach (#ifdef notyet); don't need #if NPTY > 0 |
#
56517 |
| 11-Oct-1992 |
bostic |
make kernel includes standard |
#
55060 |
| 12-Jul-1992 |
pendry |
MIN -> min, MAX -> max |
#
53645 |
| 20-May-1992 |
marc |
return codes for pt[sc]close (and exactly *what* if they fail???) |
#
52944 |
| 14-Mar-1992 |
torek |
gcc lint |
#
52523 |
| 15-Feb-1992 |
mckusick |
convert to use new select interface, selrecord/selwakeup |
#
52411 |
| 05-Feb-1992 |
torek |
SunOS compatibility; misc cleanups |
#
52410 |
| 05-Feb-1992 |
karels |
eliminate code to protect against berknet |
#
49941 |
| 30-May-1991 |
mckusick |
make file flags consistent |
#
49753 |
| 16-May-1991 |
marc |
pass flags through device close and l_close |
#
48442 |
| 20-Apr-1991 |
karels |
rm user.h; new device calling conventions; ansify |
#
47548 |
| 17-Mar-1991 |
karels |
more-or-less working with new proc & user structs |
#
45570 |
| 12-Nov-1990 |
karels |
don't indirect thru uninit'ed iov in ptcwrite; change ptcwrite like ttwrite to avoid mucking in the iov's; switch to u_char so we don't have to mask |
#
45227 |
| 11-Sep-1990 |
borman |
Fix for TIOCSIG: pgsignal() was being called with one too few arguments. Add special case for SIGINFO to call ttyinfo(). |
#
44446 |
| 28-Jun-1990 |
bostic |
new copyright notice |
#
44313 |
| 26-Jun-1990 |
marc |
duplicate TIOCGPGRP for controller - minus the check for controlling terminal |
#
44312 |
| 26-Jun-1990 |
marc |
use ttysleep to catch revoked terminals |
#
42895 |
| 05-Jun-1990 |
marc |
telnet line mode changes |
#
42194 |
| 17-May-1990 |
marc |
pgsignal takes an extra arg |
#
40714 |
| 03-Apr-1990 |
karels |
tsleep; unwind on interrupt |