summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2007-05-15 20:34:30 +0000
committerRoland McGrath <roland@gnu.org>2007-05-15 20:34:30 +0000
commit18b86433d08e3df2a2820ede370d52bbda55eb74 (patch)
tree59347eb227c205dbf728f7177212f81a9ca48467 /ChangeLog
parente169ea9b569d9e9a60bde4aebe960591bacaf4ef (diff)
Updated to fedora-glibc-20070515T2025
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog45
1 files changed, 45 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a8b6dd1e3..d23f2efe96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,50 @@
+2007-05-14 Ulrich Drepper <drepper@redhat.com>
+
+ * version.h (VERSION): Define to 6.
+ * include/features.h (__GLIBC_MINOR__): Likewise.
+
+ * malloc/malloc.c: Use all small bin slots on 64-bit archs.
+
+ * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
+ sizes.
+
+2007-05-13 Ulrich Drepper <drepper@redhat.com>
+
+ * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
+ number of mmaps. n_mmaps_max is the target.
+ * malloc/hooks.c: Likewise.
+ * malloc/arena.c: Likewise.
+
+2007-05-12 Andreas Jaeger <aj@suse.de>
+
+ * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
+ getpid.
+
+2007-05-11 Ulrich Drepper <drepper@redhat.com>
+
+ * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
+ adding new variables.
+
+ * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
+ optimize. Completely extend global scope array before making the
+ new entries visible.
+
2007-05-10 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
+ * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
+ tst-getcpu.
+
+ * include/link.h: Move l_version and l_nversion members around to
+ fill gaps.
+
+ * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
+
+ * sysdeps/unix/sysv/linux/sched_setaffinity.c
+ (__sched_setaffinity_new): If syscall was successful and
+ RESET_VGETCPU_CACHE is defined, use it before returning.
+ * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
+
* io/sys/stat.h: Make sure struct timespec is defined for
__USE_ATFILE.