summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elf: Add dlmopen / RTLD_SHARED testsazanella/rtld-sharedVivek Das Mohapatra2021-09-2743-1/+1693
* elf: Implement dlmopen RTLD_SHARED flag (BZ #22745)Vivek Das Mohapatra2021-09-2718-66/+474
* elf: Make _dl_map_object_from_fd staticAdhemerval Zanella2021-09-273-53/+1
* elf: Add DT_GNU_FLAGS_1/DF_GNU_1_UNIQUE to glibc DSOs (BZ #22745)Vivek Das Mohapatra2021-09-279-7/+105
* elf: Abstract loaded-DSO search code into a helper functionVivek Das Mohapatra2021-09-272-14/+34
* elf: Define a new dynamic section tag - DT_GNU_FLAGS_1 (BZ #22745)Vivek Das Mohapatra2021-09-274-1/+21
* posix: Remove spawni.cAdhemerval Zanella2021-09-271-343/+0
* Disable symbol hack in libc_nonshared.aH.J. Lu2021-09-272-2/+4
* linux: Revert the use of sched_getaffinity on get_nproc (BZ #28310)Adhemerval Zanella2021-09-271-5/+134
* linux: Simplify get_nprocsAdhemerval Zanella2021-09-273-51/+68
* misc: Add __get_nprocs_schedAdhemerval Zanella2021-09-275-2/+25
* htl: Fix sigset of main threadSamuel Thibault2021-09-261-2/+5
* htl: make pthread_sigstate read/write set/oset outside sigstate sectionSamuel Thibault2021-09-261-5/+11
* Avoid warning: overriding recipe for .../tst-ro-dynamic-mod.soH.J. Lu2021-09-251-2/+3
* benchtests: Improve reliability of memcmp benchmarksNoah Goldstein2021-09-241-11/+10
* Define __STDC_IEC_60559_BFP__ and __STDC_IEC_60559_COMPLEX__Joseph Myers2021-09-242-0/+7
* build-many-glibcs.py: add powerpc64le glibc variant without multiarchPaul E. Murphy2021-09-241-1/+3
* Fix sysdeps/x86/fpu/s_ffma.c for 32-bit FMA processor caseJoseph Myers2021-09-241-2/+6
* Linux: Avoid closing -1 on failure in __closefrom_fallbackFlorian Weimer2021-09-241-1/+1
* i386: Port elf_machine_{load_address,dynamic} from x86-64Fangrui Song2021-09-241-16/+9
* aarch64: Disable A64FX memcpy/memmove BTI unconditionallyNaohiro Tamura2021-09-241-0/+3
* xsysconf: Only fail on error results and errno setStafford Horne2021-09-241-1/+1
* powerpc64le: Avoid conflicting types for f64xfmaf128 when IFUNC is not usedTulio Magno Quites Machado Filho2021-09-231-0/+2
* Fix ffma use of round-to-odd on x86Joseph Myers2021-09-231-0/+46
* vfprintf: Unify argument handling in process_argFlorian Weimer2021-09-231-117/+89
* vfprintf: Handle floating-point cases outside of process_arg macroFlorian Weimer2021-09-231-111/+75
* nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]Florian Weimer2021-09-233-2/+72
* Add narrowing fma functionsJoseph Myers2021-09-2282-309/+37046
* ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu2021-09-2216-41/+198
* Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPsJoseph Myers2021-09-224-3664/+3667
* Mention today's regex merge in SHARED-FILESPaul Eggert2021-09-211-0/+12
* Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers2021-09-2118-31/+9604
* regex: copy back from GnulibPaul Eggert2021-09-219-78/+142
* nptl: Fix type of pthread_mutexattr_getrobust_np, pthread_mutexattr_setrobust...Florian Weimer2021-09-211-2/+2
* powerpc: Fix unrecognized instruction errors with recent GCCPaul A. Clarke2021-09-201-0/+1
* elf: Include <sysdep.h> in elf/dl-debug-symbols.SFlorian Weimer2021-09-201-0/+4
* nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)Florian Weimer2021-09-202-10/+48
* Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu2021-09-1916-45/+257
* Use $(pie-default) with conformtestJoseph Myers2021-09-171-1/+2
* Run conform/ tests using newly built libcJoseph Myers2021-09-173-10/+36
* posix: Fix attribute access mode on getcwd [BZ #27476]Aurelien Jarno2021-09-162-5/+3
* Fix build-many-glibcs.py --strip for installed library renamingJoseph Myers2021-09-161-9/+7
* benchtests: Fix validate_benchout.py exceptionsNaohiro Tamura2021-09-163-3/+9
* elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev2021-09-1622-35/+0
* htl: Reimplement GSCOPESergey Bugaev2021-09-163-20/+76
* htl: Move thread table to ld.soSergey Bugaev2021-09-1613-63/+83
* Redirect fma calls to __fma in libmJoseph Myers2021-09-1525-0/+26
* time: Fix compile error in itimer test affecting hurdStafford Horne2021-09-162-2/+15
* mach lll_lock/unlock: Explicitly request private lockingSamuel Thibault2021-09-151-2/+2
* elf: Replace most uses of THREAD_GSCOPE_IN_TCBSergey Bugaev2021-09-155-13/+16