aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386
AgeCommit message (Expand)Author
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella
2021-10-12elf: Fix elf_get_dynamic_info definitionAdhemerval Zanella
2021-10-11elf: Remove Intel MPX support (lazy PLT, ld.so profile, and LD_AUDIT)Fangrui Song
2021-10-07elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song
2021-09-24i386: Port elf_machine_{load_address,dynamic} from x86-64Fangrui Song
2021-09-22Add narrowing fma functionsJoseph Myers
2021-09-21Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers
2021-09-16elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev
2021-09-15Redirect fma calls to __fma in libmJoseph Myers
2021-09-10Add narrowing square root functionsJoseph Myers
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-08-30i686: Don't include multiarch memove in libc.aH.J. Lu
2021-08-18Remove sysdeps/*/tls-macros.hFangrui Song
2021-07-25i386: Regenerate ulpsArjun Shankar
2021-07-12mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068]H.J. Lu
2021-07-09Add a generic malloc test for MALLOC_ALIGNMENTH.J. Lu
2021-05-24Properly check stack alignment [BZ #27901]H.J. Lu
2021-05-07Remove architecture specific sched_cpucount optimizationsAdhemerval Zanella
2021-04-23nptl: Move pthread_spin_trylock into libcFlorian Weimer
2021-04-23nptl: Move pthread_spin_lock into libcFlorian Weimer
2021-04-23nptl: Move pthread_spin_init, Move pthread_spin_unlock into libcFlorian Weimer
2021-04-21x86: Remove low-level lock optimizationFlorian Weimer
2021-04-21elf: Remove lazy tlsdesc relocation related codeSzabolcs Nagy
2021-04-15i386: Remove lazy tlsdesc relocation related codeSzabolcs Nagy
2021-04-15i386: Avoid lazy relocation of tlsdesc [BZ #27137]Szabolcs Nagy
2021-04-13i386: Update ulpsAdhemerval Zanella
2021-04-05i386: Update ulpsAdhemerval Zanella
2021-03-19nptl: Remove MULTI_PAGE_ALIASING [BZ #23554]H.J. Lu
2021-03-02i386: Regenerate ulpsFlorian Weimer
2021-03-01i386: Implement backtrace on top of <unwind-link.h>Florian Weimer
2021-03-01Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer
2021-02-22x86: Use x86/nptl/pthreaddef.hH.J. Lu
2021-02-03i686: Regenerate ULPsSiddhesh Poyarekar
2021-01-21configure: Check for static PIE supportSzabolcs Nagy
2021-01-04x86: Check IFUNC definition in unrelocated executable [BZ #20019]H.J. Lu
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-24x86 long double: Support pseudo numbers in isnanlSiddhesh Poyarekar
2020-12-24x86 long double: Support pseudo numbers in fpclassifylSiddhesh Poyarekar
2020-12-21i386: Regenerate ulpsFlorian Weimer
2020-12-20hurd: Fix ELF_MACHINE_USER_ADDRESS_MASK valueSamuel Thibault
2020-12-03x86: Fix THREAD_SELF definition to avoid ld.so crash (bug 27004)Jakub Jelinek
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer
2020-11-13x86: Remove UP macro. Define LOCK_PREFIX unconditionally.Florian Weimer
2020-11-11hurd: keep only required PLTs in ld.soSamuel Thibault
2020-10-16x86: Initialize CPU info via IFUNC relocation [BZ 26203]H.J. Lu
2020-10-02aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy
2020-09-22x86: Use one ldbl2mpn.c file for both i386 and x86_64Florian Weimer
2020-09-11x86: Install <sys/platform/x86.h> [BZ #26124]H.J. Lu
2020-09-02Update i686 ulps.Patsy Griffin