about summary refs log tree commit diff
path: root/sysdeps/i386
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01287-287/+287
* hurd: Avoid overzealous shared objects constraintsSamuel Thibault2021-12-311-1/+1
* malloc: Remove memusage.hAdhemerval Zanella2021-12-284-42/+1
* malloc: Use hp-timing on libmemusageAdhemerval Zanella2021-12-281-1/+0
* elf: Add _dl_audit_pltexitAdhemerval Zanella2021-12-284-24/+33
* hurd: Fix static-PIE startupSamuel Thibault2021-12-281-0/+28
* math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella2021-12-131-1/+10
* i386: Move hypot implementation to CAdhemerval Zanella2021-12-133-139/+48
* Cleanup encoding in commentsSiddhesh Poyarekar2021-12-132-20/+20
* Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer2021-12-091-6/+0
* nptl: Introduce THREAD_GETMEM_VOLATILEFlorian Weimer2021-12-091-0/+2
* nptl: Introduce <tcb-access.h> for THREAD_* accessorsFlorian Weimer2021-12-092-107/+124
* String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein2021-10-264-0/+7
* String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein2021-10-264-0/+8
* elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella2021-10-142-9/+33
* elf: Fix elf_get_dynamic_info definitionAdhemerval Zanella2021-10-121-0/+1
* elf: Remove Intel MPX support (lazy PLT, ld.so profile, and LD_AUDIT)Fangrui Song2021-10-114-65/+0
* elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song2021-10-071-17/+23
* i386: Port elf_machine_{load_address,dynamic} from x86-64Fangrui Song2021-09-241-16/+9
* Add narrowing fma functionsJoseph Myers2021-09-221-0/+6
* Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers2021-09-212-2/+2
* elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev2021-09-161-1/+0
* Redirect fma calls to __fma in libmJoseph Myers2021-09-152-0/+2
* Add narrowing square root functionsJoseph Myers2021-09-102-0/+4
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-03200-300/+0
* i686: Don't include multiarch memove in libc.aH.J. Lu2021-08-301-1/+1
* Remove sysdeps/*/tls-macros.hFangrui Song2021-08-181-47/+0
* i386: Regenerate ulpsArjun Shankar2021-07-252-61/+61
* mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068]H.J. Lu2021-07-121-4/+0
* Add a generic malloc test for MALLOC_ALIGNMENTH.J. Lu2021-07-091-0/+4
* Properly check stack alignment [BZ #27901]H.J. Lu2021-05-242-85/+0
* Remove architecture specific sched_cpucount optimizationsAdhemerval Zanella2021-05-071-1/+0
* nptl: Move pthread_spin_trylock into libcFlorian Weimer2021-04-231-3/+10
* nptl: Move pthread_spin_lock into libcFlorian Weimer2021-04-231-2/+8
* nptl: Move pthread_spin_init, Move pthread_spin_unlock into libcFlorian Weimer2021-04-231-5/+11
* x86: Remove low-level lock optimizationFlorian Weimer2021-04-211-1/+0
* elf: Remove lazy tlsdesc relocation related codeSzabolcs Nagy2021-04-211-1/+0
* i386: Remove lazy tlsdesc relocation related codeSzabolcs Nagy2021-04-153-391/+2
* i386: Avoid lazy relocation of tlsdesc [BZ #27137]Szabolcs Nagy2021-04-151-42/+34
* i386: Update ulpsAdhemerval Zanella2021-04-132-4/+4
* i386: Update ulpsAdhemerval Zanella2021-04-052-37/+37
* nptl: Remove MULTI_PAGE_ALIASING [BZ #23554]H.J. Lu2021-03-191-23/+0
* i386: Regenerate ulpsFlorian Weimer2021-03-022-46/+46
* i386: Implement backtrace on top of <unwind-link.h>Florian Weimer2021-03-011-64/+18
* Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer2021-03-011-0/+39
* Reduce the statically linked startup code [BZ #23323]Florian Weimer2021-02-251-8/+6
* x86: Use x86/nptl/pthreaddef.hH.J. Lu2021-02-221-43/+0
* i686: Regenerate ULPsSiddhesh Poyarekar2021-02-031-5/+5
* configure: Check for static PIE supportSzabolcs Nagy2021-01-212-0/+6
* x86: Check IFUNC definition in unrelocated executable [BZ #20019]H.J. Lu2021-01-041-5/+11