about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Enable inlining issignalingf within glibcPaul A. Clarke2019-11-212-29/+53
* Introduce DL_LOOKUP_FOR_RELOCATE flag for _dl_lookup_symbol_xFlorian Weimer2019-11-212-1/+5
* rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Koƛcielnicki2019-11-212-2/+7
* Enhance _dl_catch_exception to allow disabling exception handlingFlorian Weimer2019-11-162-1/+15
* hurd: Suppress GCC 10 -Warray-bounds warning in init-first.c [BZ #25097]Florian Weimer2019-11-161-0/+9
* linux: Add comment on affinity set sizes to tst-skeleton-affinity.cFlorian Weimer2019-11-151-0/+5
* Avoid zero-length array at the end of struct link_map [BZ #25097]Florian Weimer2019-11-152-12/+23
* Introduce link_map_audit_state accessor functionFlorian Weimer2019-11-1510-45/+78
* Properly initialize audit cookie for the dynamic loader [BZ #25157]Florian Weimer2019-11-1513-9/+290
* nios2: Work around backend bug triggered by csu/libc-tls.c (GCC PR 92499)Florian Weimer2019-11-141-0/+9
* Redefine _IO_iconv_t to store a single gconv step pointer [BZ #25097]Florian Weimer2019-11-134-63/+52
* Add new script for plotting string benchmark JSON outputKrzysztof Koch2019-11-131-0/+395
* support: Fix support_set_small_thread_stack_size to build on HurdFlorian Weimer2019-11-131-2/+7
* login: Use pread64 in utmp implementationFlorian Weimer2019-11-121-72/+95
* Clarify purpose of assert in _dl_lookup_symbol_xFlorian Weimer2019-11-121-5/+3
* aarch64: Increase small and medium cases for __memcpy_genericKrzysztof Koch2019-11-121-35/+47
* login: Introduce matches_last_entry to utmp processingFlorian Weimer2019-11-121-49/+31
* slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097]Florian Weimer2019-11-126-22/+29
* Fix clock_nanosleep when interrupted by a signalAdhemerval Zanella2019-11-111-9/+7
* libio/tst-fopenloc: Use xsetlocale, xfopen, and xfcloseArjun Shankar2019-11-111-13/+7
* support: Add xsetlocale functionArjun Shankar2019-11-113-0/+32
* Declare asctime_r, ctime_r, gmtime_r, localtime_r for C2X.Joseph Myers2019-11-111-4/+4
* y2038: linux: Provide __ppoll64 implementationLukasz Majewski2019-11-112-5/+57
* linux: Reduce stack size for nptl/tst-thread-affinity-pthreadFlorian Weimer2019-11-111-1/+4
* support: Add support_set_small_thread_stack_sizeFlorian Weimer2019-11-114-0/+94
* Fix array bounds violation in regex matcher (bug 25149)Andreas Schwab2019-11-111-2/+5
* sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliableAlistair Francis2019-11-082-4/+65
* Remove hppa pthreadP.hAdhemerval Zanella2019-11-081-16/+0
* login: Acquire write lock early in pututline [BZ #24882]Florian Weimer2019-11-073-31/+238
* nptl: Add missing placeholder abi symbol from nanosleep moveAdhemerval Zanella2019-11-079-0/+9
* login: Remove double-assignment of fl.l_whence in try_file_lockFlorian Weimer2019-11-071-1/+1
* hurd: Use __clock_gettime in _hurd_selectFlorian Weimer2019-11-071-7/+4
* hurd: Remove lingering references to the time functionFlorian Weimer2019-11-071-2/+2
* math: enhance the endloop condition of function handle_input_flagliqingqing2019-11-071-1/+1
* nptl: Refactor thrd_sleep in terms of clock_nanosleepAdhemerval Zanella2019-11-061-12/+9
* Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella2019-11-067-138/+59
* nptl: Move nanosleep implementation to libcAdhemerval Zanella2019-11-0631-60/+5
* posix: Sync regex with gnulibAdhemerval Zanella2019-11-065-114/+49
* Add mnw language code [BZ #25139]Mike FABIAN2019-11-061-0/+1
* Add new locale: mnw_MM (Mon language spoken in Myanmar) [BZ #25139]Talachan Mon2019-11-063-0/+290
* S390: Fp comparison are now raising FE_INVALID with gcc 10.Stefan Liebler2019-11-061-5/+7
* linux: pselect: Remove CALL_PSELECT6 macroLukasz Majewski2019-11-051-9/+2
* Fix run-one-test so that it runs elf testsArjun Shankar2019-11-051-1/+1
* nptl: Fix niggles with pthread_clockjoin_npMike Crowe2019-11-044-3/+14
* hppa: Align __clone stack argument to 8 bytes (Bug 25066)John David Anglin2019-11-031-2/+7
* y2038: linux: Provide __futimens64 implementationLukasz Majewski2019-11-022-3/+26
* y2038: linux: Provide __utimensat64 implementationLukasz Majewski2019-11-022-4/+73
* nptl: Add pthread_timedjoin_np, pthread_clockjoin_np NULL timeout testMike Crowe2019-11-012-0/+75
* nptl: Add pthread_clockjoin_npMike Crowe2019-11-0145-28/+235
* manual: Add documentation for pthread_tryjoin_np and pthread_timedjoin_npMike Crowe2019-11-011-2/+24