summaryrefslogtreecommitdiff
path: root/console/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2002-09-22 00:17:43 +0000
committerMarcus Brinkmann <marcus@gnu.org>2002-09-22 00:17:43 +0000
commit18e5ffbf236c2a9c6877ddcbf33d6f8f28a4e71c (patch)
tree5c4d1fbff709ea88ec3128236eb0807740ed1100 /console/ChangeLog
parentad94dc77e49b4da363df6658f9050bb9c4a1f428 (diff)
2002-09-22 Marcus Brinkmann <marcus@gnu.org>
* console.c: Include <mach.h>. (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.
Diffstat (limited to 'console/ChangeLog')
-rw-r--r--console/ChangeLog25
1 files changed, 25 insertions, 0 deletions
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 <marcus@gnu.org>
+
+ * console.c: Include <mach.h>.
+ (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 <marcus@gnu.org>
* hurd.ti: Enable <kb2> and <kmouse>, fix the comments.