| Age | Commit message (Expand) | Author |
| 1995-10-13 | (main): Use new handy diskfs routines and get rid of tons of junk. Main | Miles Bader |
| 1995-10-13 | (SRCS): Remove devio.c. | Miles Bader |
| 1995-10-13 | (dev_read_sync, dev_write_sync, dev_write, diskpagersize): Decls removed. | Miles Bader |
| 1995-10-13 | (diskfs_set_hypermetadata): | Miles Bader |
| 1995-10-13 | (pager_unlock_page, pager_write_page, pager_read_page): | Miles Bader |
| 1995-10-13 | (diskfs_grow): | Miles Bader |
| 1995-10-13 | (diskfs_S_file_get_storage_info): Use DISKFS_DEVICE instead of UFS_DEVICE, | Miles Bader |
| 1995-10-11 | (trivfs_S_file_get_storage_info): | Miles Bader |
| 1995-10-07 | (diskfs_S_file_get_storage_info): | Miles Bader |
| 1995-10-05 | (diskfs_set_statfs): fsys_stb_bsize -> fsys_stb_iosize. | Miles Bader |
| 1995-10-04 | (struct dev): Add the NAME field. | Miles Bader |
| 1995-10-04 | (open_write, open_read): Get rid of debugging noise. | Miles Bader |
| 1995-10-04 | (dev_open, dev_sync, dev_write, dev_read): Get rid of debugging noise. | Miles Bader |
| 1995-10-04 | (position): Get rid of debugging noise. | Miles Bader |
| 1995-10-04 | (pager_write_page, pager_read_page): Get rid of debugging noise. | Miles Bader |
| 1995-10-04 | (trivfs_S_file_syncfs, trivfs_S_file_sync): Get rid of debugging noise. | Miles Bader |
| 1995-10-04 | (main, trivfs_S_fsys_syncfs): Get rid of debugging noise. | Miles Bader |
| 1995-10-04 | (parse_opt): Rearrange slightly. | Miles Bader |
| 1995-10-01 | (trivfs_S_file_get_storage_info): New function. | Miles Bader |
| 1995-10-01 | (dev_open): Record NAME in the returned dev structure. | Miles Bader |
| 1995-09-26 | Include <netinet/in.h>. | Michael I. Bushnell |
| 1995-09-26 | (diskfs_S_file_get_storage_info): New function. | Michael I. Bushnell |
| 1995-09-26 | (main): Delete var `devname'. Use `ufs_device_name' throughout | Michael I. Bushnell |
| 1995-09-26 | (ufs_device_name): New var. | Michael I. Bushnell |
| 1995-09-22 | (LDFLAGS): New variable. | Miles Bader |
| 1995-09-22 | (get_hypermetadata): Use %Zd format for result of sizeof. | Roland McGrath |
| 1995-09-21 | If not in $srcdir, produce */Makefile from build.mk.in. | Roland McGrath |
| 1995-09-17 | (target): Changed to `mkfs.ufs'. | Miles Bader |
| 1995-09-17 | (target): Changed to `fsck.ufs'. | Miles Bader |
| 1995-09-16 | Initial revision | Roland McGrath |
| 1995-09-13 | (diskfs_lookup): Require NPP set for RENAME too. | Michael I. Bushnell |
| 1995-09-13 | (diskfs_lookup): Don't attempt to lock NP if NPP is not set. Don't | Michael I. Bushnell |
| 1995-09-11 | (CCVERSION): Changed to 2.7.1. | Miles Bader |
| 1995-09-06 | (diskfs_pager_users): Ignore the disk pager when seeing if there are any | Miles Bader |
| 1995-08-28 | (ufs): Depend on ../libshouldbeinlibc/libshouldbeinlibc.a. | Roland McGrath |
| 1995-08-25 | (indir_release): When freeing direct blocks mentioned in a single | Michael I. Bushnell |
| 1995-08-24 | (trivfs_goaway, trivfs_modify_stat): Update arguments. | Miles Bader |
| 1995-08-24 | (devio): Put all dependencies here. | Miles Bader |
| 1995-08-24 | (ufs): Add explicit dependencies. | Miles Bader |
| 1995-08-23 | (INSTALL_BIN): Changed to INSTALL_PROGRAM. | Miles Bader |
| 1995-08-15 | ([hrs]d*): Fixed partition parsing: use glob pattern, not regexp. | Roland McGrath |
| 1995-08-13 | (trivfs_peropen_create_hook): This now returns an error_t. | Miles Bader |
| 1995-07-22 | (dev_get_memory_object): A new pager now comes with 1 ref, so we allocate a | Miles Bader |
| 1995-07-22 | (trivfs_S_io_seek): Call open_seek instead of doing it ourselves. | Miles Bader |
| 1995-07-22 | Add declaration for open_seek. | Miles Bader |
| 1995-07-22 | (open_read, open_write): Clean up STATE before returning with an error. | Miles Bader |
| 1995-07-21 | (diskfs_get_filemap): Drop initial reference created by pager_create. | Michael I. Bushnell |
| 1995-07-21 | (diskfs_get_filemap): Free initial reference created by pager_create. | Michael I. Bushnell |
| 1995-07-17 | (thread_function): Don't have any global timeout here; we don't use it | Michael I. Bushnell |
| 1995-07-08 | (console): Give /hurd/term a ttyname argument. | Miles Bader |