aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2021-09-27elf: Implement dlmopen RTLD_SHARED flag (BZ #22745)Vivek Das Mohapatra
2021-09-27elf: Make _dl_map_object_from_fd staticAdhemerval Zanella
2021-09-27elf: Abstract loaded-DSO search code into a helper functionVivek Das Mohapatra
2021-09-27posix: Remove spawni.cAdhemerval Zanella
2021-09-27Disable symbol hack in libc_nonshared.aH.J. Lu
2021-09-27linux: Revert the use of sched_getaffinity on get_nproc (BZ #28310)Adhemerval Zanella
2021-09-27linux: Simplify get_nprocsAdhemerval Zanella
2021-09-27misc: Add __get_nprocs_schedAdhemerval Zanella
2021-09-26htl: make pthread_sigstate read/write set/oset outside sigstate sectionSamuel Thibault
2021-09-24Fix sysdeps/x86/fpu/s_ffma.c for 32-bit FMA processor caseJoseph Myers
2021-09-24Linux: Avoid closing -1 on failure in __closefrom_fallbackFlorian Weimer
2021-09-24i386: Port elf_machine_{load_address,dynamic} from x86-64Fangrui Song
2021-09-24aarch64: Disable A64FX memcpy/memmove BTI unconditionallyNaohiro Tamura
2021-09-23powerpc64le: Avoid conflicting types for f64xfmaf128 when IFUNC is not usedTulio Magno Quites Machado Filho
2021-09-23Fix ffma use of round-to-odd on x86Joseph Myers
2021-09-23nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]Florian Weimer
2021-09-22Add narrowing fma functionsJoseph Myers
2021-09-22ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu
2021-09-22Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPsJoseph Myers
2021-09-21Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers
2021-09-21nptl: Fix type of pthread_mutexattr_getrobust_np, pthread_mutexattr_setrobust...Florian Weimer
2021-09-20powerpc: Fix unrecognized instruction errors with recent GCCPaul A. Clarke
2021-09-20nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)Florian Weimer
2021-09-19Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu
2021-09-16elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev
2021-09-16htl: Reimplement GSCOPESergey Bugaev
2021-09-16htl: Move thread table to ld.soSergey Bugaev
2021-09-15Redirect fma calls to __fma in libmJoseph Myers
2021-09-15mach lll_lock/unlock: Explicitly request private lockingSamuel Thibault
2021-09-15elf: Replace most uses of THREAD_GSCOPE_IN_TCBSergey Bugaev
2021-09-14Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5.14 to bits/mman-l...Joseph Myers
2021-09-14Update kernel version to 5.14 in tst-mman-consts.pyJoseph Myers
2021-09-13nptl: Fix race between pthread_kill and thread exit (bug 12889)Florian Weimer
2021-09-13nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)Florian Weimer
2021-09-10Add narrowing square root functionsJoseph Myers
2021-09-08Update syscall lists for Linux 5.14Joseph Myers
2021-09-07MIPS: Setup errno for {f,l,}xstatJiaxun Yang
2021-09-06Update hppa libm-test-ulpsJohn David Anglin
2021-09-06AArch64: Update A64FX memset not to degrade at 16KBNaohiro Tamura
2021-09-06Revert "AArch64: Update A64FX memset not to degrade at 16KB"Szabolcs Nagy
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-09-03AArch64: Update A64FX memset not to degrade at 16KBNaohiro Tamura via Libc-alpha
2021-08-31configure: Allow LD to be LLD 13.0.0 or above [BZ #26558]Fangrui Song
2021-08-31hurd msync: Drop bogus testSamuel Thibault
2021-08-31hurd: Fix typo in msyncSamuel Thibault
2021-08-30x86-64: Use testl to check __x86_string_controlH.J. Lu
2021-08-30i686: Don't include multiarch memove in libc.aH.J. Lu
2021-08-26Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p...Adhemerval Zanella
2021-08-24powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports itFangrui Song
2021-08-24x86-64: Remove assembler AVX512DQ checkH.J. Lu