From: Ulrich Drepper Date: Fri, 10 Dec 1999 05:30:51 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2409343c19069b1b2f6422917f698f8ca6e62592;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 4ac6e2111cb..02028ce8d07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +1999-12-09 Andreas Jaeger + + * nis/nss_compat/compat-pwd.c (internal_getpwuid_r): Always set + errno to ENOENT when returning NSS_STATUS_NOTFOUND. + Reported by Christian Starkjohann . + +1999-12-05 Wolfram Gloger + + * 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 + + * 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 * sysdeps/unix/sysv/linux/Versions: Remove getrlimit, setrlimit,