aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)AuthorFilesLines
2024-09-09elf: Avoid re-initializing already allocated TLS in dlopen (bug 31717)Florian Weimer1-7/+1
2024-09-09elf: Clarify and invert second argument of _dl_allocate_tls_initFlorian Weimer1-3/+1
2024-08-01Add mremap testsH.J. Lu1-0/+25
2024-07-01elf: Support recursive use of dynamic TLS in interposed mallocFlorian Weimer1-0/+14
2024-06-18elf: Remove HWCAP_IMPORTANTStefan Liebler1-3/+0
2024-06-18elf: Remove LD_HWCAP_MASK / tunable glibc.cpu.hwcap_maskStefan Liebler1-1/+0
2024-06-18elf: Remove _DL_HWCAP_PLATFORMStefan Liebler1-3/+0
2024-06-18elf: Remove _dl_string_platformStefan Liebler1-2/+0
2024-04-19login: Check default sizes of structs utmp, utmpx, lastlogFlorian Weimer1-0/+23
2024-04-08elf: Add CPU iteration support for future use in ld.so diagnosticsFlorian Weimer1-0/+54
2024-04-05Reinstate generic features-time64.hAdhemerval Zanella1-0/+19
2024-04-02Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella1-19/+0
2024-03-19powerpc: Add HWCAP3/HWCAP4 data to TCB for Power Architecture.Manjunath Matti1-0/+2
2024-02-01string: Use builtins for ffs and ffsllAdhemerval Zanella Netto2-0/+3
2024-01-12Make __getrandom_nocancel set errno and add a _nostatus versionXi Ruoyao1-0/+2
2024-01-08Remove ia64-linux-gnuAdhemerval Zanella3-28/+0
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert182-182/+182
2024-01-01elf: Always provide _dl_get_dl_main_map in libc.aH.J. Lu1-4/+3
2023-12-19elf: Do not duplicate the GLIBC_TUNABLES stringAdhemerval Zanella1-0/+134
2023-12-05elf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid binariesAdhemerval Zanella1-0/+2
2023-12-05elf: Ignore loader debug env vars for setuidAdhemerval Zanella1-0/+2
2023-11-23Remove __access_noerrnoJoseph Myers1-2/+0
2023-11-21elf: Add all malloc tunable to unsecvarsAdhemerval Zanella1-0/+7
2023-11-21elf: Add GLIBC_TUNABLES to unsecvarsAdhemerval Zanella1-0/+1
2023-11-07linux: Add PR_SET_VMA_ANON_NAME supportAdhemerval Zanella1-0/+27
2023-10-31string: Add internal memswap implementationAdhemerval Zanella1-0/+41
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella2-36/+0
2023-10-18Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer1-4/+0
2023-10-17Add LE DSCP code point from RFC-8622.Bruno Victal1-0/+5
2023-10-02Propagate GLIBC_TUNABLES in setxid binariesSiddhesh Poyarekar1-1/+0
2023-09-26elf: Add dummy declaration of _dl_audit_objclose for !SHAREDFlorian Weimer1-1/+8
2023-09-08elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer1-0/+4
2023-09-01elf: Fix slow tls access after dlopen [BZ #19924]Szabolcs Nagy1-1/+2
2023-07-12sparc: Fix la_symbind for bind-now (BZ 23734)Adhemerval Zanella2-3/+3
2023-06-30aarch64: Add vector implementations of cos routinesJoe Ramsay1-1/+1
2023-05-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov3-4/+4
2023-05-22Add voice-admit DSCP code point from RFC-5865Ronan Pigott1-0/+5
2023-04-10elf: Stop including tls.h in ldsodefs.hSergey Bugaev1-1/+0
2023-03-29Remove --enable-tunables configure optionAdhemerval Zanella Netto2-24/+4
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto3-0/+65
2023-03-13LoongArch: Add support for ldconfig.caiyinyu1-1/+3
2023-02-20elf: Restore ldconfig libc6 implicit soname logic [BZ #30125]Joan Bruguera1-2/+0
2023-02-17string: Remove string_private.hAdhemerval Zanella1-21/+0
2023-02-12Fix typos in commentsSamuel Thibault1-1/+1
2023-02-06Add string vectorized find and detection functionsAdhemerval Zanella6-0/+402
2023-02-06Parameterize OP_T_THRES from memcopy.hRichard Henderson2-3/+26
2023-02-06Parameterize op_t from memcopy.hAdhemerval Zanella2-4/+26
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers170-170/+170
2022-11-29Use GCC builtins for logb functions if desired.Xiaolin Tang2-0/+5
2022-11-29Use GCC builtins for llrint functions if desired.Xiaolin Tang2-0/+5