#
69409 |
| 14-May-1995 |
mckusick |
convert VOP_LOCK to vn_lock; add parameters to VOP_UNLOCK |
#
69142 |
| 01-May-1995 |
mckusick |
missing second parameter to closef (from Poul-Henning Kamp) |
#
68323 |
| 14-Feb-1995 |
cgd |
return types, KNF, some protos. |
#
68171 |
| 09-Jan-1995 |
cgd |
return types, 64-bit changes: ioctl cmd -> u_long, casts, etc. |
#
67732 |
| 22-Aug-1994 |
mckusick |
use new queue.h data structures |
#
67654 |
| 11-Aug-1994 |
mckusick |
LEASE_CHECK => VOP_LEASE |
#
65441 |
| 04-Jan-1994 |
bostic |
lint |
#
64399 |
| 04-Sep-1993 |
mckusick |
use symbolic names for access permissions |
#
63180 |
| 10-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
59602 |
| 30-Apr-1993 |
mckusick |
a better approach than 7.39 to avoid duplicate closef's (from karels@bsdi.com) |
#
58253 |
| 26-Feb-1993 |
mckusick |
avoid duplicate closef's |
#
56517 |
| 11-Oct-1992 |
bostic |
make kernel includes standard |
#
55665 |
| 24-Jul-1992 |
mckusick |
fix for garbage collection from bsy+@CS.CMU.EDU (Bennet Yee) |
#
55090 |
| 12-Jul-1992 |
pendry |
wrong sense in checking for free descriptors available |
#
54645 |
| 03-Jul-1992 |
mckusick |
delete USES |
#
53544 |
| 14-May-1992 |
heideman |
vnode interface conversion |
#
53484 |
| 13-May-1992 |
mckusick |
cannot follow a pointer after structure that contains it is freed |
#
52953 |
| 15-Mar-1992 |
torek |
must include systm.h to get decl for panic (for gcc) |
#
52921 |
| 13-Mar-1992 |
mckusick |
paranoia |
#
52309 |
| 03-Feb-1992 |
mckusick |
new namei calling convention |
#
52231 |
| 22-Jan-1992 |
heideman |
lookup converted to new form |
#
52193 |
| 14-Jan-1992 |
mckusick |
lease check when binding unix domain sockets |
#
52033 |
| 19-Dec-1991 |
karels |
unp_discard has to pass a (null) proc ptr to closef |
#
49978 |
| 03-Jun-1991 |
mckusick |
file structures are now dynamically allocated and linked together on a list |
#
48022 |
| 15-Apr-1991 |
mckusick |
add proc pointers to appropriate VOP and vnode operations; propogate proc pointer down to levels where needed |