aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386
AgeCommit message (Expand)AuthorFilesLines
2023-05-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov6-6/+6
2023-04-03math: Remove the error handling wrapper from fmod and fmodfAdhemerval Zanella Netto2-0/+28
2023-04-03hurd: Move rtld-strncpy-c.c out of mach/hurd/Sergey Bugaev1-0/+1
2023-02-12htl: Generalize i386 pt-machdep.h to x86Samuel Thibault2-28/+1
2023-02-08string: Add libc_hidden_proto for memrchrAdhemerval Zanella2-0/+3
2023-02-08string: Add libc_hidden_proto for strchrnulAdhemerval Zanella1-0/+1
2023-02-06string: Improve generic strnlen with memchrAdhemerval Zanella1-7/+7
2023-02-06Parameterize OP_T_THRES from memcopy.hRichard Henderson2-3/+25
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers278-278/+278
2023-01-02i686: Regenerate ulpsAndreas K. Hüttel1-7/+7
2022-11-21i386: Avoid rely on linker optimization to avoid relocationAdhemerval Zanella Netto1-4/+9
2022-11-03elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer1-2/+1
2022-10-24Remove all assembly optimizations for htonl and htonsAdhemerval Zanella1-35/+0
2022-10-24Remove htonl.S for i386/x86_64Cristian Rodríguez1-34/+0
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer2-7/+1
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer5-0/+5
2022-10-10elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella1-0/+24
2022-10-03x86: Remove .tfloat usageAdhemerval Zanella8-25/+45
2022-08-05i386: Use cmpl instead of cmpAdhemerval Zanella2-12/+12
2022-08-05i386: Use fldt instead of fld on e_logl.SAdhemerval Zanella1-2/+2
2022-08-04i386: Replace movzx with movzblFangrui Song1-18/+18
2022-08-04i386: Remove RELA supportAdhemerval Zanella2-197/+1
2022-07-12i386: Remove -Wa,-mtune=i686Fangrui Song1-10/+0
2022-06-17i386: Fix include paths for strspn, strcspn, and strpbrkNoah Goldstein3-6/+6
2022-06-15Remove remnant reference to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song1-4/+1
2022-06-15elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song1-2/+1
2022-06-10Add bounds check to __libc_ifunc_impl_listWilco Dijkstra1-7/+2
2022-06-05grep: egrep -> grep -E, fgrep -> grep -FSam James2-4/+4
2022-06-01i686: Use generic sincosf implementation for SSE2 versionAdhemerval Zanella4-585/+7
2022-06-01i686: Use generic sinf implementation for SSE2 versionAdhemerval Zanella4-565/+8
2022-06-01i686: Use generic cosf implementation for SSE2 versionAdhemerval Zanella4-552/+8
2022-05-30i686: Remove _dl_skip_args usageAdhemerval Zanella1-11/+2
2022-05-23math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella1-10/+0
2022-04-26i386: Regenerate ulpsCarlos O'Donell2-2/+2
2022-04-07x86: Remove fcopysign{f} implementationAdhemerval Zanella3-60/+0
2022-04-04Remove -z combreloc and HAVE_Z_COMBRELOCFangrui Song1-17/+3
2022-04-04x86: Remove fabs{f} implementationAdhemerval Zanella2-20/+0
2022-02-23i686: Remove bzero optimizationsAdhemerval Zanella14-181/+22
2022-02-23i386: Remove bcopy optimizationsAdhemerval Zanella14-305/+100
2022-02-14x86/configure.ac: Define PI_STATIC_AND_HIDDEN/SUPPORT_STATIC_PIEH.J. Lu2-13/+0
2022-02-10elf: Remove prelink supportAdhemerval Zanella1-10/+6
2022-02-01SET_RELHOOK: merge i386 and x86_64, and move to sysdeps/mach/hurd/x86Samuel Thibault1-28/+0
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert287-287/+287
2021-12-31hurd: Avoid overzealous shared objects constraintsSamuel Thibault1-1/+1
2021-12-28malloc: Remove memusage.hAdhemerval Zanella4-42/+1
2021-12-28malloc: Use hp-timing on libmemusageAdhemerval Zanella1-1/+0
2021-12-28elf: Add _dl_audit_pltexitAdhemerval Zanella4-24/+33
2021-12-28hurd: Fix static-PIE startupSamuel Thibault1-0/+28
2021-12-13math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella1-1/+10
2021-12-13i386: Move hypot implementation to CAdhemerval Zanella3-139/+48