Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2001-04-14 Neal H Walfield <neal@cs.uml.edu> | Roland McGrath | 2001-04-15 | 1 | -11/+9 |
| | | | | | * init-startup.c (diskfs_startup_diskfs): Use ERR, not errno, so we can actually read this variable in a debugger. | ||||
* | 2000-03-17 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 2000-03-17 | 1 | -1/+1 |
| | | | | | * 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-17 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 2000-03-17 | 1 | -6/+9 |
| | | | | | | | | | | * 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-09 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-11-09 | 1 | -1/+1 |
| | | | | | * priv.h (_diskfs_chroot_directory): Remove const from type. * init-startup.c (_diskfs_chroot_directory): Likewise. | ||||
* | 1999-02-16 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-02-17 | 1 | -3/+3 |
| | | | | * init-startup.c (diskfs_startup_diskfs): Fix typo 1999-02-12 change. | ||||
* | 1999-02-12 Gordon Matzigkeit <gord@trick.fig.org> | Thomas Bushnell | 1999-02-13 | 1 | -1/+6 |
| | | | | | | * 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-10-26 Gordon Matzigkeit <gord@trick.fig.org> | Roland McGrath | 1998-11-07 | 1 | -1/+1 |
| | | | | | * init-startup.c (diskfs_startup_diskfs): Use diskfs_nput to free the old diskfs_root_node when switching to a virtual root. | ||||
* | 1998-04-04 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1998-10-24 | 1 | -15/+60 |
| | | | | | | | | | | | | | | 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. | ||||
* | (_diskfs_init_completed): | Miles Bader | 1996-09-23 | 1 | -2/+2 |
| | | | | Use DISKFS_DISK_NAME instead of DISKFS_DEVICE_ARG. | ||||
* | (diskfs_S_startup_dosync): | Miles Bader | 1996-07-28 | 1 | -18/+25 |
| | | | | | Don't sync if DISKFS_READONLY. Clean up after ourselves. | ||||
* | (diskfs_startup_diskfs): Don't call diskfs_readonly_changed here | Michael I. Bushnell | 1996-06-27 | 1 | -4/+0 |
| | | | | anymore. | ||||
* | (diskfs_S_startup_dosync): Don't crash the filesystem, just do a clean | Michael I. Bushnell | 1996-06-24 | 1 | -1/+5 |
| | | | | sync. | ||||
* | (diskfs_S_startup_dosync): Pass HANDLE to ports_lookup_port. Declare ERR. | Miles Bader | 1996-06-20 | 1 | -1/+2 |
| | |||||
* | (diskfs_S_startup_dosync): Uncomment function. | Michael I. Bushnell | 1996-06-13 | 1 | -2/+0 |
| | |||||
* | (_diskfs_init_completed): NOTIFY doesn't need deallocation. | Michael I. Bushnell | 1996-06-13 | 1 | -1/+0 |
| | |||||
* | (_diskfs_init_completed): again. | Michael I. Bushnell | 1996-05-09 | 1 | -1/+2 |
| | |||||
* | (_diskfs_init_completed): Don't need to insert right any more now that | Michael I. Bushnell | 1996-05-09 | 1 | -9/+1 |
| | | | | it's a poly arg. | ||||
* | (_diskfs_init_completed): Provide helpful name to init. | Michael I. Bushnell | 1996-05-09 | 1 | -1/+5 |
| | |||||
* | Include <string.h> and <hurd/startup.h>. | Michael I. Bushnell | 1996-04-30 | 1 | -0/+86 |
| | | | | | | | (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. | ||||
* | (diskfs_startup_diskfs): Use ports_create_port instead of ports_allocate_port. | Miles Bader | 1996-01-27 | 1 | -8/+10 |
| | |||||
* | (diskfs_startup_diskfs) Add FLAGS arg; use. | Miles Bader | 1995-11-02 | 1 | -2/+2 |
| | |||||
* | (diskfs_startup_diskfs): | Miles Bader | 1995-10-19 | 1 | -0/+4 |
| | | | | Call diskfs_readonly_changed if we're starting up writable. | ||||
* | (diskfs_startup_diskfs): | Miles Bader | 1995-10-13 | 1 | -1/+6 |
| | | | | Call diskfs_start_bootstrap if we're the bootstrap file system. | ||||
* | (diskfs_startup_diskfs): Free initial reference created by | Michael I. Bushnell | 1995-07-21 | 1 | -8/+8 |
| | | | | ports_allocate_port. | ||||
* | (diskfs_startup_diskfs): Use new args for ports_allocate_port. | Michael I. Bushnell | 1995-06-09 | 1 | -3/+4 |
| | |||||
* | (diskfs_startup_diskfs): Start periodic background syncing, if enabled. | Miles Bader | 1995-05-18 | 1 | -0/+4 |
| | |||||
* | entered into RCS | Roland McGrath | 1994-09-12 | 1 | -0/+2 |
| | |||||
* | Initial revision | Roland McGrath | 1994-09-10 | 1 | -0/+49 |