aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-08Remove hppa pthreadP.hAdhemerval Zanella1-16/+0
2019-11-07login: Acquire write lock early in pututline [BZ #24882]Florian Weimer3-31/+238
2019-11-07nptl: Add missing placeholder abi symbol from nanosleep moveAdhemerval Zanella9-0/+9
2019-11-07login: Remove double-assignment of fl.l_whence in try_file_lockFlorian Weimer1-1/+1
2019-11-07hurd: Use __clock_gettime in _hurd_selectFlorian Weimer1-7/+4
2019-11-07hurd: Remove lingering references to the time functionFlorian Weimer1-2/+2
2019-11-07math: enhance the endloop condition of function handle_input_flagliqingqing1-1/+1
2019-11-06nptl: Refactor thrd_sleep in terms of clock_nanosleepAdhemerval Zanella1-12/+9
2019-11-06Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella7-138/+59
2019-11-06nptl: Move nanosleep implementation to libcAdhemerval Zanella31-60/+5
2019-11-06posix: Sync regex with gnulibAdhemerval Zanella5-114/+49
2019-11-06Add mnw language code [BZ #25139]Mike FABIAN1-0/+1
2019-11-06Add new locale: mnw_MM (Mon language spoken in Myanmar) [BZ #25139]Talachan Mon3-0/+290
2019-11-06S390: Fp comparison are now raising FE_INVALID with gcc 10.Stefan Liebler1-5/+7
2019-11-05linux: pselect: Remove CALL_PSELECT6 macroLukasz Majewski1-9/+2
2019-11-05Fix run-one-test so that it runs elf testsArjun Shankar1-1/+1
2019-11-04nptl: Fix niggles with pthread_clockjoin_npMike Crowe4-3/+14
2019-11-03hppa: Align __clone stack argument to 8 bytes (Bug 25066)John David Anglin1-2/+7
2019-11-02y2038: linux: Provide __futimens64 implementationLukasz Majewski2-3/+26
2019-11-02y2038: linux: Provide __utimensat64 implementationLukasz Majewski2-4/+73
2019-11-01nptl: Add pthread_timedjoin_np, pthread_clockjoin_np NULL timeout testMike Crowe2-0/+75
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe45-28/+235
2019-11-01manual: Add documentation for pthread_tryjoin_np and pthread_timedjoin_npMike Crowe1-2/+24
2019-11-01nptl: Convert tst-join3 to use libsupportMike Crowe1-66/+20