summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-07-17Initial revisionRoland McGrath
1996-07-17(st): New function.Miles Bader
Use new st function (get rid of chmods). Accept disk device names without partitions, & with slice + partition.
1996-07-07(argp_program_version): New variable.Miles Bader
<hurd.h>: New include.
1996-07-06(argp_program_version): New variable.Miles Bader
<hurd.h>: New include.
1996-07-06(ufs_version): Variable removed.Miles Bader
1996-07-06(read_disknode): Don't set allocsize based on st->size for kludgedMichael I. Bushnell
symlinks.
1996-07-06(diskfs_truncate): Call record_poke after truncating a kludgedMichael I. Bushnell
symlink.
1996-07-03Include <argz.h>.Michael I. Bushnell
(startup_parents, runtime_parents): Declare const.
1996-07-01(pass2): Don't skip empty directories in `.' and `..' correctnessMichael I. Bushnell
check; we don't clear them the way BSD does, so we want `.' and `..' to get created for us. Also handle `.' before `..' so that they get created in the usual order for empty directories.
1996-07-01(makeentry): After successful directory expansion, write out modifiedMichael I. Bushnell
directory inode.
1996-07-01(pass4): If a reconnect fails while we are preening, give up.Michael I. Bushnell
1996-06-25(diskfs_get_options): Include `--compat=' in options.Miles Bader
1996-06-24(diskfs_lookup_hard): Use diskfs_check_readonly instead ofMichael I. Bushnell
diskfs_readonly. (diskfs_dirempty): Likewise.
1996-06-24(diskfs_cached_lookup): Use diskfs_check_readonly instead of diskfs_readonly.Michael I. Bushnell
(read_symlink_hook): Likewise.
1996-06-24(diskfs_truncate): Call diskfs_check_readonly.Michael I. Bushnell
(diskfs_grow): Likewise.
1996-06-24(diskfs_set_hypermetadata): If CLEAN is not set, make sure we clearMichael I. Bushnell
the clean bit on disk. Always call sync_disk (with appropriate WAIT). (diskfs_readonly_changed): Don't do set_hypermetadata here. (copy_sblock): Don't track clean state here.
1996-06-24(diskfs_shutdown_pager): Don't shutdown DISKPAGER ever, just sync itMichael I. Bushnell
instead.
1996-06-24(errexit, punt): Exit with status 8 for catastrophic failures.Michael I. Bushnell
1996-06-22(options): Make const.Miles Bader
1996-06-22(diskfs_get_options): New function.Miles Bader
1996-06-21(fd_get_device): Supply new args to store_create.Miles Bader
1996-06-21(parse_opt):Miles Bader
Handle runtime invalid selection of 4.2 mode. Save select mode until we're done to correctly deal with external errors at runtime. (startup_parents, startup_argp, runtime_parents, runtime_argp): New variables. (main): Argp vars made global. (startup_parents): diskfs_device_startup_argp --> &diskfs_std_device_startup_argp.
1996-06-20Remove all the complexity and just do the bare minimum.Miles Bader
1996-06-15(options): New variable.Miles Bader
(parse_opt): New function. (main): Parse ufs-specific options too. <string.h>: New include.
1996-06-15([hrs]d*): Allow user to specify slice as well. Patch from GordMichael I. Bushnell
Matzigkeit, gord@enci.ucalgary.ca.
1996-05-25(mom_ports_identical): Omit uses of deleted members of struct mom_port_ref.c.Michael I. Bushnell
1996-05-25(mom_ref_destroy): Omit uses of deleted members of struct mom_port_ref.c.Michael I. Bushnell
1996-05-25(mom_mach_port_set): Omit uses of deleted members of struct mom_port_ref.c.Michael I. Bushnell
1996-05-25(mom_fetch_mach_port): Omit uses of deleted members of struct mom_port_ref.cMichael I. Bushnell
1996-05-25(mom_copy_ref): Omit uses of deleted members of struct mom_port_ref.cMichael I. Bushnell
1996-05-25Doc fixes.Michael I. Bushnell
1996-05-25doc fixes.Michael I. Bushnell
1996-05-25(struct mom_port_ref): Delete members `lock' and `refcnt'.Michael I. Bushnell
1996-05-25(SRCS): Delete add-ref.c and drop-ref.c.Michael I. Bushnell
1996-05-25(mom_add_ref, mom_drop_ref): Delete functions.Michael I. Bushnell
1996-05-24(mom_error_translate_mach):Michael I. Bushnell
1996-05-24Include <mom-errors.h>.Michael I. Bushnell
1996-05-24(SRCS): Add error-trans.c.Michael I. Bushnell
1996-05-24Initial revisionMichael I. Bushnell
1996-05-24(mom_error_translate_mach): New function.Michael I. Bushnell
1996-05-24*** empty log message ***Michael I. Bushnell
1996-05-24(LCLHDRS, installhdrs): Add mom-errors.h.Michael I. Bushnell
1996-05-24Initial revisionMichael I. Bushnell
1996-05-24(LCLHDRS): fooMichael I. Bushnell
1996-05-24(installhdrsubdir): Install headers in main include dir.Michael I. Bushnell
1996-05-24Initial revisionMichael I. Bushnell
1996-05-23(pass2): whops, typo.Michael I. Bushnell
1996-05-23(pass2): Don't clear all node types in directories, just clear thoseMichael I. Bushnell
that are wrong.
1996-05-14(pass2): Fix up test in preen case.Miles Bader
1996-05-14(pass2):Michael I. Bushnell