about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831] nsz/bti-1Szabolcs Nagy2020-11-253-25/+52
* elf: Pass the fd to note processingSzabolcs Nagy2020-11-256-18/+21
* elf: Move note processing after l_phdr is updatedSzabolcs Nagy2020-11-251-15/+15
* elf: Fix failure handling in _dl_map_object_from_fdSzabolcs Nagy2020-11-251-9/+15
* elf: lose is closely tied to _dl_map_object_from_fdSzabolcs Nagy2020-11-251-24/+24
* aarch64: Fix missing BTI protection from dependencies [BZ #26926]Szabolcs Nagy2020-11-251-4/+17
* 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
* hurd: Drop CLOCK_MONOTONIC change which slipped inSamuel Thibault2020-11-141-1/+0
* hurd: make ptsname fail with ENOTTY on non-master-ptySamuel Thibault2020-11-141-0/+8
* mach: Add missing assert.h includeSamuel Thibault2020-11-141-0/+2
* hurd: break relocation loop between libc.so and lib{mach,hurd}user.soSamuel Thibault2020-11-145-15/+44
* Remove obsolete defines for HPUX support from fcntl.h and update O_NONBLOCK.John David Anglin2020-11-131-4/+1
* Remove tls.h inclusion from internal errno.hAdhemerval Zanella2020-11-1371-70/+83
* nptl: Eliminate <smp.h> and __is_smpFlorian Weimer2020-11-139-121/+20
* powerpc: Eliminate UP macro conditionalsFlorian Weimer2020-11-133-14/+5
* x86: Remove UP macro. Define LOCK_PREFIX unconditionally.Florian Weimer2020-11-135-35/+5
* alpha: Remove UP preprocessor conditionalsFlorian Weimer2020-11-131-10/+4
* hurd: Make sure signals get startedSamuel Thibault2020-11-131-3/+3
* hurd: initialize libpthread before starting the signal threadSamuel Thibault2020-11-131-0/+6
* hurd: Make _hurd_libc_proc_init idempotentSamuel Thibault2020-11-131-11/+19
* powerpc: Add optimized stpncpy for POWER9Raphael M Zinsly2020-11-126-2/+135
* powerpc: Add optimized strncpy for POWER9Raphael M Zinsly2020-11-125-1/+391
* Don't use nested function in test-ffsSiddhesh Poyarekar2020-11-121-22/+14
* Use __builtin___stpncpy_chk when availableSiddhesh Poyarekar2020-11-121-1/+8
* tests: Remove NULL check for an arraySiddhesh Poyarekar2020-11-124-8/+0
* hurd: Move {,f,l}xstat{,at} and xmknod{at} to compat symbolsSamuel Thibault2020-11-1126-219/+510
* hurd: Notify the proc server later during initializationSamuel Thibault2020-11-113-11/+31
* htl: Initialize laterSamuel Thibault2020-11-119-122/+32
* htl: Keep thread signals blocked during its initializationSamuel Thibault2020-11-112-2/+13
* htl: Fix spurious symbols in namespacesSamuel Thibault2020-11-115-5/+5
* Use O_CLOEXEC in sysconf [BZ #26791]Maximilian Krüger2020-11-111-1/+1
* struct _Unwind_Exception alignment should not depend on compiler flagsFlorian Weimer2020-11-111-9/+15
* hurd: keep only required PLTs in ld.soSamuel Thibault2020-11-1117-34/+20
* hurd: Add missing startup callsSamuel Thibault2020-11-111-0/+16
* riscv: Get cache information through sysconfZong Li2020-11-101-0/+100
* RISC-V: Add _dl_start_user.Jim Wilson2020-11-101-1/+3