| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Don't pass depth args to diskfs_lookup.
|
|
|
|
|
|
| |
diskfs_S_exec_startup_get_info, diskfs_start_bootstrap):
Pass a prototype peropen instead of the dotdotport and depth to
diskfs_make_peropen.
|
| |
|
|
|
|
| |
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.
|