| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 1996-01-16 | (trivfs_modify_stat): The peropen hook holds a struct open, not a struct dev. | Miles Bader | |
| 1996-01-06 | (diskpager, diskpagerport, disk_image): Variables removed. | Roland McGrath | |
| Include <hurd/diskfs-pager.h> instead. (sync_disk_blocks): Use `disk_pager' in place of `diskpager->p'. | |||
| 1996-01-06 | (diskfs_shutdown_pager, diskfs_sync_everything): Use `disk_pager' in place | Roland McGrath | |
| of `diskpager->p'. (create_disk_pager): Rewritten using disk_pager_setup. | |||
| 1996-01-06 | (sync_disk): Use `disk_pager' in place of `diskpager->p'. | Roland McGrath | |
| 1996-01-06 | (indir_release): Use `disk_pager' in place of `diskpager->p'. | Roland McGrath | |
| 1996-01-06 | (diskfs_reload_global_state): Use `disk_pager' in place of `diskpager->p'. | Roland McGrath | |
| 1996-01-05 | (get_hypermetadata, copy_sblock): Don't put diskfs_catch_exception () | Roland McGrath | |
| inside assert, bonehead! Use assert_perror on a variable of its result. | |||
| 1996-01-05 | (main): Don't map disk image here; create_disk_pager now does it. | Roland McGrath | |
| 1996-01-01 | (pager_unlock_page): When allocating block in direct array, clear it | Michael I. Bushnell | |
| synchronously just like we do when it goes in the indirect array. | |||
| 1995-12-30 | (std): Make `fd' one of the standard devices. | Miles Bader | |
| 1995-12-15 | (ST): Variable holding the proper settrans command, which use. | Miles Bader | |
| (_CWD): Use this variable to pass down the current directory to sub MAKEDEVS. (console): Use the new term syntax. (tty[0-9]?|tty[0-9a-f]): New rule for normal ttys. ([pt]ty[pqPQ]?): New rule for ptys (both master and slave). ([pt]ty[pqPQ]): New rule for making sets of ptys. | |||
| 1995-12-14 | (diskfs_lookup): If we are returning an error, then set the dirstat to | Michael I. Bushnell | |
| be ignored by drop_dirstat. | |||
| 1995-12-04 | (trivfs_S_file_set_size, trivfs_S_file_sync, | Miles Bader | |
| trivfs_S_file_syncfs, trivfs_S_file_get_storage_info): Add totally gratuitous, annoying, and trouble-making reply-port args. (trivfs_S_file_get_storage_info): Use inline return if possible. | |||
| 1995-11-09 | (struct dirstat): New member `nbytes'. | Michael I. Bushnell | |
| (dirscanblock): If DS->type is COMPRESS, still look for TAKE/SHRINK possibilities. Also, if it's COMPRESS, still look to see if the current block can be compressed with fewer byte copies. | |||
| 1995-11-08 | (trivfs_S_file_set_size): Renamed from trivfs_S_file_truncate. | Miles Bader | |
| 1995-11-06 | (diskfs_S_file_get_storage_info): Add FLAGS argument. | Miles Bader | |
| 1995-11-06 | (main): Add FLAGS arg to diskfs_startup_diskfs call. | Miles Bader | |
| 1995-11-06 | (main): Add FLAGS arg to trivfs_startup call. | Miles Bader | |
| 1995-11-06 | (trivfs_S_file_get_storage_info): Add FLAGS argument. | Miles Bader | |
| 1995-10-21 | (diskfs_max_user_pager_prot): Return what we discovered, instead of 1. | Miles Bader | |
| 1995-10-19 | (main): | Miles Bader | |
| Exit with a non-zero status if we fixed anything. Use argp to parse options. (options): Converted to argp format. (args_doc): New variable. (USAGE, usage, SHORT_OPTIONS): Removed. Include <argp.h> instead of <getopt.h>. | |||
| 1995-10-19 | ($(target)): Depend on libshouldbeinlibc.a. | Miles Bader | |
| 1995-10-19 | (flush_pokes): New function. | Miles Bader | |
| 1995-10-19 | (diskfs_node_reload): New function. | Miles Bader | |
| (iget): Move allocsize setting into read_disknode. | |||
| 1995-10-19 | (main): | Miles Bader | |
| Always include VM_PROT_WRITE in max prot. Move stuff into get_hypermetadata. Writable init code moved to diskfs_readonly_changed. (diskfs_reload_global_state): New function. | |||
