#
69409 |
| 14-May-1995 |
mckusick |
convert VOP_LOCK to vn_lock; add parameters to VOP_UNLOCK |
#
68171 |
| 09-Jan-1995 |
cgd |
return types, 64-bit changes: ioctl cmd -> u_long, casts, etc. |
#
64587 |
| 23-Sep-1993 |
bostic |
changes for 4.4BSD-Lite requested by USL |
#
63180 |
| 10-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
59490 |
| 28-Apr-1993 |
mckusick |
refinement in comment in previous delta from Mike Karels at BSDI |
#
59454 |
| 28-Apr-1993 |
mckusick |
relax restrictions on opening /dev/tty (from Karels at BSDI) |
#
56517 |
| 11-Oct-1992 |
bostic |
make kernel includes standard |
#
54638 |
| 03-Jul-1992 |
mckusick |
delete USES |
#
53543 |
| 14-May-1992 |
heideman |
vnode interface conversion |
#
52512 |
| 15-Feb-1992 |
mckusick |
must include proc before tty.h and socketvar.h |
#
52502 |
| 14-Feb-1992 |
torek |
lint |
#
49915 |
| 28-May-1991 |
mckusick |
vnode must now be locked when calling VOP_OPEN |
#
49594 |
| 09-May-1991 |
bostic |
new copyright; att/bsd/shared |
#
49177 |
| 05-May-1991 |
karels |
proc parameter for read/write now in uio |
#
48018 |
| 15-Apr-1991 |
mckusick |
add proc pointers to appropriate VOP operations |
#
47648 |
| 24-Mar-1991 |
karels |
new device calling conventions, return correct error after revocation |
#
47545 |
| 17-Mar-1991 |
karels |
more-or-less working with new proc & user structs |
#
43382 |
| 21-Jun-1990 |
karels |
select routines don't return errors |
#
41191 |
| 01-May-1990 |
mckusick |
must have vnode locked when calling VOP_ACCESS |
#
40187 |
| 21-Feb-1990 |
mckusick |
VOP_SELECT needs file flags |
#
39589 |
| 22-Nov-1989 |
mckusick |
must lock before calling READ/WRITE |
#
39554 |
| 20-Nov-1989 |
marc |
controlling terminal is a vnode |
#
37647 |
| 05-May-1989 |
mckusick |
delete unneeded include of dir.h |
#
37588 |
| 01-May-1989 |
marc |
/dev/tty takes flag and passes to line discipline, also - naw - thats it |
#
35811 |
| 18-Oct-1988 |
marc |
new terminal driver |