From 536cecf4f43ba2474d6bf576eb787ceb8a731e48 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 25 Jun 2002 05:07:46 +0000 Subject: . --- hurd/ChangeLog | 4 ++++ sutils/ChangeLog | 5 +++++ tmpfs/ChangeLog | 5 +++++ trans/ChangeLog | 7 +++++++ utils/ChangeLog | 8 ++++++++ 5 files changed, 29 insertions(+) diff --git a/hurd/ChangeLog b/hurd/ChangeLog index 371c4da5..33eefc82 100644 --- a/hurd/ChangeLog +++ b/hurd/ChangeLog @@ -1,3 +1,7 @@ +2002-06-14 Roland McGrath + + * paths.h (_SERVERS_DEFPAGER): New macro. + 2002-06-13 Roland McGrath * fs.defs (dir_readdir): Revert AMOUNT type to int, since it's a count diff --git a/sutils/ChangeLog b/sutils/ChangeLog index 5e827b72..d8b212da 100644 --- a/sutils/ChangeLog +++ b/sutils/ChangeLog @@ -1,3 +1,8 @@ +2002-06-14 Roland McGrath + + * swapon.c (swaponoff): If get_privileged_ports fails with EPERM, try + to open /servers/default-pager instead. + 2002-05-07 Roland McGrath * swapon.c (check_signature): Use %zu for size_t arg. diff --git a/tmpfs/ChangeLog b/tmpfs/ChangeLog index 4b68fcbb..ba575a7b 100644 --- a/tmpfs/ChangeLog +++ b/tmpfs/ChangeLog @@ -1,3 +1,8 @@ +2002-06-14 Roland McGrath + + * tmpfs.c (main): If get_privileged_ports fails with EPERM, try to + open /servers/default-pager instead. + 2002-06-13 Roland McGrath * dir.c (diskfs_lookup_hard): Cast int to intptr_t before ino_t. diff --git a/trans/ChangeLog b/trans/ChangeLog index 2d7de9bd..75b136b2 100644 --- a/trans/ChangeLog +++ b/trans/ChangeLog @@ -1,3 +1,10 @@ +2002-06-14 Roland McGrath + + * proxy-defpager.c: New file. + * Makefile (targets, SRCS): Add it. + (proxy-defpager): New target. + (OBJS): Add default_pagerServer.o here. + 2002-06-21 Roland McGrath * streamio.c (parse_opt): Fix fencepost error in -n arg parsing. diff --git a/utils/ChangeLog b/utils/ChangeLog index 47bcb8c6..661feca7 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,11 @@ +2002-06-14 Roland McGrath + + * Makefile (INSTALL-vminfo-ops): Variable removed (no setuid). + + * vmstat.c (ensure_def_pager_info): If get_privileged_ports fails with + EPERM, try to open /servers/default-pager instead. + * Makefile (INSTALL-vmstat-ops): Variable removed (no setuid). + 2002-06-13 Roland McGrath * vminfo.c: Use `z' modifier format modifier for address/size values. -- cgit v1.2.3