about summary refs log tree commit diff
path: root/sysdeps/generic
Commit message (Expand)AuthorAgeFilesLines
* login: Check default sizes of structs utmp, utmpx, lastlogFlorian Weimer2024-04-191-0/+23
* elf: Add CPU iteration support for future use in ld.so diagnosticsFlorian Weimer2024-04-081-0/+54
* Reinstate generic features-time64.hAdhemerval Zanella2024-04-051-0/+19
* Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella2024-04-021-19/+0
* powerpc: Add HWCAP3/HWCAP4 data to TCB for Power Architecture.Manjunath Matti2024-03-191-0/+2
* string: Use builtins for ffs and ffsllAdhemerval Zanella Netto2024-02-012-0/+3
* Make __getrandom_nocancel set errno and add a _nostatus versionXi Ruoyao2024-01-121-0/+2
* Remove ia64-linux-gnuAdhemerval Zanella2024-01-083-28/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-01182-182/+182
* elf: Always provide _dl_get_dl_main_map in libc.aH.J. Lu2024-01-011-4/+3
* elf: Do not duplicate the GLIBC_TUNABLES stringAdhemerval Zanella2023-12-191-0/+134
* elf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid binariesAdhemerval Zanella2023-12-051-0/+2
* elf: Ignore loader debug env vars for setuidAdhemerval Zanella2023-12-051-0/+2
* Remove __access_noerrnoJoseph Myers2023-11-231-2/+0
* elf: Add all malloc tunable to unsecvarsAdhemerval Zanella2023-11-211-0/+7
* elf: Add GLIBC_TUNABLES to unsecvarsAdhemerval Zanella2023-11-211-0/+1
* linux: Add PR_SET_VMA_ANON_NAME supportAdhemerval Zanella2023-11-071-0/+27
* string: Add internal memswap implementationAdhemerval Zanella2023-10-311-0/+41
* crypt: Remove libcrypt supportAdhemerval Zanella2023-10-302-36/+0
* Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer2023-10-181-4/+0
* Add LE DSCP code point from RFC-8622.Bruno Victal2023-10-171-0/+5
* Propagate GLIBC_TUNABLES in setxid binariesSiddhesh Poyarekar2023-10-021-1/+0
* elf: Add dummy declaration of _dl_audit_objclose for !SHAREDFlorian Weimer2023-09-261-1/+8
* elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer2023-09-081-0/+4
* elf: Fix slow tls access after dlopen [BZ #19924]Szabolcs Nagy2023-09-011-1/+2
* sparc: Fix la_symbind for bind-now (BZ 23734)Adhemerval Zanella2023-07-122-3/+3
* aarch64: Add vector implementations of cos routinesJoe Ramsay2023-06-301-1/+1
* Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov2023-05-303-4/+4
* Add voice-admit DSCP code point from RFC-5865Ronan Pigott2023-05-221-0/+5
* elf: Stop including tls.h in ldsodefs.hSergey Bugaev2023-04-101-1/+0
* Remove --enable-tunables configure optionAdhemerval Zanella Netto2023-03-292-24/+4
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-273-0/+65
* LoongArch: Add support for ldconfig.caiyinyu2023-03-131-1/+3
* elf: Restore ldconfig libc6 implicit soname logic [BZ #30125]Joan Bruguera2023-02-201-2/+0
* string: Remove string_private.hAdhemerval Zanella2023-02-171-21/+0
* Fix typos in commentsSamuel Thibault2023-02-121-1/+1
* Add string vectorized find and detection functionsAdhemerval Zanella2023-02-066-0/+402
* Parameterize OP_T_THRES from memcopy.hRichard Henderson2023-02-062-3/+26
* Parameterize op_t from memcopy.hAdhemerval Zanella2023-02-062-4/+26
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06170-170/+170
* Use GCC builtins for logb functions if desired.Xiaolin Tang2022-11-292-0/+5
* Use GCC builtins for llrint functions if desired.Xiaolin Tang2022-11-292-0/+5
* Use GCC builtins for lrint functions if desired.Xiaolin Tang2022-11-292-0/+5
* elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer2022-11-032-1/+35
* elf: Rework exception handling in the dynamic loader [BZ #25486]Florian Weimer2022-11-032-13/+4
* stdlib/strfrom: Add copysign to fix NAN issue on riscv (BZ #29501)Letu Ren2022-10-281-0/+31
* elf: Introduce to _dl_call_finiFlorian Weimer2022-10-271-0/+8
* ld.so: Export tls_init_tp_called as __rtld_tls_init_tp_calledFlorian Weimer2022-10-271-0/+3
* Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer2022-10-181-5/+1
* Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2022-10-182-1/+30