#
69906 |
| 15-Jun-1995 |
mckusick |
null pointer bug (from ralph) |
#
69737 |
| 27-May-1995 |
mckusick |
delete read-only checking; it must be done by the filesystem layers |
#
69525 |
| 17-May-1995 |
mckusick |
get rid of attempt to detect hanging |
#
69407 |
| 14-May-1995 |
mckusick |
add vn_lock function; convert VOP_LOCK to vn_lock; add parameters to VOP_UNLOCK |
#
68725 |
| 03-Apr-1995 |
mckusick |
do synchronous writes when MNT_SYNCHRONOUS is set |
#
68712 |
| 02-Apr-1995 |
mckusick |
request a synchronous write when O_FSYNC is set (from torek) |
#
68578 |
| 22-Mar-1995 |
mckusick |
pass exclusive create flag in to VOP_CREATE |
#
68321 |
| 14-Feb-1995 |
cgd |
insert a missing space. |
#
68171 |
| 09-Jan-1995 |
cgd |
return types, 64-bit changes: ioctl cmd -> u_long, casts, etc. |
#
68064 |
| 08-Dec-1994 |
mckusick |
request IO_UNIT on writes, so failures cause truncation back to start |
#
67686 |
| 15-Aug-1994 |
mckusick |
release the old controlling terminal if setting a new one |
#
67655 |
| 11-Aug-1994 |
mckusick |
LEASE_CHECK => VOP_LEASE |
#
65771 |
| 21-Jan-1994 |
bostic |
add USL's copyright notice |
#
63181 |
| 10-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
59381 |
| 27-Apr-1993 |
mckusick |
bug fixes for LEASES from Rick Macklem |
#
56517 |
| 11-Oct-1992 |
bostic |
make kernel includes standard |
#
54772 |
| 07-Jul-1992 |
torek |
FIONREAD can only return 32-bit size |
#
54741 |
| 06-Jul-1992 |
mckusick |
get rid of unused vn_fhtovp function |
#
54642 |
| 03-Jul-1992 |
mckusick |
delete USES |
#
54440 |
| 25-Jun-1992 |
mckusick |
FHTOVP no longer takes setgen parameter |
#
54100 |
| 19-Jun-1992 |
mckusick |
timeval => timespec in vattr and dinode |
#
53762 |
| 31-May-1992 |
mckusick |
stat structure now contains timespec's |
#
53549 |
| 14-May-1992 |
heideman |
vnode interface conversion |
#
53469 |
| 13-May-1992 |
mckusick |
stat times become timevals |
#
52331 |
| 04-Feb-1992 |
mckusick |
have to get credential from the proc table |