From 18e5ffbf236c2a9c6877ddcbf33d6f8f28a4e71c Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Sun, 22 Sep 2002 00:17:43 +0000 Subject: 2002-09-22 Marcus Brinkmann * console.c: Include . (netfs_S_dir_notice_changes): New variable PREQ. Clean out the dead wood, eh, dead name notifications from the CONS->dirmod_req list. * display.c (struct user_pager_info): Drop members DISPLAY and P. (struct display): Remove member UPI and add member PAGER. (pager_report_extent): Remove local variable DISPLAY, use UPI directly. (user_create): New variable UPI to hold the user pager info. Modify the code to match new struct organization. (user_destroy): Unmap the user data. (display_notice_changes): Request dead-name notifications. (free_modreqs): Cancel dead-name notification request before deallocation send right. (display_notice_filechange): Likewise. (do_mach_notify_msg_accepted): Likewise. (display_destroy): Take DISPLAY->lock while operating. Reset the filemod_reqs and filemod_reqs_pending members of DISPLAY to NULL. (do_mach_notify_port_deleted): Add comment. (do_mach_notify_dead_name): Implement. (do_mach_notify_no_senders): Implement by delegating to libports. (do_mach_notify_send_once): Don't fail. --- console/ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'console/ChangeLog') diff --git a/console/ChangeLog b/console/ChangeLog index 865f8cfd..a538f6c4 100644 --- a/console/ChangeLog +++ b/console/ChangeLog @@ -1,3 +1,28 @@ +2002-09-22 Marcus Brinkmann + + * console.c: Include . + (netfs_S_dir_notice_changes): New variable PREQ. Clean out the + dead wood, eh, dead name notifications from the CONS->dirmod_req + list. + * display.c (struct user_pager_info): Drop members DISPLAY and P. + (struct display): Remove member UPI and add member PAGER. + (pager_report_extent): Remove local variable DISPLAY, use UPI + directly. + (user_create): New variable UPI to hold the user pager info. + Modify the code to match new struct organization. + (user_destroy): Unmap the user data. + (display_notice_changes): Request dead-name notifications. + (free_modreqs): Cancel dead-name notification request before + deallocation send right. + (display_notice_filechange): Likewise. + (do_mach_notify_msg_accepted): Likewise. + (display_destroy): Take DISPLAY->lock while operating. Reset the + filemod_reqs and filemod_reqs_pending members of DISPLAY to NULL. + (do_mach_notify_port_deleted): Add comment. + (do_mach_notify_dead_name): Implement. + (do_mach_notify_no_senders): Implement by delegating to libports. + (do_mach_notify_send_once): Don't fail. + 2002-09-18 Marcus Brinkmann * hurd.ti: Enable and , fix the comments. -- cgit v1.2.3