aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-27elf: Add dlmopen / RTLD_SHARED testsazanella/rtld-sharedVivek Das Mohapatra
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: Add DT_GNU_FLAGS_1/DF_GNU_1_UNIQUE to glibc DSOs (BZ #22745)Vivek Das Mohapatra
2021-09-27elf: Abstract loaded-DSO search code into a helper functionVivek Das Mohapatra
2021-09-27elf: Define a new dynamic section tag - DT_GNU_FLAGS_1 (BZ #22745)Vivek 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: Fix sigset of main threadSamuel Thibault
2021-09-26htl: make pthread_sigstate read/write set/oset outside sigstate sectionSamuel Thibault
2021-09-25Avoid warning: overriding recipe for .../tst-ro-dynamic-mod.soH.J. Lu
2021-09-24benchtests: Improve reliability of memcmp benchmarksNoah Goldstein
2021-09-24Define __STDC_IEC_60559_BFP__ and __STDC_IEC_60559_COMPLEX__Joseph Myers
2021-09-24build-many-glibcs.py: add powerpc64le glibc variant without multiarchPaul E. Murphy
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-24xsysconf: Only fail on error results and errno setStafford Horne
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-23vfprintf: Unify argument handling in process_argFlorian Weimer
2021-09-23vfprintf: Handle floating-point cases outside of process_arg macroFlorian Weimer
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-21Mention today's regex merge in SHARED-FILESPaul Eggert
2021-09-21Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers
2021-09-21regex: copy back from GnulibPaul Eggert
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-20elf: Include <sysdep.h> in elf/dl-debug-symbols.SFlorian Weimer
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-17Use $(pie-default) with conformtestJoseph Myers
2021-09-17Run conform/ tests using newly built libcJoseph Myers
2021-09-16posix: Fix attribute access mode on getcwd [BZ #27476]Aurelien Jarno
2021-09-16Fix build-many-glibcs.py --strip for installed library renamingJoseph Myers
2021-09-16benchtests: Fix validate_benchout.py exceptionsNaohiro Tamura
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-16time: Fix compile error in itimer test affecting hurdStafford Horne
2021-09-15mach lll_lock/unlock: Explicitly request private lockingSamuel Thibault
2021-09-15elf: Replace most uses of THREAD_GSCOPE_IN_TCBSergey Bugaev