| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1995-07-08 | (dev_get_memory_object): Moved function to devpager.c. | Miles Bader | |
| 1995-07-08 | (trivfs_goaway): Make trivfs_goaway do the right thing. | Miles Bader | |
| (clean_exit, close_device): Deleted functions. (thread_cancel): New function. (fsys_port_class, root_port_class, port_bucket): New vars. (trivfs_protid_portclasses, trivfs_cntl_portclasses, trivfs_protid_nportclasses, trivfs_cntl_nportclasses): New vars. (main): Initialize *portclasses vars, and convert to new trivfs lib. (trivfs_protid_porttypes, trivfs_cntl_porttypes, trivfs_protid_nporttypes, trivfs_cntl_nporttypes): Deleted vars. (trivfs_goaway): Convert args for new trivfs lib. (ports_cleanroutines): Delete var. (ports_demuxer, ports_notice_idle, ports_no_live_ports, ports_no_hard_ports): Delete functions. | |||
| 1995-07-08 | (struct dev): Add the pager_port_bucket field. | Miles Bader | |
| Declare dev_stop_paging (). | |||
| 1995-07-08 | (dev_stop_paging): New function. | Miles Bader | |
| (pager_dropweak): New function. (pager_port_type): Deleted var. (pager_port_bucket, pager_port_class): New vars. (dev_get_memory_object): Moved here from dev.c. Also, call init_dev_pager if necessary. (service_paging_requests): New function. (init_dev_pager): New function. | |||
| 1995-07-08 | (io_state_sync): Remember that we've synced the buffer. | Miles Bader | |
| 1995-07-07 | (copyright, sccsid): Correct syntax. | Michael I. Bushnell | |
| 1995-07-07 | (OBJCOPY): New var. | Michael I. Bushnell | |
| 1995-07-07 | (copyright, sccsid): Declare unused. | Michael I. Bushnell | |
| (main): Correct format for fourth arg. | |||
| 1995-07-07 | (pinode): Remove assignment from if test. | Michael I. Bushnell | |
| 1995-07-07 | (lookup_directory): New decl. | Michael I. Bushnell | |
| 1995-07-07 | (pass1): Remove assignment from if test. | Michael I. Bushnell | |
| 1995-07-07 | (tables.o): Delete target. | Michael I. Bushnell | |
| (vpath tables.c): Tell where to find tables.c. | |||
| 1995-07-07 | (tables.o): Delete rule. | Michael I. Bushnell | |
| (vpath tables.c): Tell where to find tables.c. | |||
| 1995-07-06 | (libc): Reverst last change; ld bug. | Michael I. Bushnell | |
| 1995-07-06 | (libc): Provide definition that uses the linker search algorithm to | Michael I. Bushnell | |
| get shared libraries if appropriate. | |||
| 1995-07-06 | Removed dependencies that are now automatically generated. | Michael I. Bushnell | |
| 1995-06-28 | Repair mangled include-file dependencies. | Michael I. Bushnell | |
| 1995-06-27 | (diskfs_pager_users/enable_cache): Fix typo. | Michael I. Bushnell | |
| Include <unistd.h>. | |||
| 1995-06-27 | (diskfs_pager_users): New function. | Michael I. Bushnell | |
| 1995-06-22 | (thread_function): Move thread_function to be non-local, of course, | Michael I. Bushnell | |
| because it needs to live even after create_disk_pager returns. | |||
| 1995-06-22 | (thread_cancel): Typo. | Michael I. Bushnell | |
| 1995-06-22 | (thread_cancel): New function (HACK). | Michael I. Bushnell | |
| 1995-06-22 | (HURDLIBS): Add libihash. | Michael I. Bushnell | |
| 1995-06-22 | (main): Have main thread exit when done instead of calling a diskfs | Michael I. Bushnell | |
| function. | |||
| 1995-06-21 | (diskfs_sync_everything, diskfs_shutdown_pager): Conform to prototype. | Michael I. Bushnell | |
| 1995-06-21 | (diskfs_shutdown_pager): Typos. | Michael I. Bushnell | |
| 1995-06-21 | (struct user_pager_info): Drop members next and prevp. | Michael I. Bushnell | |
| 1995-06-21 | (pager_clear_user_data): Don't maintain pager linked list. | Michael I. Bushnell | |
| (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. | |||
| 1995-06-21 | (drop_pager_softrefs): Use ports reference calls directly instead of | Michael I. Bushnell | |
| pager wrappers. (allow_pager_softrefs): Likewise. (pager_traverse): Likewise. (diskfs_file_update): Fix typo. | |||
| 1995-06-21 | (create_disk_pager): Fork off service thread for pager ports. | Michael I. Bushnell | |
| 1995-06-21 | (create_disk_pager): Initialize pager_bucket. | Michael I. Bushnell | |
| 1995-06-21 | (pager_bucket): New variable. | Michael I. Bushnell | |
| (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. | |||
| 1995-06-21 | (diskfs_truncate): Use ports reference calls directly instead of pager | Michael I. Bushnell | |
| wrappers. | |||
| 1995-06-21 | (diskfs_lookup): Provide initialization for BUFLEN. | Michael I. Bushnell | |
| (diskfs_direnter): Move assignment out of if test. | |||
| 1995-06-20 | (diskfs_grow): Provide initialization of POKE_OFF. | Michael I. Bushnell | |
| 1995-06-20 | (ffs_realloccg): Fix typo. | Michael I. Bushnell | |
| 1995-06-20 | (fetch_indir_spec): Remove assignment from if test. | Michael I. Bushnell | |
| 1995-06-20 | (diskfs_truncate): Remove assignment from if test. | Michael I. Bushnell | |
| 1995-06-20 | (ffs_realloccg): Remove assignments from if tests. | Michael I. Bushnell | |
| 1995-06-20 | (write_all_disknodes): Typos. | Michael I. Bushnell | |
| 1995-06-20 | (diskfs_node_iterate): New function. | Michael I. Bushnell | |
| (write_all_disknodes): Use it. | |||
| 1995-06-14 | (diskfs_get_translator): Conform to new memory usage semantic. | Michael I. Bushnell | |
| 1995-05-20 | (trans_parse_args): Use options_parse & diskfs_standard_startup_options to | Miles Bader | |
| parse our translator options. (usage): New function. (parse_opt): New function. | |||
| 1995-05-20 | (CPPFLAGS): Add -I../lib, to get include lib include files, | Miles Bader | |
| and $(CPPFLAGS-$(notdir $<)) to get file-specific cpp options. Add a vpath for %.c to ../lib, so we can use source files from there. | |||
| 1995-05-15 | (pager_clear_user_data): Doc fix. | Michael I. Bushnell | |
| 1995-05-13 | (OBJS): Remove exec_server_image.o. | Roland McGrath | |
| (exec_server_image.o): Rule removed. | |||
| 1995-05-08 | (pager_clear_user_data): Don't die when called on the disk pager. | Miles Bader | |
| 1995-05-08 | (diskfs_lookup): When looping back to try_again: because we're looking up | Miles Bader | |
| "..", be sure and trash the mapping we made of the directory's pager -- otherwise the reference to the pager never gets dropped and we can never free the node. (diskfs_lookup): ds->type was being compared to LOOKING, which value it can never have. Compare ds->stat against LOOKING instead. | |||
| 1995-05-08 | (write_all_disknodes): Fix typo `alloc' --> `alloca'. | Miles Bader | |
| 1995-05-02 | (pager_clear_user_data): Acquire pagerlistlock around modifications to | Michael I. Bushnell | |
| UPI->next/prevp list structure. | |||
