diff options
-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. |