diff options
author | Miles Bader <miles@gnu.org> | 1997-02-05 17:10:43 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-02-05 17:10:43 +0000 |
commit | df69b7d98a71e6f5f934f95da497c89257771c0a (patch) | |
tree | c1d71e5a5778ab86c23061af19fd7fad084f6028 | |
parent | c188b6856081d4473f0712514e9e33c32656a9a8 (diff) | |
download | hurd-df69b7d98a71e6f5f934f95da497c89257771c0a.tar.gz hurd-df69b7d98a71e6f5f934f95da497c89257771c0a.tar.bz2 hurd-df69b7d98a71e6f5f934f95da497c89257771c0a.zip |
.
-rw-r--r-- | hurd/ChangeLog | 10 | ||||
-rw-r--r-- | libpager/ChangeLog | 4 |
2 files changed, 14 insertions, 0 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog index 7811bf8e..30ab8701 100644 --- a/hurd/ChangeLog +++ b/hurd/ChangeLog @@ -1,3 +1,13 @@ +Mon Jan 20 16:34:12 1997 Miles Bader <miles@gnu.ai.mit.edu> + + * fs.defs (dir_reparent): Make PARENT a mach_port_t, not a file_t, + so that libraries that do type translations of file_t won't get + bogus arguments for ports in other filesystems. + +Thu Jan 9 16:44:52 1997 Miles Bader <miles@gnu.ai.mit.edu> + + * fs.defs (dir_reparent): New rpc. + Thu Sep 26 14:21:01 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * tioctl.defs (tioctl_tiocext): Add missing "mode" arg. diff --git a/libpager/ChangeLog b/libpager/ChangeLog index c9fa537e..37bff81a 100644 --- a/libpager/ChangeLog +++ b/libpager/ChangeLog @@ -1,3 +1,7 @@ +Mon Jan 20 16:25:39 1997 Miles Bader <miles@gnu.ai.mit.edu> + + * pager-memcpy.c (pager_memcpy): `preempter' -> `preemptor'. + Thu Sep 12 16:21:14 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makefile (HURDLIBS): New variable. |