diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-25 05:07:46 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-25 05:07:46 +0000 |
commit | 536cecf4f43ba2474d6bf576eb787ceb8a731e48 (patch) | |
tree | 36a22a32e284a3a72f356e813ec1a1fdba992b95 | |
parent | 55494c933fb8f4089ff82d9542e9b394e7beb3da (diff) |
.
-rw-r--r-- | hurd/ChangeLog | 4 | ||||
-rw-r--r-- | sutils/ChangeLog | 5 | ||||
-rw-r--r-- | tmpfs/ChangeLog | 5 | ||||
-rw-r--r-- | trans/ChangeLog | 7 | ||||
-rw-r--r-- | utils/ChangeLog | 8 |
5 files changed, 29 insertions, 0 deletions
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 <roland@frob.com> + + * paths.h (_SERVERS_DEFPAGER): New macro. + 2002-06-13 Roland McGrath <roland@frob.com> * 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 <roland@frob.com> + + * swapon.c (swaponoff): If get_privileged_ports fails with EPERM, try + to open /servers/default-pager instead. + 2002-05-07 Roland McGrath <roland@frob.com> * 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 <roland@frob.com> + + * tmpfs.c (main): If get_privileged_ports fails with EPERM, try to + open /servers/default-pager instead. + 2002-06-13 Roland McGrath <roland@frob.com> * 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 <roland@frob.com> + + * 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 <roland@frob.com> * 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 <roland@frob.com> + + * 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 <roland@frob.com> * vminfo.c: Use `z' modifier format modifier for address/size values. |