Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (LCLHDRS): Add sserver.h. | Michael I. Bushnell | 1996-06-27 | 1 | -1/+1 |
| | |||||
* | (LCLHDRS): Add execserver.h. | Michael I. Bushnell | 1996-06-27 | 1 | -1/+1 |
| | |||||
* | (LCLHDRS): Add trans.h. | Michael I. Bushnell | 1996-06-27 | 1 | -1/+1 |
| | |||||
* | (LCLHDRS): Add common.h. | Michael I. Bushnell | 1996-06-27 | 1 | -1/+1 |
| | |||||
* | (argp_parse): Zero the CHILD_INPUTS vector. | Miles Bader | 1996-06-27 | 1 | -0/+2 |
| | |||||
* | (main): Repair loop. | Michael I. Bushnell | 1996-06-27 | 1 | -3/+4 |
| | |||||
* | (diskfs_startup_diskfs): Don't call diskfs_readonly_changed here | Michael I. Bushnell | 1996-06-27 | 1 | -4/+0 |
| | | | | anymore. | ||||
* | (disk_pager_setup): Check diskfs_readonly variable instead of calling | Michael I. Bushnell | 1996-06-27 | 1 | -1/+1 |
| | | | | diskfs_check_readonly. | ||||
* | (lndist): Add lndist-asm-files. | Michael I. Bushnell | 1996-06-27 | 1 | -3/+7 |
| | | | | | | (lndist-asm-files): New rule. (ASMHEADERS): New variable. ($(top_srcdir)/hurd-snap/$(dir)/asm): New rule. | ||||
* | (LCLHDRS): Add diskfs-pager.h. | Michael I. Bushnell | 1996-06-27 | 1 | -1/+1 |
| | |||||
* | (installationdirlist): New variable. | Michael I. Bushnell | 1996-06-27 | 1 | -0/+6 |
| | |||||
* | (MKINSTALLDIRS): New variable. | Michael I. Bushnell | 1996-06-27 | 1 | -3/+14 |
| | | | | | | (install) [all versions]: Add dependency on the directory being installed into. ($(installationdirlist)): New dependency. | ||||
* | (linked-files, lf-inst): New variables. | Michael I. Bushnell | 1996-06-27 | 1 | -4/+5 |
| | | | | | (cp-linked-files): Use implicit rule. ($(lfinst)): New implicit rule. | ||||
* | (distclean): Add config.cache. | Michael I. Bushnell | 1996-06-27 | 1 | -1/+1 |
| | |||||
* | (lndist-cthreads-h): Delet target. | Michael I. Bushnell | 1996-06-27 | 1 | -4/+1 |
| | | | | (lndist): Remove `lndist-cthreads-h'. | ||||
* | (OTHERSRCS): Add append-std-options.c. | Miles Bader | 1996-06-27 | 1 | -13/+14 |
| | |||||
* | Initial revision | Miles Bader | 1996-06-27 | 1 | -0/+32 |
| | |||||
* | (fsck): | Miles Bader | 1996-06-27 | 1 | -28/+31 |
| | | | | | | | | | | Fsck pass 0 if not in automatic mode. Respect `noauto' option in automatic mode. (fs_start_fsck): When deciding to use a flags arg, mask flags against an explicit list of valid ones. (FSCK_F_AUTO): New macro. (main): Set FSCK_F_AUTO flag if in automatic mode. | ||||
* | (main): Use &NETFS_STD_STARTUP_ARGP insteda of NETFS_STARTUP_ARGP. | Miles Bader | 1996-06-26 | 1 | -27/+18 |
| | | | | | | | (netfs_get_options): New function. (runtime_argp_parents, runtime_argp, netfs_runtime_argp): New variables. (netfs_parse_runtime_options, netfs_unparse_runtime_options): Functions removed. | ||||
* | Initial revision | Miles Bader | 1996-06-26 | 3 | -0/+72 |
| | |||||
* | (OTHERSRCS): | Miles Bader | 1996-06-26 | 1 | -1/+1 |
| | | | | | Add runtime-argp.c, std-runtime-argp.c, & std-startup-argp.c. Remove parse-runtime-options.c & unparse-runtime-options.c. | ||||
* | (netfs_get_options): Call netfs_append_std_options. | Miles Bader | 1996-06-26 | 1 | -2/+2 |
| | |||||
* | (netfs_S_fsys_set_options): Don't convert options string into argv vector. | Miles Bader | 1996-06-26 | 1 | -6/+1 |
| | |||||
* | (std_runtime_options): Variable removed. | Miles Bader | 1996-06-26 | 1 | -18/+5 |
| | | | | | (parse_runtime_opt): Function removed. (netfs_set_options): Change to use fshelp_set_options. | ||||
* | Change options parsing interface to match libdiskfs's: | Miles Bader | 1996-06-26 | 1 | -33/+35 |
| | | | | | | | | | (netfs_set_options, netfs_get_options): Updated to inew interface. (netfs_append_std_options): New declaration. (netfs_runtime_argp, netfs_std_runtime_argp, netfs_std_startup_arg): New variables. (netfs_parse_runtime_options, netfs_unparse_runtime_options): Functions removed. | ||||
* | (netfs_S_fsys_get_options): | Miles Bader | 1996-06-26 | 1 | -10/+5 |
| | | | | Use fshelp_return_malloced_buffer to prepare return value. | ||||
* | (netfs_S_file_get_fs_options): | Miles Bader | 1996-06-26 | 1 | -10/+5 |
| | | | | Use fshelp_return_malloced_buffer to prepare return value. | ||||
* | (S_auth_makeauth): | Miles Bader | 1996-06-26 | 1 | -15/+2 |
| | | | | | Don't special-case the 0 explicit ids case (it used to merge in all the ids from passed in auth-handles in that case). | ||||
* | (parse_opt): Add hair to share arg parsing state between two parsers that use | Miles Bader | 1996-06-26 | 1 | -10/+22 |
| | | | | the same parse_opt function at the same time. | ||||
* | (main, options): Add --writable/-w option. | Miles Bader | 1996-06-25 | 1 | -14/+30 |
| | | | | | | | | (FSCK_F_WRITABLE): New macro. (struct fsck): Rename WAS_READONLY field to MAKE_WRITABLE. (fscks_start_fsck): Change to set make_writable field instead of was_readonly. (fsck_cleanup): Change RESTORE_WRITABLE to MAKE_WRITABLE. (fscks_wait): Likewise. | ||||
* | Use --writable flag to fsck too. | Miles Bader | 1996-06-25 | 1 | -1/+1 |
| | |||||
* | (%: %.sh): Make target writable. | Miles Bader | 1996-06-25 | 1 | -1/+1 |
| | |||||
* | Use real fsck instead of kluge. | Miles Bader | 1996-06-25 | 1 | -9/+2 |
| | |||||
* | (parse_opt): | Miles Bader | 1996-06-25 | 1 | -27/+34 |
| | | | | | | | | | | | Fix test for address-less netmask. Fix byte order when using IN_* macros. Base default netmask on dev->pa_addr, not in->address. Don't clear dev->pa_addr. Delete old routing entries before adding new ones. (trivfs_get_options): Add & use ADD_ADDR_OPT macro. (parse_hook_add_interface): Initialize H->curint->device. (trivfs_get_options): Initialize *ARGZ & *ARGZ_LEN. | ||||
* | (ip_rt_del): New declaration. | Miles Bader | 1996-06-25 | 1 | -0/+1 |
| | |||||
* | (ip_rt_del): New function. | Miles Bader | 1996-06-25 | 1 | -2/+12 |
| | | | | | (rt_del): Renamed from ip_rt_del. (rt_kill): Call rt_del, not ip_rt_del. | ||||
* | (diskfs_cached_lookup): Use diskfs_check_readonly instead of diskfs_readonly. | Miles Bader | 1996-06-25 | 1 | -1/+1 |
| | |||||
* | (diskfs_grow): Add call diskfs_check_readonly to clear clean bit. | Miles Bader | 1996-06-25 | 1 | -0/+1 |
| | |||||
* | (diskfs_shutdown_pager): Don't shutdown the disk pager, just sync it. | Miles Bader | 1996-06-25 | 1 | -10/+8 |
| | | | | | (diskfs_sync_everything): Call sync_global instead of pokel_sync. (final_sblock): Variable removed. | ||||
* | (diskfs_lookup_hard, diskfs_dirempty): | Miles Bader | 1996-06-25 | 1 | -4/+4 |
| | | | | Use diskfs_check_readonly instead of diskfs_readonly. | ||||
* | (diskfs_truncate): Add call diskfs_check_readonly to clear clean bit. | Miles Bader | 1996-06-25 | 1 | -1/+2 |
| | |||||
* | (diskfs_readonly_changed): No longer clear the clean bit. | Miles Bader | 1996-06-25 | 1 | -22/+20 |
| | | | | (diskfs_set_hypermetadata): Work correctly. | ||||
* | (sync_global): | Miles Bader | 1996-06-25 | 1 | -11/+3 |
| | | | | | | | | Renamed from sync_global_data. Add WAIT flag. Don't call diskfs_set_hypermetadata. (alloc_sync): Call diskfs_set_hypermetadata instead of sync_global_data. (sync_super_block): Function removed. | ||||
* | (ip_rt_del): Renamed from rt_del. | Miles Bader | 1996-06-25 | 1 | -2/+2 |
| | | | | (rt_kill): Use ip_rt_del instead of rt_del. | ||||
* | (rt_del): Export. | Miles Bader | 1996-06-25 | 1 | -1/+1 |
| | |||||
* | (diskfs_get_options): Include `--compat=' in options. | Miles Bader | 1996-06-25 | 1 | -2/+5 |
| | |||||
* | (main): Fix heuristic to decide whether native booted. | Miles Bader | 1996-06-24 | 1 | -3/+11 |
| | |||||
* | (check_high_bits, diskfs_validate_owner_change, | Miles Bader | 1996-06-24 | 1 | -4/+59 |
| | | | | | | | diskfs_validate_group_change, diskfs_validate_mode_change, diskfs_validate_author_change): New functions. (write_node): For non-hurd filesystems, assert that no hurd extensions should be used. | ||||
* | (sigterm_handler): | Miles Bader | 1996-06-24 | 1 | -6/+5 |
| | | | | | Renamed from sighup_handle. Make void. Deal with SIGTERM instead of SIGHUP. (main): Use SIGTERM & sigterm_handler instead of SIGHUP &c. | ||||
* | (diskfs_lookup_hard): Use diskfs_check_readonly instead of | Michael I. Bushnell | 1996-06-24 | 1 | -5/+5 |
| | | | | | diskfs_readonly. (diskfs_dirempty): Likewise. |