Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (diskfs_shutdown): Don't actually exit; return zero instead. | Michael I. Bushnell | 1995-06-26 | 1 | -1/+1 |
| | |||||
* | (diskfs_S_file_set_translator): Ignore harmless errors from | Michael I. Bushnell | 1995-06-26 | 1 | -1/+3 |
| | | | | fsys_goaway. | ||||
* | (diskfs_S_file_set_translator): ditto | Michael I. Bushnell | 1995-06-26 | 1 | -1/+1 |
| | |||||
* | (diskfs_S_file_set_translator): Fix parentheses on first active EXCL | Michael I. Bushnell | 1995-06-26 | 1 | -1/+1 |
| | | | | check. | ||||
* | (fshelp_fetch_root): Wakeup other blocked calls *before* returning | Michael I. Bushnell | 1995-06-26 | 1 | -6/+8 |
| | | | | errors provided by fshelp_start_translator_long or CALLBACK. | ||||
* | (force_delayed_copies, enable_delayed_copies): Change pager [un]ref calls to | Miles Bader | 1995-06-24 | 1 | -4/+4 |
| | | | | use the new ports ref calls directly instead. | ||||
* | (struct user_pager_info): Remove the next & prevp fields. | Miles Bader | 1995-06-24 | 1 | -1/+0 |
| | |||||
* | (diskfs_direnter): Move assignment out of test. | Miles Bader | 1995-06-24 | 1 | -7/+10 |
| | | | | (diskfs_get_directs): Fix print-format types. | ||||
* | (diskfs_free_node): Fix print-format types. | Miles Bader | 1995-06-24 | 1 | -1/+1 |
| | |||||
* | (diskfs_lost_hardrefs): Change pager [un]ref calls to use the new ports ref | Miles Bader | 1995-06-24 | 1 | -16/+37 |
| | | | | | | calls directly instead. (diskfs_node_iterate): New function. (write_all_disknodes): Re-implemented using diskfs_node_iterate. | ||||
* | (main): Have the initial thread die when it's done, leaving other thread to | Miles Bader | 1995-06-24 | 1 | -2/+7 |
| | | | | | do the work. (thread_cancel): Dummy function. | ||||
* | (thread_function): New function. | Miles Bader | 1995-06-24 | 1 | -64/+52 |
| | | | | | | | | | | | | | | | | | (create_disk_pager): Make a new thread to service paging requests. (pager_bucket): New variable. (pager_list_lock, file_pager_list): Variables deleted. (create_disk_pager): Create pager_bucket. (create_disk_pager, diskfs_get_filemap): Pass pager_bucket to pager_create. (pager_traverse): Function deleted. (diskfs_get_filemap, pager_clear_user_data): Don't add/remove UPI to/from the pager list, as there isn't any. (diskfs_shutdown_pager, diskfs_sync_everything): Use ports_bucket_iterate on pager_bucket to go through all the pagers, instead of pager_traverse. (diskfs_file_update, pager_traverse, allow_pager_softrefs, drop_pager_softrefs): Change pager [un]ref calls to use the new ports ref calls directly instead. (pager_dropweak): New function (does nothing). | ||||
* | (HURDLIBS): Add libihash. | Miles Bader | 1995-06-24 | 1 | -1/+2 |
| | |||||
* | (diskfs_shutdown) [helper]: Unlock NP around fsys call. | Michael I. Bushnell | 1995-06-23 | 1 | -0/+2 |
| | |||||
* | (diskfs_S_fsys_syncfs) [helper]: Unlock NP around fsys call. | Michael I. Bushnell | 1995-06-23 | 1 | -0/+2 |
| | |||||
* | (diskfs_S_fsys_set_options): Unlock NP around fsys call. | Michael I. Bushnell | 1995-06-23 | 1 | -0/+2 |
| | |||||
* | (diskfs_S_file_syncfs): Unlock NP around fsys call. | Michael I. Bushnell | 1995-06-23 | 1 | -0/+2 |
| | |||||
* | (fshelp_fetch_root): Parenthesize assert test correctly. | Michael I. Bushnell | 1995-06-23 | 1 | -1/+1 |
| | |||||
* | (service_fsys_startup): Parenthesize construction of flags arg | Michael I. Bushnell | 1995-06-23 | 1 | -1/+1 |
| | | | | correctly. | ||||
* | (fshelp_fetch_root) [reauth]: If PORT is null, then just return it. | Michael I. Bushnell | 1995-06-22 | 1 | -0/+3 |
| | |||||
* | (fshelp_fetch_root): Pass type and length parameters in the right | Michael I. Bushnell | 1995-06-22 | 1 | -6/+5 |
| | | | | order in calls to auth_makeauth and fshelp_start_translator_long. | ||||
* | (ports_reallocate_from_external): Parenthesize flags test correctly. | Michael I. Bushnell | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | (ports_get_right): Parenthesize flag test correctly. | Michael I. Bushnell | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | (ports_enable_bucket): muddle. | Michael I. Bushnell | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | (ports_enable_bucket): Turn flag *on* when waiting. | Michael I. Bushnell | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | (_diskfs_translator_callback): Must be extern to force inclusion of | Michael I. Bushnell | 1995-06-22 | 1 | -1/+1 |
| | | | | trans-callback.c. | ||||
* | (diskfs_S_dir_lookup): Correctly parethenize O_NOTRANS flags test. | Michael I. Bushnell | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | (_pager_seqnos_memory_object_init): I can't believe I did that. | Michael I. Bushnell | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | (ports_lookup_port): UNlock port lock at exit of function. | Michael I. Bushnell | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | (thread_function): Move thread_function to be non-local, of course, | Michael I. Bushnell | 1995-06-22 | 1 | -11/+10 |
| | | | | because it needs to live even after create_disk_pager returns. | ||||
* | (thread_cancel): Typo. | Michael I. Bushnell | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | (thread_cancel): New function (HACK). | Michael I. Bushnell | 1995-06-22 | 1 | -0/+4 |
| | |||||
* | Include <errno.h>. | Michael I. Bushnell | 1995-06-22 | 1 | -0/+1 |
| | |||||
* | (COBJS): Typo. | Michael I. Bushnell | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | (libihash): New variable. | Michael I. Bushnell | 1995-06-22 | 1 | -1/+2 |
| | | | | (alllibs): Add libihash. | ||||
* | (COBJS): Add notify-stubs.c. | Michael I. Bushnell | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1995-06-22 | 1 | -0/+74 |
| | |||||
* | (HURDLIBS): Add libihash. | Michael I. Bushnell | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | (main): Have main thread exit when done instead of calling a diskfs | Michael I. Bushnell | 1995-06-22 | 1 | -3/+3 |
| | | | | function. | ||||
* | Include <hurd/ihash.h>. | Michael I. Bushnell | 1995-06-22 | 1 | -0/+1 |
| | |||||
* | Include <cthreads.h>. | Michael I. Bushnell | 1995-06-22 | 1 | -1/+2 |
| | | | | (ports_bucket_iterate): Fix decl of NXT. | ||||
* | (diskfs_sync_everything, diskfs_shutdown_pager): Conform to prototype. | Michael I. Bushnell | 1995-06-21 | 1 | -2/+4 |
| | |||||
* | (diskfs_shutdown_pager): Typos. | Michael I. Bushnell | 1995-06-21 | 1 | -2/+2 |
| | |||||
* | Typo. | Michael I. Bushnell | 1995-06-21 | 1 | -2/+2 |
| | |||||
* | (struct user_pager_info): Drop members next and prevp. | Michael I. Bushnell | 1995-06-21 | 1 | -2/+1 |
| | |||||
* | (pager_clear_user_data): Don't maintain pager linked list. | Michael I. Bushnell | 1995-06-21 | 1 | -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. Bushnell | 1995-06-21 | 1 | -1/+1 |
| | |||||
* | (ports_bucket_iterate): Typo | Michael I. Bushnell | 1995-06-21 | 1 | -3/+7 |
| | | | | . | ||||
* | typo | Michael I. Bushnell | 1995-06-21 | 1 | -2/+2 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1995-06-21 | 2 | -0/+104 |
| |