aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (HURDLIBS): Add libihash.Michael I. Bushnell1995-06-221-1/+1
|
* (main): Have main thread exit when done instead of calling a diskfsMichael I. Bushnell1995-06-221-3/+3
| | | | function.
* Include <hurd/ihash.h>.Michael I. Bushnell1995-06-221-0/+1
|
* Include <cthreads.h>.Michael I. Bushnell1995-06-221-1/+2
| | | | (ports_bucket_iterate): Fix decl of NXT.
* (diskfs_sync_everything, diskfs_shutdown_pager): Conform to prototype.Michael I. Bushnell1995-06-211-2/+4
|
* (diskfs_shutdown_pager): Typos.Michael I. Bushnell1995-06-211-2/+2
|
* Typo.Michael I. Bushnell1995-06-211-2/+2
|
* (struct user_pager_info): Drop members next and prevp.Michael I. Bushnell1995-06-211-2/+1
|
* (pager_clear_user_data): Don't maintain pager linked list.Michael I. Bushnell1995-06-211-54/+19
| | | | | | | | | (diskfs_get_filemap): Don't maintain pager linked list. (pager_dropweak): New function. (pager_traverse): Delete function. (diskfs_shutdown_pager): Use ports_bucket_iterate instead of pager_traverse. (diskfs_sync_everything): Use ports_bucket_iterate instead of pager_traverse.
* Typo again.Michael I. Bushnell1995-06-211-1/+1
|
* (ports_bucket_iterate): TypoMichael I. Bushnell1995-06-211-3/+7
| | | | .
* typoMichael I. Bushnell1995-06-211-2/+2
|
* Initial revisionMichael I. Bushnell1995-06-212-0/+104
|
* (port_bucket_iterate): New decl.Michael I. Bushnell1995-06-211-0/+4
|
* (drop_pager_softrefs): Use ports reference calls directly instead ofMichael I. Bushnell1995-06-211-7/+7
| | | | | | | pager wrappers. (allow_pager_softrefs): Likewise. (pager_traverse): Likewise. (diskfs_file_update): Fix typo.
* (create_disk_pager): Fork off service thread for pager ports.Michael I. Bushnell1995-06-211-0/+13
|
* (create_disk_pager): Initialize pager_bucket.Michael I. Bushnell1995-06-211-0/+2
|
* (pager_bucket): New variable.Michael I. Bushnell1995-06-211-4/+8
| | | | | | | (create_disk_pager): Provide pager_bucket in call to pager_create. (diskfs_get_filemap): Likewise. (diskfs_file_update): Use ports reference calls directly instead of pager wrappers.
* (diskfs_truncate): Use ports reference calls directly instead of pagerMichael I. Bushnell1995-06-211-4/+4
| | | | wrappers.
* (fshelp_fetch_root): Pass new third arg to fshelp_set_active.Michael I. Bushnell1995-06-211-1/+1
|
* (diskfs_lookup): Provide initialization for BUFLEN.Michael I. Bushnell1995-06-211-7/+10
| | | | (diskfs_direnter): Move assignment out of if test.
* (create_class):Michael I. Bushnell1995-06-201-1/+1
|
* (pager_shutdown):Michael I. Bushnell1995-06-201-2/+0
|
* (_pager_seqnos_memory_object_terminate): Oops.Michael I. Bushnell1995-06-201-3/+3
|
* (_pager_seqnos_memory_object_init): Oops.Michael I. Bushnell1995-06-201-2/+2
|
* (_pager_seqnos_memory_object_lock_completed): Oops.Michael I. Bushnell1995-06-201-3/+3
|
* (_pager_seqnos_memory_object_data_unlock): Oops.Michael I. Bushnell1995-06-201-2/+2
|
* (_pager_seqnos_memory_object_data_return): Oops.Michael I. Bushnell1995-06-201-1/+1
|
* (_pager_seqnos_memory_object_data_request): Oops.Michael I. Bushnell1995-06-201-3/+3
|
* (_pager_seqnos_memory_object_change_completed): Use new portsMichael I. Bushnell1995-06-201-4/+4
| | | | routines.
* (demuxer.o): Depend on notify_S.h.Michael I. Bushnell1995-06-201-0/+1
|
* (pager_shutdown):Michael I. Bushnell1995-06-201-12/+2
|
* (pager_shutdown): Use new ports functions.Michael I. Bushnell1995-06-201-1/+1
|
* (create_class): Fudge to avoid warning.Michael I. Bushnell1995-06-201-0/+1
|
* (_pager_free_structure): Use new ports functions.Michael I. Bushnell1995-06-201-2/+3
|
* (_pager_seqnos_memory_object_init): Use new ports functions.Michael I. Bushnell1995-06-201-3/+4
|
* (_pager_do_seqnos_mach_notify_no_senders): Return zero in normal case.Michael I. Bushnell1995-06-201-0/+1
|
* (_pager_seqnos_memory_object_lock_completed): Use new ports interface.Michael I. Bushnell1995-06-201-4/+5
|
* (_pager_seqnos_memory_object_data_unlock): Use new ports routines.Michael I. Bushnell1995-06-201-3/+4
|
* (_pager_do_write_request): Use new ports routines.Michael I. Bushnell1995-06-201-3/+4
|
* (_pager_seqnos_memory_object_data_request): Use new ports routines.Michael I. Bushnell1995-06-201-5/+6
|
* Include <hurd/ports.h>.Michael I. Bushnell1995-06-201-0/+2
|
* (COBJS): Add clean.o and dropweak.o.Michael I. Bushnell1995-06-201-1/+2
|
* (create_class): New function.Michael I. Bushnell1995-06-201-0/+10
|
* Initial revisionMichael I. Bushnell1995-06-201-0/+29
|
* (_pager_real_dropweak): New decl.Michael I. Bushnell1995-06-201-0/+1
|
* (pager_dropweak): New decl.Michael I. Bushnell1995-06-201-0/+7
|
* (pager_create): New parm BUCKET. Allocate port using new portsMichael I. Bushnell1995-06-201-2/+3
| | | | interface.
* (_pager_clean): New decl.Michael I. Bushnell1995-06-201-0/+2
|
* (pager_clean): Removed.Michael I. Bushnell1995-06-201-7/+0
|