summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elf: Count components of the expanded path in _dl_init_path [BZ #22607]gentoo/glibc-2.26-5Florian Weimer2017-12-213-9/+17
* elf: Compute correct array size in _dl_init_paths [BZ #22606]Florian Weimer2017-12-213-7/+20
* <array_length.h>: New array_length and array_end macrosFlorian Weimer2017-12-212-0/+41
* i386: Regenerate libm-test-ulps for for gcc 7H.J. Lu2017-12-212-6/+11
* Update IA64 libm-test-ulpsAdhemerval Zanella2017-12-212-26/+1918
* ia64: Fix thread stack allocation permission set (BZ #21672)Adhemerval Zanella2017-12-211-0/+9
* posix: Fix mmap for m68k and ia64 (BZ#21908)Adhemerval Zanella2017-12-211-0/+14
* ia64: Add ipc_priv.h header to set __IPC_64 to zeroJames Clarke2017-12-211-0/+5
* Silence -O3 -Wall warning in malloc/hooks.c with GCC 7 [BZ #22052]H.J. Lu2017-12-213-0/+14
* Fix integer overflow in malloc when tcache is enabled [BZ #22375]Arjun Shankar2017-12-213-1/+15
* Update NEWS to add CVE-2017-15804 entryAurelien Jarno2017-12-211-2/+2
* posix/tst-glob-tilde.c: Add test for bug 22332Florian Weimer2017-12-212-23/+37
* glob: Fix buffer overflow during GLOB_TILDE unescaping [BZ #22332]Paul Eggert2017-12-212-0/+10
* Update NEWS and ChangeLog for CVE-2017-15671Florian Weimer2017-12-211-0/+5
* Add single-threaded path to _int_mallocWilco Dijkstra2017-12-212-25/+42
* Add single-threaded path to malloc/realloc/calloc/memallocWilco Dijkstra2017-12-212-9/+48
* Fix build issue with SINGLE_THREAD_PWilco Dijkstra2017-12-212-0/+7
* Add single-threaded path to _int_freeWilco Dijkstra2017-12-212-14/+33
* Fix deadlock in _int_free consistency checkWilco Dijkstra2017-12-212-9/+16
* malloc: Resolve compilation failure in NDEBUG modeFlorian Weimer2017-12-212-18/+12
* malloc: Change top_check return type to voidFlorian Weimer2017-12-213-15/+20
* malloc: Remove corrupt arena flagFlorian Weimer2017-12-213-31/+10
* malloc: Remove check_action variable [BZ #21754]Florian Weimer2017-12-216-188/+65
* malloc: Abort on heap corruption, without a backtrace [BZ #21754]Florian Weimer2017-12-215-51/+39
* Add test for bug 21041Andreas Schwab2017-12-211-0/+10
* mips32: fix clobbering s0 in setjmp() [BZ #22624]Sergei Trofimovich2017-12-181-0/+5
* mips64: fix clobbering s0 in setjmp() [BZ #22624]Sergei Trofimovich2017-12-181-0/+5
* ia64: Add ipc_priv.h header to set __IPC_64 to zeroJames Clarke2017-12-141-0/+21
* powerpc: Update AT_HWCAP2 bitsTulio Magno Quites Machado Filho2017-11-262-0/+7
* Add test for bug 21041Andreas Schwab2017-11-221-0/+10
* Fix s390 version of pt-longjmp.cAndreas Schwab2017-11-221-0/+5
* Don't use IFUNC resolver for longjmp or system in libpthread (bug 21041)Andreas Schwab2017-11-221-0/+6
* powerpc: Replace lxvd2x/stxvd2x with lvx/stvx in P7's memcpy/memmoveRajalakshmi Srinivasaraghavan2017-11-223-96/+102
* crypt: Adjust check-local-headers.sh for nspr4 include directory [BZ #17956]Florian Weimer2017-11-222-1/+6
* crypt: Use NSPR header files in addition to NSS header files [BZ #17956]Guido Trentalancia2017-11-226-6/+28
* Fix build failure on tilepro due to unsupported atomicsWilco Dijkstra2017-11-182-1/+7
* Use relaxed atomics for malloc have_fastchunksSiddhesh Poyarekar2017-11-182-32/+33
* Inline tcache functionsWilco Dijkstra2017-11-182-2/+7
* Fix TLS relocations against local symbols on powerpc32, sparc32 and sparc64James Clarke2017-11-184-1/+15
* x86-64: Regenerate libm-test-ulps for AVX512 mathvec testsH.J. Lu2017-11-182-2/+6
* Gentoo: Test posix/tst-execvpe5 fails because of sandbox. Disable.gentoo/glibc-2.26-4Andreas K. Hüttel2017-11-121-1/+1
* Gentoo: The revert of bug 600632 makes test resolv/tst-res_use_inet6 fail. Di...Andreas K. Hüttel2017-11-121-1/+0
* [no-patch] Gentoo: Fix make-tarball.sh for more than 99 patches ...gentoo/glibc-2.26-3Andreas K. Hüttel2017-11-111-5/+5
* Fix s390 version of pt-longjmp.cAndreas Schwab2017-11-111-2/+2
* Add test for bug 21041Andreas Schwab2017-11-113-2/+67
* Don't use IFUNC resolver for longjmp or system in libpthread (bug 21041)Andreas Schwab2017-11-112-37/+18
* nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella2017-11-0823-12/+136
* nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella2017-11-0819-0/+171
* posix: Do not use WNOHANG in waitpid call for Linux posix_spawnAdhemerval Zanella2017-11-082-5/+8
* posix: Fix improper assert in Linux posix_spawn (BZ#22273)Adhemerval Zanella2017-11-082-6/+25