Age | Commit message (Collapse) | Author |
|
|
|
Check OFF for validity and return EINVAL if it's bogus.
|
|
Check OFF for validity and return EINVAL if it's bogus.
|
|
|
|
Expect COOKIE2 to be a pointer to a struct diskfs_trans_callback_cookie2,
and use that to pass args to diskfs_make_peropen.
|
|
New type.
|
|
Add & use DEPTH argument.
|
|
Add DEPTH & NEW_DEPTH arguments.
Implement new fs-root detection using them.
|
|
Supply DEPTH argument to diskfs_make_peropen.
Pass new type of cookie2 to fshelp_fetch_root, as expected by
_diskfs_translator_callback2.
|
|
Supply DEPTH argument to diskfs_make_peropen.
|
|
Supply DEPTH & NEW_DEPTH arguments to diskfs_lookup.
|
|
Supply DEPTH & NEW_DEPTH arguments to diskfs_lookup.
|
|
Implement.
|
|
Supply DEPTH & NEW_DEPTH arguments to diskfs_lookup.
|
|
Supply DEPTH & NEW_DEPTH arguments to diskfs_lookup.
Translate EAGAIN (meaning root's parent) to EINVAL.
|
|
New file's depth is one greater than CRED's.
|
|
Supply DEPTH argument to diskfs_make_peropen.
|
|
Supply DEPTH & NEW_DEPTH arguments to diskfs_lookup.
|
|
Add DEPTH variable.
Supply DEPTH & NEW_DEPTH arguments to diskfs_lookup.
Supply DEPTH argument diskfs_make_peropen.
Pass new type of cookie2 to fshelp_fetch_root, as expected by
_diskfs_translator_callback2.
|
|
Supply DEPTH & NEW_DEPTH arguments to diskfs_lookup.
Translate EAGAIN (meaning root's parent) to EINVAL.
|
|
Supply DEPTH & NEW_DEPTH arguments to diskfs_lookup.
|
|
Supply DEPTH & NEW_DEPTH arguments to diskfs_lookup.
|
|
diskfs_execboot_fsys_startup, diskfs_S_fsys_init):
Supply DEPTH argument to diskfs_make_peropen.
|
|
Add DEPTH & NEW_DEPTH arguments.
(diskfs_make_peropen):
Add DEPTH argument.
(struct peropen):
Add DEPTH field.
|
|
|
|
Implement (code from ufs).
|
|
Implement (code from ufs).
|
|
|
|
Add dir-reparent.c.
|
|
|
|
Renamed from `preempter'; type & init changed as well.
(diskfs_start_disk_pager):
`preempter' -> `preemptor'.
|
|
|
|
|
|
|
|
If NP->author_tracks_uid, modify NP->dn_stat.st_author as well.
|
|
Add author_tracks_uid field.
|
|
If NP->author_tracks_uid, modify NP->dn_stat.st_author as well.
|
|
|
|
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
|
|
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
|
|
Remove istranslated field.
|
|
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
|
|
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
|
|
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
|
|
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
|
|
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
|
|
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
|
|
Use MACH_MSG_TYPE_MOVE_SEND to return *ctl, rather than COPY.
Correctly test for errors from fshelp_fetch_control.
|
|
Set S_IATRANS & S_IROOT bits in st_mode field of returned buffer if
appropiate.
|
|
* protid-make.c (diskfs_finish_protid): Fix typo.
* file-chown.c (diskfs_S_file_chown): Look for UID, not CRED in
the uid set.
* dir-lookup.c (diskfs_S_dir_lookup): Make the unauthenticated
port correctly.
Thu Nov 14 13:07:37 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* dir-init.c (diskfs_init_dir): New vars VEC and USER; fabricate
LOOKUPCRED to correspond to new structure definitions.
* io-restrict-auth.c (diskfs_S_io_restrict_auth): Declare I and
add a missing semicolon.
* fsys-getroot.c (diskfs_S_fsys_getroot): Eliminate PSEUDOCRED
entirely. Fix unrelated typo.
* file-chauthor.c (dithkfth_TH_file_chauthor): Fix first arg in
call to fthhelp_ithowner.
Tue Nov 12 22:45:07 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* diskfs.h: Correctly close comment.
|