aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-25aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831]nsz/bti-1Szabolcs Nagy
2020-11-25elf: Pass the fd to note processingSzabolcs Nagy
2020-11-25elf: Move note processing after l_phdr is updatedSzabolcs Nagy
2020-11-25elf: Fix failure handling in _dl_map_object_from_fdSzabolcs Nagy
2020-11-25elf: lose is closely tied to _dl_map_object_from_fdSzabolcs Nagy
2020-11-25aarch64: Fix missing BTI protection from dependencies [BZ #26926]Szabolcs Nagy
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
2020-11-14hurd: Drop CLOCK_MONOTONIC change which slipped inSamuel Thibault
2020-11-14hurd: make ptsname fail with ENOTTY on non-master-ptySamuel Thibault
2020-11-14mach: Add missing assert.h includeSamuel Thibault
2020-11-14hurd: break relocation loop between libc.so and lib{mach,hurd}user.soSamuel Thibault
2020-11-13Remove obsolete defines for HPUX support from fcntl.h and update O_NONBLOCK.John David Anglin
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella
2020-11-13nptl: Eliminate <smp.h> and __is_smpFlorian Weimer
2020-11-13powerpc: Eliminate UP macro conditionalsFlorian Weimer
2020-11-13x86: Remove UP macro. Define LOCK_PREFIX unconditionally.Florian Weimer
2020-11-13alpha: Remove UP preprocessor conditionalsFlorian Weimer
2020-11-13hurd: Make sure signals get startedSamuel Thibault
2020-11-13hurd: initialize libpthread before starting the signal threadSamuel Thibault
2020-11-13hurd: Make _hurd_libc_proc_init idempotentSamuel Thibault
2020-11-12powerpc: Add optimized stpncpy for POWER9Raphael M Zinsly
2020-11-12powerpc: Add optimized strncpy for POWER9Raphael M Zinsly
2020-11-12Don't use nested function in test-ffsSiddhesh Poyarekar
2020-11-12Use __builtin___stpncpy_chk when availableSiddhesh Poyarekar
2020-11-12tests: Remove NULL check for an arraySiddhesh Poyarekar
2020-11-11hurd: Move {,f,l}xstat{,at} and xmknod{at} to compat symbolsSamuel Thibault
2020-11-11hurd: Notify the proc server later during initializationSamuel Thibault
2020-11-11htl: Initialize laterSamuel Thibault
2020-11-11htl: Keep thread signals blocked during its initializationSamuel Thibault
2020-11-11htl: Fix spurious symbols in namespacesSamuel Thibault
2020-11-11Use O_CLOEXEC in sysconf [BZ #26791]Maximilian Krüger
2020-11-11struct _Unwind_Exception alignment should not depend on compiler flagsFlorian Weimer
2020-11-11hurd: keep only required PLTs in ld.soSamuel Thibault
2020-11-11hurd: Add missing startup callsSamuel Thibault
2020-11-10riscv: Get cache information through sysconfZong Li
2020-11-10RISC-V: Add _dl_start_user.Jim Wilson