about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* nptl/tst-thread-exit-clobber: Run with any C++ compilerFlorian Weimer2018-01-171-0/+6
* csu: Update __libgcc_s_init commentFlorian Weimer2018-01-161-0/+5
* nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensionsFlorian Weimer2018-01-161-0/+5
* nptl: Add PTHREAD_MIN_STACK C++ throw test [BZ #22636]Florian Weimer2018-01-161-0/+8
* nptl: Add tst-minstack-cancel, tst-minstack-exit [BZ #22636]Florian Weimer2018-01-161-0/+6
* nptl: Open libgcc.so with RTLD_NOW during pthread_cancel [BZ #22636]Florian Weimer2018-01-161-0/+6
* [BZ #22637] Fix stack guard size accountingSzabolcs Nagy2018-01-161-0/+9
* nptl: Add test for callee-saved register restore in pthread_exitFlorian Weimer2018-01-161-0/+9
* linux: make getcwd(3) fail if it cannot obtain an absolute path [BZ #22679]Dmitry V. Levin2018-01-161-0/+9
* Fix position of tests-unsupported definition in assert/Makefile.Joseph Myers2018-01-041-0/+5
* nss_files: Avoid large buffers with many host addresses [BZ #22078]Florian Weimer2018-01-041-0/+10
* nss_files: Use struct scratch_buffer for gethostbyname [BZ #18023]Florian Weimer2018-01-041-0/+6
* nss_files: Refactor gethostbyname3 multi case into separate functionFlorian Weimer2018-01-041-0/+6
* Implement allocation buffers for internal useFlorian Weimer2018-01-041-0/+17
* __libc_dynarray_emplace_enlarge: Add missing elseFlorian Weimer2018-01-041-0/+5
* dynarray: Set errno on overflow-induced allocation failureFlorian Weimer2018-01-041-0/+8
* dynarray: Implement begin/end functions in the spirit of C++Florian Weimer2018-01-041-0/+10
* Add internal facility for dynamic array handlingFlorian Weimer2018-01-041-0/+37
* Add check_mul_overflow_size_tFlorian Weimer2018-01-041-0/+4
* Add <libc-pointer-arith.h> to help with backportingFlorian Weimer2018-01-041-0/+4
* getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer2018-01-041-0/+14
* getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports NO_DATA [BZ #21922]Florian Weimer2018-01-041-0/+6
* getaddrinfo: In gaih_inet, use h_errno for certain status values onlyFlorian Weimer2018-01-041-0/+5
* getaddrinfo: Properly set errno for NSS function lookup failureFlorian Weimer2018-01-041-0/+5
* getaddrinfo: Use &h_errno has the h_errno pointerFlorian Weimer2018-01-041-0/+6
* getaddrinfo: Use &errno has the errno pointerFlorian Weimer2018-01-041-0/+6
* getaddrinfo: Remove unreachable return statement from gaih_inetFlorian Weimer2018-01-041-0/+5
* resolv/tst-resolv-basic: Add test cases for bug 21295Florian Weimer2018-01-041-0/+5
* getaddrinfo: Merge IPv6 addresses and IPv4 addresses [BZ #21295]Dmitry Bilunov2018-01-041-0/+6
* support_format_addrinfo: Fix flags and canonname formattingFlorian Weimer2018-01-041-0/+16
* resolv: Support an exactly sized buffer in ns_name_pack [BZ #21359]Florian Weimer2018-01-041-0/+16
* resolv: Add test coverage for ns_name_unpack, ns_name_ntopFlorian Weimer2018-01-041-0/+7
* getaddrinfo: Avoid stack copy of IPv6 addressFlorian Weimer2018-01-041-0/+5
* __inet_pton_length: Implement new internal helper functionFlorian Weimer2018-01-041-0/+18
* inet_pton: Reformat in GNU styleFlorian Weimer2018-01-041-0/+5
* getaddrinfo: Eliminate another strdup callFlorian Weimer2018-01-041-0/+5
* getaddrinfo: Fix localplt failure involving strdupFlorian Weimer2018-01-041-0/+6
* getaddrinfo: Always allocate canonical name on the heapFlorian Weimer2018-01-041-0/+5
* getaddrinfo: Unconditionally use malloc for address listFlorian Weimer2018-01-041-0/+5
* x86-64: Regenerate libm-test-ulps for AVX512 mathvec testsH.J. Lu2018-01-041-0/+4
* elf: Check for empty tokens before dynamic string token expansion [BZ #22625]Aurelien Jarno2017-12-301-0/+10
* elf: do not substitute dst in $LD_LIBRARY_PATH twice [BZ #22627]Dmitry V. Levin2017-12-221-0/+6
* elf: Count components of the expanded path in _dl_init_path [BZ #22607]Florian Weimer2017-12-161-0/+7
* elf: Compute correct array size in _dl_init_paths [BZ #22606]Florian Weimer2017-12-161-0/+8
* <array_length.h>: New array_length and array_end macrosFlorian Weimer2017-12-161-0/+5
* ia64: Add ipc_priv.h header to set __IPC_64 to zeroJames Clarke2017-12-121-0/+5
* posix/tst-glob-tilde.c: Add test for bug 22332Florian Weimer2017-12-011-0/+7
* glob: Fix buffer overflow during GLOB_TILDE unescaping [BZ #22332]Paul Eggert2017-12-011-0/+6
* Update NEWS and ChangeLog for CVE-2017-15671Florian Weimer2017-12-011-0/+1
* glob: Add new test tst-glob-tildeFlorian Weimer2017-12-011-0/+8