Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-11-07 | 1998-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-24 | 1998-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 here | Michael I. Bushnell | |
anymore. | |||
1996-06-24 | (diskfs_S_startup_dosync): Don't crash the filesystem, just do a clean | Michael 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 that | Michael I. Bushnell | |
it's a poly arg. | |||
1996-05-09 | (_diskfs_init_completed): Provide helpful name to init. | Michael I. Bushnell | |
1996-04-30 | Include <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 by | Michael 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-12 | entered into RCS | Roland McGrath | |
1994-09-10 | Initial revision | Roland McGrath | |