aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sparc: Check PIC instead of SHARED in start.Sgentoo/2.26H dot J dot Lu2018-05-252-4/+4
* Add NEWS entry for CVE-2018-11236Florian Weimer2018-05-251-0/+4
* Add references to CVE-2018-11236, CVE-2017-18269Florian Weimer2018-05-252-0/+5
* Add a test case for [BZ #23196]H.J. Lu2018-05-252-0/+53
* Don't write beyond destination in __mempcpy_avx512_no_vzeroupper (bug 23196)Andreas Schwab2018-05-254-2/+18
* Fix path length overflow in realpath [BZ #22786]Paul Pluzhnikov2018-05-255-2/+101
* Fix stack overflow with huge PT_NOTE segment [BZ #20419]Paul Pluzhnikov2018-05-256-4/+87
* Fix blocking pthread_join. [BZ #23137]Stefan Liebler2018-05-253-5/+15
* Fix signed integer overflow in random_r (bug 17343).Joseph Myers2018-05-253-5/+11
* i386: Fix i386 sigaction sa_restorer initialization (BZ#21269)Adhemerval Zanella2018-05-255-1/+247
* [BZ #22342] Fix netgroup cache keys.DJ Delorie2018-05-253-1/+8
* Fix i386 memmove issue (bug 22644).Andrew Senkevich2018-05-254-6/+73
* Fix crash in resolver on memory allocation failure (bug 23005)Andreas Schwab2018-05-253-0/+12
* getlogin_r: return early when linux sentinel value is setJesse Hathaway2018-05-253-0/+16
* resolv: Fully initialize struct mmsghdr in send_dg [BZ #23037]Florian Weimer2018-05-253-19/+28
* [no-patch] locale-gen: suppress ignored error when emptying already empty dir...Andreas K. Hüttel2018-03-041-1/+1
* Gentoo: Disable test misc/tst-ttyname that only fails because of sandboxgentoo/glibc-2.26-7Andreas K. Hüttel2018-02-091-1/+1
* Gentoo: Disable test that fails because of the gethostbyname4_r revertAndreas K. Hüttel2018-02-091-1/+0
* Update NEWS for bug 22343 and bug 22774gentoo/glibc-2.26-6Arjun Shankar2018-02-081-0/+2
* Fix integer overflows in internal memalign and malloc [BZ #22343] [BZ #22774]Arjun Shankar2018-02-085-8/+297
* powerpc: Fix syscalls during early process initialization [BZ #22685]Tulio Magno Quites Machado Filho2018-02-075-4/+48
* Provide a C++ version of iseqsig (bug 22377)Gabriel F. T. Gomes2018-02-076-4/+199
* [AARCH64] Rewrite elf_machine_load_address using _DYNAMIC symbolSzabolcs Nagy2018-02-072-34/+10
* NEWS: Add an entry for [BZ #22715]H.J. Lu2018-02-071-0/+1
* x86-64: Properly align La_x86_64_retval to VEC_SIZE [BZ #22715]H.J. Lu2018-02-072-2/+16
* nptl/tst-thread-exit-clobber: Run with any C++ compilerFlorian Weimer2018-02-072-2/+8
* nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensionsFlorian Weimer2018-02-072-0/+6
* nptl: Add PTHREAD_MIN_STACK C++ throw test [BZ #22636]Florian Weimer2018-02-073-2/+100
* nptl: Add tst-minstack-cancel, tst-minstack-exit [BZ #22636]Florian Weimer2018-02-074-1/+101
* nptl: Open libgcc.so with RTLD_NOW during pthread_cancel [BZ #22636]Florian Weimer2018-02-073-1/+8
* [BZ #22637] Fix stack guard size accountingSzabolcs Nagy2018-02-076-8/+22
* nptl: Add test for callee-saved register restore in pthread_exitFlorian Weimer2018-02-073-2/+257
* Synchronize support/ infrastructure with masterFlorian Weimer2018-02-07141-314/+368
* linux: make getcwd(3) fail if it cannot obtain an absolute path [BZ #22679]Dmitry V. Levin2018-02-075-5/+86
* Add missing reference to bug 20532Florian Weimer2018-02-072-0/+2
* ia64: Fix memchr for large input sizes (BZ #22603)Adhemerval Zanella2018-02-072-0/+11
* tst-ttyname: skip the test when /dev/ptmx is not availableDmitry V. Levin2018-02-072-1/+13
* Mention CVE-2017-16997 in ChangeLogFlorian Weimer2018-02-071-0/+1
* tst-realloc: do not check for errno on success [BZ #22611]Aurelien Jarno2018-01-032-4/+6
* elf: Check for empty tokens before dynamic string token expansion [BZ #22625]Aurelien Jarno2018-01-033-16/+47
* elf: do not substitute dst in $LD_LIBRARY_PATH twice [BZ #22627]Dmitry V. Levin2018-01-033-19/+8
* tst-ttyname: Fix namespace setup for FedoraFlorian Weimer2018-01-032-61/+14
* linux ttyname{_r}: Add testsLuke Shumaker2018-01-033-1/+633
* linux ttyname{_r}: Don't bail prematurely [BZ #22145]Luke Shumaker2018-01-033-15/+31
* linux ttyname{_r}: Make tty checks consistentLuke Shumaker2018-01-035-69/+42
* linux ttyname: Change return type of is_pty from int to boolLuke Shumaker2018-01-032-1/+7
* linux ttyname: Update a reference to kernel docs for kernel 4.10Luke Shumaker2018-01-032-1/+6
* manual: Update to mention ENODEV for ttyname and ttyname_rLuke Shumaker2018-01-032-0/+10
* Synchronize support/ infrastructure with masterFlorian Weimer2018-01-0338-16/+973
* elf: Count components of the expanded path in _dl_init_path [BZ #22607]gentoo/glibc-2.26-5Florian Weimer2017-12-213-9/+17