about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-02-05 18:20:59 +0000
committerUlrich Drepper <drepper@redhat.com>2009-02-05 18:20:59 +0000
commit62f63c47ee9d6dcac1f47870e8038f1b1889e0d4 (patch)
treefd7dd97307a09bf94d2b6e79fae31d44d975b337 /ChangeLog
parent0899b8897c1bcec464c0e220dd118f293bab05eb (diff)
downloadglibc-62f63c47ee9d6dcac1f47870e8038f1b1889e0d4.tar.gz
glibc-62f63c47ee9d6dcac1f47870e8038f1b1889e0d4.tar.xz
glibc-62f63c47ee9d6dcac1f47870e8038f1b1889e0d4.zip
* sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
	today than when the original code was written.  Use larger
	buffers.  This also makes it unnecessary to have stat information,
	if this causes extra efforts.
	(__opendir): In case O_DIRECTORY works, don't call fstat just for
	__alloc_dir.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 100de90670..7b6d4dc718 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-02-05  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
+	today than when the original code was written.  Use larger
+	buffers.  This also makes it unnecessary to have stat information,
+	if this causes extra efforts.
+	(__opendir): In case O_DIRECTORY works, don't call fstat just for
+	__alloc_dir.
+
 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
 
 	* sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__