aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-20aarch64: Add aarch64-specific files for memory tagging supportrearnsha/mte-v3.0Richard Earnshaw6-0/+221
2020-11-20aarch64: Add sysv specific enabling code for memory taggingRichard Earnshaw4-0/+37
2020-11-20linux: Add compatibility definitions to sys/prctl.h for MTERichard Earnshaw1-0/+18
2020-11-20malloc: support MALLOC_CHECK_ in conjunction with _MTAG_ENABLE.Richard Earnshaw3-78/+127
2020-11-20malloc: Clean up commentaryRichard Earnshaw3-21/+101
2020-11-20malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw5-42/+252
2020-11-20elf: Add a tunable to control use of tagged memoryRichard Earnshaw2-0/+40
2020-11-20config: Allow memory tagging to be enabled when configuring glibcRichard Earnshaw6-0/+59
2020-11-16hurd: Enable using ifuncSamuel Thibault2-6/+0
2020-11-16Add {,sysdep-}ld-library-path make variableSamuel Thibault6-5/+10
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer37-184/+243
2020-11-15hurd: let _dl_argv and __libc_stack_end be relroSamuel Thibault1-7/+0
2020-11-15hurd: Remove some remnants of cthreadsSamuel Thibault27-80/+77
2020-11-14nanosleep: Pass NULL when rem == NULL on ports with __TIMESIZE != 64Lukasz Majewski2-2/+3
2020-11-14y2038: Convert thrd_sleep to support 64 bit timeLukasz Majewski2-0/+60
2020-11-14y2038: Convert mtx_timedlock to support 64 bit timeLukasz Majewski2-0/+47
2020-11-14y2038: Convert cnd_timedwait to support 64 bit timeLukasz Majewski2-0/+71
2020-11-14hurd: Drop CLOCK_MONOTONIC change which slipped inSamuel Thibault1-1/+0
2020-11-14hurd: make ptsname fail with ENOTTY on non-master-ptySamuel Thibault1-0/+8
2020-11-14mach: Add missing assert.h includeSamuel Thibault1-0/+2
2020-11-14hurd: break relocation loop between libc.so and lib{mach,hurd}user.soSamuel Thibault5-15/+44
2020-11-13Remove obsolete defines for HPUX support from fcntl.h and update O_NONBLOCK.John David Anglin1-4/+1
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella71-70/+83
2020-11-13nptl: Eliminate <smp.h> and __is_smpFlorian Weimer9-121/+20
2020-11-13powerpc: Eliminate UP macro conditionalsFlorian Weimer3-14/+5
2020-11-13x86: Remove UP macro. Define LOCK_PREFIX unconditionally.Florian Weimer5-35/+5
2020-11-13alpha: Remove UP preprocessor conditionalsFlorian Weimer1-10/+4
2020-11-13hurd: Make sure signals get startedSamuel Thibault1-3/+3
2020-11-13hurd: initialize libpthread before starting the signal threadSamuel Thibault1-0/+6
2020-11-13hurd: Make _hurd_libc_proc_init idempotentSamuel Thibault1-11/+19
2020-11-12powerpc: Add optimized stpncpy for POWER9Raphael M Zinsly6-2/+135
2020-11-12powerpc: Add optimized strncpy for POWER9Raphael M Zinsly5-1/+391
2020-11-12Don't use nested function in test-ffsSiddhesh Poyarekar1-22/+14
2020-11-12Use __builtin___stpncpy_chk when availableSiddhesh Poyarekar1-1/+8
2020-11-12tests: Remove NULL check for an arraySiddhesh Poyarekar4-8/+0
2020-11-11hurd: Move {,f,l}xstat{,at} and xmknod{at} to compat symbolsSamuel Thibault26-219/+510
2020-11-11hurd: Notify the proc server later during initializationSamuel Thibault3-11/+31
2020-11-11htl: Initialize laterSamuel Thibault9-122/+32
2020-11-11htl: Keep thread signals blocked during its initializationSamuel Thibault2-2/+13
2020-11-11htl: Fix spurious symbols in namespacesSamuel Thibault5-5/+5
2020-11-11Use O_CLOEXEC in sysconf [BZ #26791]Maximilian Krüger1-1/+1
2020-11-11struct _Unwind_Exception alignment should not depend on compiler flagsFlorian Weimer1-9/+15
2020-11-11hurd: keep only required PLTs in ld.soSamuel Thibault17-34/+20
2020-11-11hurd: Add missing startup callsSamuel Thibault1-0/+16
2020-11-10riscv: Get cache information through sysconfZong Li1-0/+100
2020-11-10RISC-V: Add _dl_start_user.Jim Wilson1-1/+3
2020-11-09linux: Allow adjtime with NULL argument [BZ #26833]Adhemerval Zanella3-4/+54
2020-11-09aarch64: Add unwind information to _start (bug 26853)Florian Weimer1-4/+3
2020-11-08bsd unlockpt: unlockpt needs to fail with EINVAL, not ENOTTYSamuel Thibault1-1/+6
2020-11-07Rearrange bsd_getpt vs bsd_openpt and implement posix_openpt on BSDSamuel Thibault1-10/+8