summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--storeio/ChangeLog5
-rw-r--r--utils/ChangeLog12
2 files changed, 15 insertions, 2 deletions
diff --git a/storeio/ChangeLog b/storeio/ChangeLog
index e24ef633..9a77f0ed 100644
--- a/storeio/ChangeLog
+++ b/storeio/ChangeLog
@@ -1,3 +1,8 @@
+1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+
+ * dev.c: Add #include <sys/mman.h> for munmap decl.
+ * pager.c: Likewise.
+
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* dev.c (dev_buf_fill): Use munmap instead of vm_deallocate.
diff --git a/utils/ChangeLog b/utils/ChangeLog
index 65a20c3c..dcb7deee 100644
--- a/utils/ChangeLog
+++ b/utils/ChangeLog
@@ -1,3 +1,11 @@
+1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+
+ * pids.c: Add #include <sys/mman.h> for munmap decl.
+ * showtrans.c: Likewise.
+ * login.c: Likewise.
+ * storeread.c: Likewise.
+ * msgport.c: Likewise.
+
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* login.c (cat): Use munmap instead of vm_deallocate.
@@ -7,12 +15,12 @@
* showtrans.c (main): Likewise.
* pids.c (add_fn_pids): Likewise.
* msgport.c (cmd_getenv): Likewise.
-
+
1999-07-01 Mark Kettenis <kettenis@gnu.org>
* Makefile (INSTALL-addauth-ops, INSTALL-setauth-ops,
INSTALL-su-ops): Removed. These programs don't have to be
- installed suid-root anymore.
+ installed suid-root anymore.
* frobauth-mod.c (frobauth_modify): Do not try to set the owner of
the processes we're frobbing. The process set their owner
themselves when we pass them their new authentication.