aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-02aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831]nsz/btifix-v3Szabolcs Nagy
2020-12-02elf: Pass the fd to note processingSzabolcs Nagy
2020-12-02elf: Move note processing after l_phdr is updatedSzabolcs Nagy
2020-12-02elf: Fix failure handling in _dl_map_object_from_fdSzabolcs Nagy
2020-12-02elf: lose is closely tied to _dl_map_object_from_fdSzabolcs Nagy
2020-12-02aarch64: align address for BTI protection [BZ #26988]Szabolcs Nagy
2020-12-02aarch64: Fix missing BTI protection from dependencies [BZ #26926]Szabolcs Nagy
2020-12-01nptl: Fix __futex_clocklock64 return error check [BZ #26964]Lucas A. M. Magalhaes
2020-11-30powerpc64le: ifunc select *f128 routines in multiarch modePaul E. Murphy
2020-11-30y2038: Convert aio_suspend to support 64 bit timeLukasz Majewski
2020-11-30Fix typo in NEWS fileShuo Wang
2020-11-27nptl: Add EOVERFLOW checks for futex callsAdhemerval Zanella
2020-11-27nptl: Fix PTHREAD_PRIO_PROTECT timed lockAdhemerval Zanella
2020-11-27sh: Add sh4 fpu Implies folderAdhemerval Zanella
2020-11-26io: nftw/ftw: Fix stack overflow with large nopenfd [BZ #26353]Xiaoming Ni
2020-11-26elf: Introduce enum opt_format in the ldconfig implementationFlorian Weimer
2020-11-26support: Add support_copy_fileFlorian Weimer
2020-11-25NEWS entry for commit b4f020c9b408fb3d1d3d4901c4a71839145f8791Florian Weimer
2020-11-25timezone: Change zdump installation to bin directoryPrasanth R
2020-11-25nptl: Return EINVAL for invalid clock for pthread_clockjoin_npAdhemerval Zanella
2020-11-25nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOCK_MONOTONIC [BZ #...Adhemerval Zanella
2020-11-25nptl: Replace lll_futex_wake with futex-internal.hAdhemerval Zanella
2020-11-25nptl: Replace lll_futex_supported_clockid with futex-internal.hAdhemerval Zanella
2020-11-25nptl: Replace lll_futex_{timed_}wait by futex-internal.hAdhemerval Zanella
2020-11-25nptl: Replace lll_timedwait with __futex_abstimed_wait64Adhemerval Zanella
2020-11-25nptl: Replace __futex_clocklock_wait64 with __futex_abstimed_wait64Adhemerval Zanella
2020-11-25nptl: Remove _futex_clock_wait_bitset64Adhemerval Zanella
2020-11-25nptl: Consolidate __futex_abstimed_wait_{cancelable}64Adhemerval Zanella
2020-11-25nptl: Extend __futex_abstimed_wait_cancelable64 commentAdhemerval Zanella
2020-11-25nptl: Remove clockwait_tidAdhemerval Zanella
2020-11-25nptl: Remove futex_wait_cancelableAdhemerval Zanella
2020-11-25nptl: Remove unused internal futex functionsAdhemerval Zanella
2020-11-25Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missingStefan Liebler
2020-11-24elf: Fix uninitialized variable for _dl_writeShuo Wang
2020-11-24powerpc: Make PT_THREAD_POINTER available to assembly codeMatheus Castanho
2020-11-23Use libnss_files.so for tests posix/bug-ga2 and resolv/tst-leaks2 [BZ #26821]Stefan Liebler
2020-11-23hurd report-wait: Fix stpcpy usageSamuel Thibault
2020-11-23hurd S_msg_report_wait: Fix detecting fd portsSamuel Thibault
2020-11-23hurd S_msg_report_wait: Fix reporting portsSamuel Thibault
2020-11-22hurd: Fix strcpy callsSamuel Thibault
2020-11-22hurd: Fix _S_msg_get/set_env_variable prototypeSamuel Thibault
2020-11-16hurd: Enable using ifuncSamuel Thibault
2020-11-16Add {,sysdep-}ld-library-path make variableSamuel Thibault
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer
2020-11-15hurd: let _dl_argv and __libc_stack_end be relroSamuel Thibault
2020-11-15hurd: Remove some remnants of cthreadsSamuel Thibault
2020-11-14nanosleep: Pass NULL when rem == NULL on ports with __TIMESIZE != 64Lukasz Majewski
2020-11-14y2038: Convert thrd_sleep to support 64 bit timeLukasz Majewski
2020-11-14y2038: Convert mtx_timedlock to support 64 bit timeLukasz Majewski
2020-11-14y2038: Convert cnd_timedwait to support 64 bit timeLukasz Majewski