]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
.
authorRoland McGrath <roland@gnu.org>
Mon, 13 May 2002 01:50:10 +0000 (01:50 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 13 May 2002 01:50:10 +0000 (01:50 +0000)
ChangeLog

index 1be6bbfa18ae03d65371c17eeff4a4281582a42a..1c6257cc6b979a238194970e9835cd187f492657 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
+2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
+
+        * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
+        Allocate three, not two, more than LEN when appending '/.'.
+        * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
+        if NAME ends with '/.' if it is shorter than 2 chars.
+
 2002-05-12  Roland McGrath  <roland@frob.com>
 
+       * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
+       files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
+
        * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
        file_exec to effect svuid=euid, svgid=egid if that is not a no-op.