Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-25 | doc 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-24 | Include <mom-errors.h>. | Michael I. Bushnell | |
1996-05-24 | (SRCS): Add error-trans.c. | Michael I. Bushnell | |
1996-05-24 | Initial revision | Michael 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-24 | Initial revision | Michael I. Bushnell | |
1996-05-24 | (LCLHDRS): foo | Michael I. Bushnell | |
1996-05-24 | (installhdrsubdir): Install headers in main include dir. | Michael I. Bushnell | |
1996-05-24 | Initial revision | Michael 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 those | Michael I. Bushnell | |
that are wrong. | |||
1996-05-14 | (pass2): Fix up test in preen case. | Miles Bader | |
1996-05-14 | (pass2): | Michael I. Bushnell | |
1996-05-14 | (pass2): better. | Michael I. Bushnell | |
1996-05-14 | (pass2): Handle directory entry type fields better for Hurd. | Michael I. Bushnell | |
1996-05-14 | foo. | Michael I. Bushnell | |
1996-05-11 | (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL. | Miles Bader | |
1996-05-11 | (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL. | Miles Bader | |
1996-05-10 | (mkfs.ufs): Depend on ../libstore/libstore.a. | Miles Bader | |
1996-05-10 | (fd_get_device): Update to use libstore. | Miles Bader | |
<hurd/store.h>: New include. | |||
1996-05-10 | (diskfs_set_statfs): Fix one reference to old name of ST member. | Michael I. Bushnell | |
1996-05-10 | (pass1b): Bother to initialize NUMBER. | Michael I. Bushnell | |
1996-05-09 | (ufs.static ufs): s/ioserver/iohelp/g | Michael I. Bushnell | |
1996-05-09 | (diskfs_set_statfs): Use and fill in new statfs structure. | Michael I. Bushnell | |
1996-05-09 | (trivfs_S_file_get_storage_info): Fix param type. | Miles Bader | |
1996-05-09 | (trivfs_S_io_select): Remove TAG arg. | Miles Bader | |
1996-05-09 | ioserver.h -> iohelp.h. | Michael I. Bushnell | |
1996-05-07 | (trivfs_S_file_get_storage_info): Swap PORTS_TYPE & NUM_PORTS. | Miles Bader | |
1996-05-07 | (trivfs_S_file_get_storage_info): Rewrite for new interface. | Miles Bader | |
1996-05-06 | (ufs_version): Upgrade to 0.0. | Michael I. Bushnell | |
1996-05-03 | (block_extended): more fixup | Michael I. Bushnell | |
1996-05-03 | fixup | Michael I. Bushnell | |
1996-05-03 | (block_extended): Rewrite code that moves pages to be more efficient, | Michael I. Bushnell | |
and not deadlock too, using unlocked pagein permission feature (read "hack"). Return value now indicates whether we expect a sync. (diskfs_grow): If a call to block_extended returns nonzero, then sync the file before returning. | |||
1996-05-03 | (diskfs_get_filemap): Initialize UPI->allow_unlocked_pagein and | Michael I. Bushnell | |
UPI->unlocked_pagein_length. (unlocked_pagein_lock): New variable. (find_address): New parameter `isread'; all callers changed. If ISREAD and we are in the unlocked pagein region, don't attempt to acquire NP->dn->allocptrlock. | |||
1996-05-03 | (struct user_pager_info): New members `allow_unlocked_pagein' and | Michael I. Bushnell | |
`unlocked_pagein_length'. (unlocked_pagein_lock): New variable. | |||
1996-05-03 | (show_stats): Fiddle with formatting. | Miles Bader | |
1996-05-03 | (nice_size, show_stats): New functions. | Miles Bader | |
(main): Use show_stats. | |||
1996-05-02 | fixup | Michael I. Bushnell | |
1996-05-02 | (block_extended): When moving data, sync in-core pager both before | Michael I. Bushnell | |
reading from disk and after providing data to kernel. (diskfs_grow): Always call block_extended or offer_data before adjusting block pointer. | |||
1996-05-02 | (offer_data): Offer pages at ADDR each time through the loop, not the | Michael I. Bushnell | |
same page over and over. | |||
1996-05-02 | (main): Shorten summary message so that it fits on one line. | Miles Bader | |
1996-05-02 | Get rid of extraneous calls to pfail. | Miles Bader | |
1996-05-02 | Fix up recovery logic for when reconnecting an inode fails. | Miles Bader | |
Get rid of extraneous calls to pfail. | |||
1996-05-02 | (linkup): Consistently put quotes around filenames. | Miles Bader | |