aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-26nptl: Add struct_rwlock.hAdhemerval Zanella31-434/+625
2019-11-26nptl: Add struct_mutex.hAdhemerval Zanella26-261/+417
2019-11-26nptl: Remove rwlock elision definitionsAdhemerval Zanella17-46/+7
2019-11-26nptl: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella18-0/+78
2019-11-26nptl: Cleanup mutex internal offset testsAdhemerval Zanella19-94/+6
2019-11-26locale: Greek -> ASCII transliteration table [BZ #12031]Egor Kobylkin1-0/+135
2019-11-26ru_UA locale: use copy "ru_RU" in LC_TIME (bug 25044)Rafał Lużyński1-69/+1
2019-11-26sysdeps/posix/getaddrinfo: Return early on invalid address familyTim Rühsen1-22/+18
2019-11-26sysdeps/posix: Simplify if expression in getaddrinfoTim Rühsen1-1/+1
2019-11-26Use Linux 5.4 in build-many-glibcs.py.Joseph Myers1-1/+1
2019-11-25arm: Fix armv7 selection after 'Split BE/LE abilist'Adhemerval Zanella5-0/+5
2019-11-22ldbl-128ibm-compat: Add wide character scanning functionsGabriel F. T. Gomes11-1/+248
2019-11-22ldbl-128ibm-compat: Add regular character scanning functionsGabriel F. T. Gomes13-3/+421
2019-11-22ldbl-128ibm-compat: Test positional argumentsGabriel F. T. Gomes4-4/+38
2019-11-22ldbl-128ibm-compat: Test double valuesGabriel F. T. Gomes4-110/+117
2019-11-22ldbl-128ibm-compat: Add wide character, fortified printing functionsGabriel F. T. Gomes13-1/+357
2019-11-22ldbl-128ibm-compat: Add regular character, fortified printing functionsGabriel F. T. Gomes19-0/+649
2019-11-22ldbl-128ibm-compat: Add wide character printing functionsGabriel F. T. Gomes11-1/+321
2019-11-22ldbl-128ibm-compat: Add regular character printing functionsGabriel F. T. Gomes17-1/+603
2019-11-22Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functionsGabriel F. T. Gomes3-9/+2
2019-11-22misc: Set generic pselect as ENOSYSAdhemerval Zanella3-76/+80
2019-11-22Remove duplicate inline implementation of issignalingfPaul A. Clarke2-11/+2
2019-11-21Don't use a custom wrapper macro around __has_include (bug 25189).Emilio Cobos Álvarez2-13/+7
2019-11-21Enable inlining issignalingf within glibcPaul A. Clarke2-29/+53
2019-11-21Introduce DL_LOOKUP_FOR_RELOCATE flag for _dl_lookup_symbol_xFlorian Weimer2-1/+5
2019-11-21rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Kościelnicki2-2/+7
2019-11-16Enhance _dl_catch_exception to allow disabling exception handlingFlorian Weimer2-1/+15
2019-11-16hurd: Suppress GCC 10 -Warray-bounds warning in init-first.c [BZ #25097]Florian Weimer1-0/+9
2019-11-15linux: Add comment on affinity set sizes to tst-skeleton-affinity.cFlorian Weimer1-0/+5
2019-11-15Avoid zero-length array at the end of struct link_map [BZ #25097]Florian Weimer2-12/+23
2019-11-15Introduce link_map_audit_state accessor functionFlorian Weimer10-45/+78
2019-11-15Properly initialize audit cookie for the dynamic loader [BZ #25157]Florian Weimer13-9/+290
2019-11-14nios2: Work around backend bug triggered by csu/libc-tls.c (GCC PR 92499)Florian Weimer1-0/+9
2019-11-13Redefine _IO_iconv_t to store a single gconv step pointer [BZ #25097]Florian Weimer4-63/+52
2019-11-13Add new script for plotting string benchmark JSON outputKrzysztof Koch1-0/+395
2019-11-13support: Fix support_set_small_thread_stack_size to build on HurdFlorian Weimer1-2/+7
2019-11-12login: Use pread64 in utmp implementationFlorian Weimer1-72/+95
2019-11-12Clarify purpose of assert in _dl_lookup_symbol_xFlorian Weimer1-5/+3
2019-11-12aarch64: Increase small and medium cases for __memcpy_genericKrzysztof Koch1-35/+47
2019-11-12login: Introduce matches_last_entry to utmp processingFlorian Weimer1-49/+31
2019-11-12slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097]Florian Weimer6-22/+29
2019-11-11Fix clock_nanosleep when interrupted by a signalAdhemerval Zanella1-9/+7
2019-11-11libio/tst-fopenloc: Use xsetlocale, xfopen, and xfcloseArjun Shankar1-13/+7
2019-11-11support: Add xsetlocale functionArjun Shankar3-0/+32
2019-11-11Declare asctime_r, ctime_r, gmtime_r, localtime_r for C2X.Joseph Myers1-4/+4
2019-11-11y2038: linux: Provide __ppoll64 implementationLukasz Majewski2-5/+57
2019-11-11linux: Reduce stack size for nptl/tst-thread-affinity-pthreadFlorian Weimer1-1/+4
2019-11-11support: Add support_set_small_thread_stack_sizeFlorian Weimer4-0/+94
2019-11-11Fix array bounds violation in regex matcher (bug 25149)Andreas Schwab1-2/+5
2019-11-08sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliableAlistair Francis2-4/+65