summaryrefslogtreecommitdiff
path: root/libdiskfs/peropen-make.c
AgeCommit message (Collapse)Author
2002-03-262002-03-25 Neal H Walfield <neal@cs.uml.edu>Neal H. Walfield
* peropen-make.c (diskfs_make_peropen): Instead of returning the peropen, return as error_t and return the peropen in the new parameter *PPO. * diskfs.h (diskfs_make_peropen): Change declaration to reflect new semantics. * boot-start.c (diskfs_start_bootstrap): Check the return value of diskfs_make_peropen using the new semantics. (diskfs_S_exec_startup_get_info): Likewise. (diskfs_execboot_fsys_startup): Likewise. (diskfs_S_fsys_init): Likewise. * dir-lookup.c (diskfs_S_dir_lookup): Likewise. * dir-mkfile.c (diskfs_S_dir_mkfile): Likewise. * file-exec.c (diskfs_S_file_exec): Likewise. * file-reparent.c (diskfs_S_file_reparent): Likewise. * fsys-getfile.c (diskfs_S_fsys_getfile): Likewise. * fsys-getroot.c (diskfs_S_fsys_getroot): Likewise. * trans-callback.c (_diskfs_translator_callback2_fn): Likewise. * init-startup.c (diskfs_startup_diskfs): Likewise.
2001-04-012001-03-28 Neal H Walfield <neal@cs.uml.edu>Roland McGrath
* dir-chg.c (diskfs_S_dir_notice_changes): Check what malloc returns. * peropen-make.c (diskfs_make_peropen): Likewise.
1999-02-13Sat Feb 13 04:29:29 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* peropen-make.c (diskfs_make_peropen): If there is no existing context, then set the shadow_root iff we are a chrooted virtual root filesystem.
1997-06-25(diskfs_make_peropen):Miles Bader
Initialize the ROOT_PARENT, SHADOW_ROOT, and SHADOW_ROOT_PARENT fields.
1997-02-14(diskfs_make_peropen):Miles Bader
Add & use CONTEXT param. Remove DOTDOT & DEPTH params.
1997-02-06(diskfs_make_peropen):Miles Bader
Add & use DEPTH argument.
1994-07-20entered into RCSMichael I. Bushnell
1994-07-19Formerly peropen-make.c.~8~Michael I. Bushnell
1994-07-13Formerly peropen-make.c.~7~Michael I. Bushnell
1994-03-03Formerly peropen-make.c.~6~Michael I. Bushnell
1994-02-17Formerly peropen-make.c.~5~Michael I. Bushnell
1994-02-17Formerly peropen-make.c.~4~Michael I. Bushnell
1994-02-08Formerly peropen-make.c.~3~Michael I. Bushnell
1994-02-07Formerly peropen-make.c.~2~Michael I. Bushnell
1994-02-02Initial revisionMichael I. Bushnell