#
39564 |
| 20-Nov-1989 |
marc |
controlling terminal now a vnode; remove vhangup |
#
39382 |
| 24-Oct-1989 |
mckusick |
header file cleanups; vput, vrele, and vref move to vfs_subr.c |
#
38769 |
| 26-Aug-1989 |
mckusick |
va_bytes is really bytes; return st_blocks in S_BLKSIZE (512) units |
#
38401 |
| 03-Jul-1989 |
mckusick |
replace vn_access with vn_writechk; break up vn_access into its constituent parts vn_writechk and VOP_ACCESS |
#
38351 |
| 27-Jun-1989 |
mckusick |
must vrelse vnode if VOP_OPEN fails; add vref |
#
38257 |
| 07-Jun-1989 |
mckusick |
return flags and generation number in stat structure |
#
38146 |
| 27-May-1989 |
mckusick |
update from Rick Macklem to generate proper error messages |
#
37731 |
| 09-May-1989 |
mckusick |
merge in vnodes |
#
37552 |
| 26-Apr-1989 |
mckusick |
use new form of suser() |
#
37520 |
| 25-Apr-1989 |
mckusick |
../machine => machine |
#
29116 |
| 05-Jun-1986 |
mckusick |
4.3BSD release version |
#
23398 |
| 08-Jun-1985 |
mckusick |
Add copyright |
#
18362 |
| 18-Mar-1985 |
karels |
add gid_t for groups; copy u.u_groups to int array for copyin/out |
#
17099 |
| 29-Aug-1984 |
bloom |
Change to includes. no more ../h |
#
16693 |
| 08-Jul-1984 |
mckusick |
rework `namei' interface to eliminate global variables |
#
14223 |
| 29-Jul-1983 |
sam |
4.2 distribution |
#
12756 |
| 27-May-1983 |
sam |
merge of bill's code plus lint (plus, of course, cleanup of bill's bugs) |
#
11812 |
| 31-Mar-1983 |
sam |
tighten up group search by checking for NOGROUP terminator |
#
11162 |
| 20-Feb-1983 |
sam |
fix problem with access and setgid being incompatible |
#
10044 |
| 31-Dec-1982 |
sam |
group checks backwards |
#
9764 |
| 17-Dec-1982 |
sam |
sun merge |
#
9165 |
| 13-Nov-1982 |
sam |
merge of 4.1b and 4.1c |
#
8956 |
| 31-Oct-1982 |
root |
allow writing on special files in read-only filesystem |
#
8565 |
| 17-Oct-1982 |
root |
openi returns values |
#
7867 |
| 24-Aug-1982 |
root |
new groups stuff |