diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-02-05 18:20:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-02-05 18:20:59 +0000 |
commit | 62f63c47ee9d6dcac1f47870e8038f1b1889e0d4 (patch) | |
tree | fd7dd97307a09bf94d2b6e79fae31d44d975b337 /ChangeLog | |
parent | 0899b8897c1bcec464c0e220dd118f293bab05eb (diff) | |
download | glibc-62f63c47ee9d6dcac1f47870e8038f1b1889e0d4.zip glibc-62f63c47ee9d6dcac1f47870e8038f1b1889e0d4.tar.gz glibc-62f63c47ee9d6dcac1f47870e8038f1b1889e0d4.tar.bz2 |
* 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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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__ |