summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-04-27 21:29:55 +0000
committerJakub Jelinek <jakub@redhat.com>2006-04-27 21:29:55 +0000
commit0ad70fc14340d1e3ac2976014766c6eb6d5d3715 (patch)
tree31c5833023f6399a6bada4016306a5a417461ed7 /ChangeLog
parent9b356005b4dca9c57af7cb1f5313a13a728c6310 (diff)
Updated to fedora-glibc-20060427T2122
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog38
1 files changed, 38 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b1361a1382..18a7ede5fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,48 @@
+2006-04-27 Ulrich Drepper <drepper@redhat.com>
+
+ * nscd/connections.c (restart): If we want to switch back to the
+ old ID use setresuid and setresgid.
+ (finish_drop_privileges): Likewise.
+
+2006-04-27 Jakub Jelinek <jakub@redhat.com>
+
+ * nscd/nscd.conf: Fix a typo.
+
+2006-04-27 Ulrich Drepper <drepper@redhat.com>
+
+ [BZ #2611]
+ * stdio-common/renameat.c (renameat): Fix typo.
+
2006-04-27 Jakub Jelinek <jakub@redhat.com>
* nscd/connections.c (sighup_handler): Only run prune_cache on
enabled databases.
+2006-04-26 Roland McGrath <roland@redhat.com>
+
+ * Makeconfig (%.v.i rule): Don't use -DASSEMBLER.
+ The predefined __ASSEMBLER__ is sufficient.
+
2006-04-26 Ulrich Drepper <drepper@redhat.com>
+ [BZ #1386]
+ * iconvdata/ibm932.c: Change mapping to allow round-trips.
+ * iconvdata/ibm943.c: Likewise.
+ Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
+
+ * sysdeps/unix/sysv/linux/syscalls.list: Add vmsplice.
+ * sysdeps/unix/sysv/linux/Versions: Export vmsplice@@GLIBC_2.5.
+ * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Declare vmsplice.
+ * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
+ * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
+ * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
+ * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
+ * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
+ * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
+ * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
+
+ * sysdeps/unix/sysv/linux/bits/uio.h: Fix a typo in a comment.
+
* sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo which caused
bugs not to be reported.