summaryrefslogtreecommitdiff
path: root/libdiskfs/init-startup.c
AgeCommit message (Collapse)Author
2001-04-152001-04-14 Neal H Walfield <neal@cs.uml.edu>Roland McGrath
* init-startup.c (diskfs_startup_diskfs): Use ERR, not errno, so we can actually read this variable in a debugger.
2000-03-172000-03-17 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* file-exec.c (diskfs_S_file_exec): Fix typo and braino in last change. * init-startup.c (diskfs_startup_diskfs): Fix braino in last change.
2000-03-172000-03-17 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* boot-start.c (diskfs_S_fsys_init, diskfs_start_bootstrap): Don't use MOVE_SEND in Hurd RPC. * file-exec.c (diskfs_S_file_exec): Don't use MAKE_SEND in Hurd RPC. * init-startup.c (diskfs_startup_diskfs, _diskfs_init_completed): Likewise.
1999-11-091999-11-09 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* priv.h (_diskfs_chroot_directory): Remove const from type. * init-startup.c (_diskfs_chroot_directory): Likewise.
1999-02-171999-02-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* init-startup.c (diskfs_startup_diskfs): Fix typo 1999-02-12 change.
1999-02-131999-02-12 Gordon Matzigkeit <gord@trick.fig.org>Thomas Bushnell
* init-startup.c (diskfs_startup_diskfs): Release the virtual root's lock as soon as we've checked that it's a valid directory. Ignore leading slashes in _diskfs_chroot_directory.
1998-11-071998-10-26 Gordon Matzigkeit <gord@trick.fig.org>Roland McGrath
* init-startup.c (diskfs_startup_diskfs): Use diskfs_nput to free the old diskfs_root_node when switching to a virtual root.
1998-10-241998-04-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
Add support for a "virtual root directory" specified at startup. * priv.h (_diskfs_chroot_directory): Declare new variable. * opts-std-startup.c (startup_options, parse_startup_opt): New string-valued option -C/--directory/--virtual-root/--chroot sets _diskfs_chroot_directory. * init-startup.c (_diskfs_chroot_directory): New variable. (diskfs_startup_diskfs): If that's set, look up the name and warp us to that as a virtual root directory. * fsys-getroot.c (diskfs_S_fsys_getroot): Initialize new peropen's shadow_root_parent to null, and shadow_root to either null or, if _diskfs_chroot_directory is set, to diskfs_root_node.
1996-09-23(_diskfs_init_completed):Miles Bader
Use DISKFS_DISK_NAME instead of DISKFS_DEVICE_ARG.
1996-07-28(diskfs_S_startup_dosync):Miles Bader
Don't sync if DISKFS_READONLY. Clean up after ourselves.
1996-06-27(diskfs_startup_diskfs): Don't call diskfs_readonly_changed hereMichael I. Bushnell
anymore.
1996-06-24(diskfs_S_startup_dosync): Don't crash the filesystem, just do a cleanMichael I. Bushnell
sync.
1996-06-20(diskfs_S_startup_dosync): Pass HANDLE to ports_lookup_port. Declare ERR.Miles Bader
1996-06-13(diskfs_S_startup_dosync): Uncomment function.Michael I. Bushnell
1996-06-13(_diskfs_init_completed): NOTIFY doesn't need deallocation.Michael I. Bushnell
1996-05-09(_diskfs_init_completed): again.Michael I. Bushnell
1996-05-09(_diskfs_init_completed): Don't need to insert right any more now thatMichael I. Bushnell
it's a poly arg.
1996-05-09(_diskfs_init_completed): Provide helpful name to init.Michael I. Bushnell
1996-04-30Include <string.h> and <hurd/startup.h>.Michael I. Bushnell
(diskfs_startup_diskfs): If not bootstrap filesystem, call _diskfs_init_completed here. (diskfs_S_startup_dosync): New function (commented out). (_diskfs_init_completed): New function.
1996-01-27(diskfs_startup_diskfs): Use ports_create_port instead of ports_allocate_port.Miles Bader
1995-11-02(diskfs_startup_diskfs) Add FLAGS arg; use.Miles Bader
1995-10-19(diskfs_startup_diskfs):Miles Bader
Call diskfs_readonly_changed if we're starting up writable.
1995-10-13(diskfs_startup_diskfs):Miles Bader
Call diskfs_start_bootstrap if we're the bootstrap file system.
1995-07-21(diskfs_startup_diskfs): Free initial reference created byMichael I. Bushnell
ports_allocate_port.
1995-06-09(diskfs_startup_diskfs): Use new args for ports_allocate_port.Michael I. Bushnell
1995-05-18(diskfs_startup_diskfs): Start periodic background syncing, if enabled.Miles Bader
1994-09-12entered into RCSRoland McGrath
1994-09-10Initial revisionRoland McGrath