]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 10 Dec 1999 05:30:51 +0000 (05:30 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 10 Dec 1999 05:30:51 +0000 (05:30 +0000)
ChangeLog

index 4ac6e2111cb0302f2b2a424dfd33eb106dbbb1b4..02028ce8d076d5cc6bc0dffa9e825c33ca616d78 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+1999-12-09  Andreas Jaeger  <aj@suse.de>
+
+       * nis/nss_compat/compat-pwd.c (internal_getpwuid_r): Always set
+       errno to ENOENT when returning NSS_STATUS_NOTFOUND.
+       Reported by Christian Starkjohann <cs@obdev.at>.
+
+1999-12-05  Wolfram Gloger  <wg@malloc.de>
+
+       * malloc/malloc.c (arena_get2): If generating a new arena fails,
+       try to generate a minimal one and hope for mmap_chunk() to succeed
+       later.
+
+1999-11-07  Wolfram Gloger  <wg@malloc.de>
+
+       * malloc/thread-m.h [NO_THREADS]: The mutex_* macros now let
+       mutex_t work as an `in-use' flag even without threads.
+       * malloc/malloc.c (USE_ARENAS): New feature flag, controls support
+       for multiple arenas separately from NO_THREADS.
+       (mALLOc, chunk_realloc, mEMALIGn, cALLOc) [USE_ARENAS]: try to
+       fall back to an mmap()ed arena when sbrk() has failed.
+
 1999-12-09  Ulrich Drepper  <drepper@cygnus.com>
 
        * sysdeps/unix/sysv/linux/Versions: Remove getrlimit, setrlimit,