about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831] nsz/btifix-v3Szabolcs Nagy2020-12-023-20/+44
* elf: Pass the fd to note processingSzabolcs Nagy2020-12-026-18/+21
* elf: Move note processing after l_phdr is updatedSzabolcs Nagy2020-12-021-15/+15
* elf: Fix failure handling in _dl_map_object_from_fdSzabolcs Nagy2020-12-021-9/+15
* elf: lose is closely tied to _dl_map_object_from_fdSzabolcs Nagy2020-12-021-24/+24
* aarch64: align address for BTI protection [BZ #26988]Szabolcs Nagy2020-12-021-6/+8
* aarch64: Fix missing BTI protection from dependencies [BZ #26926]Szabolcs Nagy2020-12-021-4/+17
* nptl: Fix __futex_clocklock64 return error check [BZ #26964]Lucas A. M. Magalhaes2020-12-013-5/+142
* powerpc64le: ifunc select *f128 routines in multiarch modePaul E. Murphy2020-11-3016-197/+817
* y2038: Convert aio_suspend to support 64 bit timeLukasz Majewski2020-11-306-31/+57
* Fix typo in NEWS fileShuo Wang2020-11-301-3/+3
* nptl: Add EOVERFLOW checks for futex callsAdhemerval Zanella2020-11-274-13/+13
* nptl: Fix PTHREAD_PRIO_PROTECT timed lockAdhemerval Zanella2020-11-276-27/+34
* sh: Add sh4 fpu Implies folderAdhemerval Zanella2020-11-274-0/+4
* io: nftw/ftw: Fix stack overflow with large nopenfd [BZ #26353]Xiaoming Ni2020-11-263-8/+81
* elf: Introduce enum opt_format in the ldconfig implementationFlorian Weimer2020-11-263-18/+24
* support: Add support_copy_fileFlorian Weimer2020-11-263-0/+49
* NEWS entry for commit b4f020c9b408fb3d1d3d4901c4a71839145f8791Florian Weimer2020-11-251-0/+4
* timezone: Change zdump installation to bin directoryPrasanth R2020-11-251-1/+2
* nptl: Return EINVAL for invalid clock for pthread_clockjoin_npAdhemerval Zanella2020-11-254-1/+92
* nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOCK_MONOTONIC [BZ #...Adhemerval Zanella2020-11-255-1/+80
* nptl: Replace lll_futex_wake with futex-internal.hAdhemerval Zanella2020-11-253-12/+7
* nptl: Replace lll_futex_supported_clockid with futex-internal.hAdhemerval Zanella2020-11-251-1/+1
* nptl: Replace lll_futex_{timed_}wait by futex-internal.hAdhemerval Zanella2020-11-254-12/+14
* nptl: Replace lll_timedwait with __futex_abstimed_wait64Adhemerval Zanella2020-11-254-97/+2
* nptl: Replace __futex_clocklock_wait64 with __futex_abstimed_wait64Adhemerval Zanella2020-11-253-63/+5
* nptl: Remove _futex_clock_wait_bitset64Adhemerval Zanella2020-11-253-54/+4
* nptl: Consolidate __futex_abstimed_wait_{cancelable}64Adhemerval Zanella2020-11-251-76/+35
* nptl: Extend __futex_abstimed_wait_cancelable64 commentAdhemerval Zanella2020-11-252-9/+13
* nptl: Remove clockwait_tidAdhemerval Zanella2020-11-252-107/+18
* nptl: Remove futex_wait_cancelableAdhemerval Zanella2020-11-252-49/+2
* nptl: Remove unused internal futex functionsAdhemerval Zanella2020-11-252-100/+1
* Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missingStefan Liebler2020-11-252-2/+6
* elf: Fix uninitialized variable for _dl_writeShuo Wang2020-11-241-1/+1
* powerpc: Make PT_THREAD_POINTER available to assembly codeMatheus Castanho2020-11-241-10/+16
* Use libnss_files.so for tests posix/bug-ga2 and resolv/tst-leaks2 [BZ #26821]Stefan Liebler2020-11-239-15/+23
* hurd report-wait: Fix stpcpy usageSamuel Thibault2020-11-231-29/+49
* hurd S_msg_report_wait: Fix detecting fd portsSamuel Thibault2020-11-231-1/+1
* hurd S_msg_report_wait: Fix reporting portsSamuel Thibault2020-11-231-1/+1
* hurd: Fix strcpy callsSamuel Thibault2020-11-221-3/+4
* hurd: Fix _S_msg_get/set_env_variable prototypeSamuel Thibault2020-11-221-3/+3
* hurd: Enable using ifuncSamuel Thibault2020-11-162-6/+0
* Add {,sysdep-}ld-library-path make variableSamuel Thibault2020-11-166-5/+10
* nptl: Move stack list variables into _rtld_globalFlorian Weimer2020-11-1637-184/+243
* hurd: let _dl_argv and __libc_stack_end be relroSamuel Thibault2020-11-151-7/+0
* hurd: Remove some remnants of cthreadsSamuel Thibault2020-11-1527-80/+77
* nanosleep: Pass NULL when rem == NULL on ports with __TIMESIZE != 64Lukasz Majewski2020-11-142-2/+3
* y2038: Convert thrd_sleep to support 64 bit timeLukasz Majewski2020-11-142-0/+60
* y2038: Convert mtx_timedlock to support 64 bit timeLukasz Majewski2020-11-142-0/+47
* y2038: Convert cnd_timedwait to support 64 bit timeLukasz Majewski2020-11-142-0/+71