| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1996-04-23 | (diskfs_truncate): Use read/write_disk_entry when reading/writing | Michael I. Bushnell | |
| on-disk indirect blocks. (diskfs_grow): Likewise. (indir_release): Likewise. (diskfs_truncate): Use read/write_disk_entry when reading/writing on-disk inode fields. (diskfs_grow): Likewise. | |||
| 1996-04-23 | (swab_disk): New variable. | Michael I. Bushnell | |
| (swab_short, swab_long): New functions. (read_disk_entry, write_disk_entry): New macros. | |||
| 1996-04-23 | (ffs_realloccg): Use read/write_disk_entry when reading/writing | Michael I. Bushnell | |
| on-disk inode fields. (ffs_blkpref): Use read_disk_entry when reading from BAP array. (swab_cg, read_cg, release_cg): New functions. (ffs_fragextend, ffs_alloccg, ffs_nodealloccg, ffs_blkfree, diskfs_free_node): Use new cg access functions. | |||
| 1996-04-23 | (read_disk_entry): New macro. | Michael I. Bushnell | |
| 1996-04-23 | (swab_sblock, swab_csums): New functions. | Michael I. Bushnell | |
| (get_hypermetadata): If this is a swapped filesystem, set swab_disk. Also swap csum and sblock after reading them. (diskfs_set_hypermetadata): If swab_disk, swap the csums back before writing them. (copy_sblock): If swab_disk, swap the sblock before writing it. | |||
| 1996-04-23 | (swab_disk): New variable. | Michael I. Bushnell | |
| (swab_short, swab_long): New functions. | |||
| 1996-04-23 | (pass5): Correctly track contig summaries even though they aren't used | Michael I. Bushnell | |
| by the filesystem; we still need to preserve the format. | |||
| 1996-04-18 | (diskfs_grow): New variable `pagerpt'. | Michael I. Bushnell | |
| (offer_zeroes, block_extended): New functions. (diskfs_grow): In initializing newly allocated data disk blocks with zeroes, use less aggressive offer_zeroes instead of immediate synchronous writes. After ffs_realloccg succeeds, use block_extended to handle the magic. Get rid of old poke calls. | |||
| 1996-04-18 | (ffs_realloccg): If we are allocating a new block, don't actually free | Michael I. Bushnell | |
| the old one here. | |||
| 1996-04-16 | (diskfs_lookup_hard): Set atime appropriately, and sync the new atime | Michael I. Bushnell | |
| if we are running synchronously (!). (diskfs_dirempty): Likewise. (diskfs_direnter_hard): Set mtime appropriately. (diskfs_dirremove_hard): Likewise. (diskfs_dirrewrite_hard): Likewise. | |||
| 1996-04-16 | (diskfs_write_disknode): Only do sync if WAIT is set. | Michael I. Bushnell | |
| 1996-04-15 | (vpath tables.c): top_srcdir is better. | Michael I. Bushnell | |
| 1996-04-15 | (vpath tables.c): That's $(srcdir)/.. | Michael I. Bushnell | |
| 1996-04-15 | (vpath tables.c): Find ufs directory in $(srcdir), not `..'. | Michael I. Bushnell | |
| 1996-04-11 | Initial revision | Miles Bader | |
| 1996-04-04 | (diskfs_cached_lookup): Intialize NP->cache_id *after* NP exists. | Miles Bader | |
| 1996-04-03 | (main): In `Can't get disklabel' error message, specify | Miles Bader | |
| which flag the user can use to supply the needed information. (mkfs): Fiddle with info message. | |||
| 1996-04-03 | *** empty log message *** | Michael I. Bushnell | |
| 1996-04-03 | (diskfs_cached_lookup): Renamed from `iget'. All callers changed. | Michael I. Bushnell | |
| 1996-04-03 | (diskfs_lookup_hard): | Michael I. Bushnell | |
| 1996-04-03 | (warp_root): | Michael I. Bushnell | |
| 1996-04-03 | (diskfs_lookup_hard): | Michael I. Bushnell | |
| 1996-04-03 | (iget): Initialize NP->cache_id. | Michael I. Bushnell | |
| 1996-04-02 | (pass1): Print mode correctly in unknown file type case. | Michael I. Bushnell | |
| 1996-04-02 | (pass1): Recognize inode type IFSOCK too. | Michael I. Bushnell | |
| 1996-03-31 | (mode_rep): Prefix octal number with `0'. | Miles Bader | |
| 1996-03-29 | (diskfs_truncate): Cast DI->di_shortlink to correct type before adding | Michael I. Bushnell | |
| a character count to it. | |||
| 1996-03-29 | (main): Argp interface changes. | Miles Bader | |
| 1996-03-29 | (main): Print mode & {in,}direct blocks too. | Miles Bader | |
| (mode_rep): New function. (timespec_rep): P shouldn't be static. | |||
| 1996-03-25 | (diskfs_null_dirstat): doc fix | Michael I. Bushnell | |
| 1996-03-25 | (diskfs_null_dirstat): New function. | Michael I. Bushnell | |
| 1996-03-25 | After CC tool check, invoke AC_PROG_CC to set default CFLAGS and test for GCC. | Roland McGrath | |
| Barf if not GCC. | |||
| 1996-03-23 | (read_symlink_hook): Only set NP's atime if !readonly. | Miles Bader | |
| 1996-03-20 | (diskfs_lookup_hard): Don't do final permission checking here. | Michael I. Bushnell | |
| 1996-03-20 | (diskfs_lookup_hard): Don't do initial permission checking here. | Michael I. Bushnell | |
| 1996-03-20 | (diskfs_dirrewrite_hard): Renamed from diskfs_dirrewrite. No longer | Michael I. Bushnell | |
| call modification tracking routines. (diskfs_dirremove_hard): Renamed from diskfs_dirremove. No longer call modification tracking routines. (diskfs_direnter_hard): Renamed from diskfs_direnter. No longer call modification tracking routines. (diskfs_lookup_hard): Renamed from diskfs_lookup. | |||
| 1996-03-19 | (main): Pass new arg to argp_parse. | Miles Bader | |
| 1996-03-19 | (main): Pass new arg to argp_parse. Use argp_usage correctly. | Miles Bader | |
| 1996-03-18 | (diskfs_max_user_pager_prot) [add_pager_max_prot]: | Michael I. Bushnell | |
| (a == b) ? 1 : 0 ====> (a == b). | |||
| 1996-03-13 | (options, args_doc, doc): New variables for option parsing. | Miles Bader | |
| (struct amark): New type. (amarks_add, amarks_contains): New functions. (default_disklabel): New variable. (main): Most arguments are now options (and optional). Allow many more parameters to be specified. Consult the disk label for some defaults. (...most functions...): Add explicit return type declarations where necessary. Fix printf format specifications. Get rid of #ifdefs for MFS. (started, malloc, realloc, calloc, free): Functions removed. (mfs, membase): Variables removed. <stddef.h>, <stdlib.h>, <argp.h>, <assert.h>, <error.h>, <string.h>: New includes | |||
| 1996-03-13 | (SRCS): Add dlabel.c. | Miles Bader | |
| (mkfs.ufs): New target. | |||
| 1996-03-13 | Initial revision | Miles Bader | |
| 1996-03-05 | Update to new location. | Miles Bader | |
| 1996-02-27 | Initial revision | Miles Bader | |
| 1996-02-23 | (get_hypermetadata): Use diskfs_device_arg in unclean msgs. | Roland McGrath | |
| 1996-02-21 | Implement proper handling of the filesystem `clean bit'. | Roland McGrath | |
| (ufs_clean): New variable. (get_hypermetadata): Set it from the fs_clean flag. If not clean, complain and force read-only. Complain when ignoring COMPAT_BSD42. (diskfs_set_hypermetadata): Set the clean flag in the superblock when CLEAN and fs was clean to start with. (copy_sblock): Remove bogus clean flag frobnication. | |||
| 1996-02-20 | Add rule for `time', and add `time' to std. | Miles Bader | |
| 1996-02-17 | (main): Check error return from diskfs_init_diskfs. | Miles Bader | |
| 1996-01-30 | Grok `tty'. | Roland McGrath | |
| 1996-01-27 | (trivfs_goaway): | Miles Bader | |
| Handle errors from ports_inhibit_class_rpcs. Allow rpcs to resume if we're going to return EBUSY. | |||
