aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)AuthorFilesLines
2024-05-31x86_64: Use shadow stack for backtrace implementationfw/x86-shstk-backtraceFlorian Weimer1-0/+25
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
2022-11-29Use GCC builtins for lrint functions if desired.Xiaolin Tang2-0/+5
2022-11-03elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer2-1/+35
2022-11-03elf: Rework exception handling in the dynamic loader [BZ #25486]Florian Weimer2-13/+4
2022-10-28stdlib/strfrom: Add copysign to fix NAN issue on riscv (BZ #29501)Letu Ren1-0/+31
2022-10-27elf: Introduce to _dl_call_finiFlorian Weimer1-0/+8
2022-10-27ld.so: Export tls_init_tp_called as __rtld_tls_init_tp_calledFlorian Weimer1-0/+3
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer1-5/+1