about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* x86-64: Properly align La_x86_64_retval to VEC_SIZE [BZ #22715] hjl/pr22715/2.25H.J. Lu2018-01-171-2/+10
* nptl/tst-thread-exit-clobber: Run with any C++ compilerFlorian Weimer2018-01-172-2/+8
* csu: Update __libgcc_s_init commentFlorian Weimer2018-01-162-2/+11
* nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensionsFlorian Weimer2018-01-162-0/+6
* nptl: Add PTHREAD_MIN_STACK C++ throw test [BZ #22636]Florian Weimer2018-01-163-2/+100
* nptl: Add tst-minstack-cancel, tst-minstack-exit [BZ #22636]Florian Weimer2018-01-164-1/+101
* nptl: Open libgcc.so with RTLD_NOW during pthread_cancel [BZ #22636]Florian Weimer2018-01-163-1/+8
* [BZ #22637] Fix stack guard size accountingSzabolcs Nagy2018-01-166-8/+22
* nptl: Add test for callee-saved register restore in pthread_exitFlorian Weimer2018-01-163-2/+258
* linux: make getcwd(3) fail if it cannot obtain an absolute path [BZ #22679]Dmitry V. Levin2018-01-165-5/+86
* Synchronize support/ infrastructure with masterFlorian Weimer2018-01-16141-270/+1182
* Fix position of tests-unsupported definition in assert/Makefile.Joseph Myers2018-01-042-2/+7
* nss_files: Avoid large buffers with many host addresses [BZ #22078]Florian Weimer2018-01-045-96/+473
* nss_files: Use struct scratch_buffer for gethostbyname [BZ #18023]Florian Weimer2018-01-042-156/+144
* nss_files: Refactor gethostbyname3 multi case into separate functionFlorian Weimer2018-01-042-193/+208
* Implement allocation buffers for internal useFlorian Weimer2018-01-0410-0/+1240
* __libc_dynarray_emplace_enlarge: Add missing elseFlorian Weimer2018-01-042-1/+6
* dynarray: Set errno on overflow-induced allocation failureFlorian Weimer2018-01-044-3/+49
* dynarray: Implement begin/end functions in the spirit of C++Florian Weimer2018-01-044-0/+63
* Add internal facility for dynamic array handlingFlorian Weimer2018-01-0414-2/+2134
* Add check_mul_overflow_size_tFlorian Weimer2018-01-042-0/+23
* Add <libc-pointer-arith.h> to help with backportingFlorian Weimer2018-01-042-0/+5
* getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer2018-01-046-58/+269
* getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports NO_DATA [BZ #21922]Florian Weimer2018-01-043-0/+15
* getaddrinfo: In gaih_inet, use h_errno for certain status values onlyFlorian Weimer2018-01-042-1/+9
* getaddrinfo: Properly set errno for NSS function lookup failureFlorian Weimer2018-01-042-6/+15
* getaddrinfo: Use &h_errno has the h_errno pointerFlorian Weimer2018-01-042-28/+24
* getaddrinfo: Use &errno has the errno pointerFlorian Weimer2018-01-042-13/+16
* getaddrinfo: Remove unreachable return statement from gaih_inetFlorian Weimer2018-01-042-7/+8
* resolv/tst-resolv-basic: Add test cases for bug 21295Florian Weimer2018-01-042-0/+21
* getaddrinfo: Merge IPv6 addresses and IPv4 addresses [BZ #21295]Dmitry Bilunov2018-01-043-4/+11
* support_format_addrinfo: Fix flags and canonname formattingFlorian Weimer2018-01-042-4/+83
* resolv: Support an exactly sized buffer in ns_name_pack [BZ #21359]Florian Weimer2018-01-047-4/+261
* resolv: Add test coverage for ns_name_unpack, ns_name_ntopFlorian Weimer2018-01-044-0/+863
* getaddrinfo: Avoid stack copy of IPv6 addressFlorian Weimer2018-01-042-40/+10
* __inet_pton_length: Implement new internal helper functionFlorian Weimer2018-01-046-72/+665
* inet_pton: Reformat in GNU styleFlorian Weimer2018-01-042-149/+158
* getaddrinfo: Eliminate another strdup callFlorian Weimer2018-01-042-1/+6
* getaddrinfo: Fix localplt failure involving strdupFlorian Weimer2018-01-042-4/+17
* getaddrinfo: Always allocate canonical name on the heapFlorian Weimer2018-01-042-67/+47
* getaddrinfo: Unconditionally use malloc for address listFlorian Weimer2018-01-042-24/+10
* x86-64: Regenerate libm-test-ulps for AVX512 mathvec testsH.J. Lu2018-01-042-2/+6
* elf: Check for empty tokens before dynamic string token expansion [BZ #22625]Aurelien Jarno2017-12-303-16/+47
* elf: do not substitute dst in $LD_LIBRARY_PATH twice [BZ #22627]Dmitry V. Levin2017-12-223-19/+8
* elf: Count components of the expanded path in _dl_init_path [BZ #22607]Florian Weimer2017-12-163-9/+17
* elf: Compute correct array size in _dl_init_paths [BZ #22606]Florian Weimer2017-12-163-7/+20
* <array_length.h>: New array_length and array_end macrosFlorian Weimer2017-12-162-0/+41
* NEWS: merge two sections about security related changes in 2.25.1Dmitry V. Levin2017-12-151-7/+4
* ia64: Add ipc_priv.h header to set __IPC_64 to zeroJames Clarke2017-12-122-0/+26
* Update NEWS to add CVE-2017-15804 entryAurelien Jarno2017-12-011-2/+2