aboutsummaryrefslogtreecommitdiff
path: root/elf/cache.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-13ldconfig/x86: Store ISA level in cache and aux cacheH.J. Lu1-8/+31
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-12-10elf: Include <sys/param.h> in cache.cFlorian Weimer1-0/+1
2020-12-04elf: Process glibc-hwcaps subdirectories in ldconfigFlorian Weimer1-31/+226
2020-12-04elf: Implement tail merging of strings in ldconfigFlorian Weimer1-38/+38
2020-12-04elf: Add extension mechanism to ld.so.cacheFlorian Weimer1-0/+89
2020-12-04elf: Add endianness markup to ld.so.cache (bug 27008)Florian Weimer1-0/+11
2020-11-26elf: Introduce enum opt_format in the ldconfig implementationFlorian Weimer1-12/+12
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella1-2/+2
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-02-27Add some spaces before '('.Joseph Myers1-2/+2
2019-02-25Break more lines before not after operators.Joseph Myers1-2/+2
2019-02-22Break some lines before not after operators.Joseph Myers1-3/+3
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-10-24Add more checks for valid ld.so.cache file (bug 18093)Andreas Schwab1-0/+5
2018-02-21ldconfig: Sync temporary files to disk before renaming them [BZ #20890]Florian Weimer1-3/+7
2018-01-25Add support for the RISC-V-specific ELF flagsPalmer Dabbelt1-0/+6
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-03-11Fix ldconfig segmentation fault with corrupted cache (Bug 18093).Aurelien Jarno1-1/+3
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-09-18MIPS: IEEE 754-2008 NaN encoding supportMaciej W. Rozycki1-0/+9
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold1-0/+1
2013-02-08ARM: Support loading unmarked objects from cache.Carlos O'Donell1-0/+4
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-11-19Add ldconfig cache tag handling for AArch64Steve McIntyre1-0/+3
2012-11-19Add ldconfig cache tag handling for ARM hard-float ABISteve McIntyre1-1/+4
2012-03-16Add x32 support to ldconfigH.J. Lu1-0/+4
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-2/+1
2011-07-19elf/cache.c: Remove unnecessary conditionMarek Polacek1-1/+0
2011-04-22Remove doubled words.Jim Meyering1-2/+2
2007-10-13(save_aux_cache): Free memory allocated for temporary file name.Ulrich Drepper1-0/+1
2007-08-13* sysdeps/unix/sysv/linux/x86_64/libc-start.cUlrich Drepper1-1/+1
2007-08-122007-08-01 Andreas Jaeger <aj@suse.de>Ulrich Drepper1-90/+370
2007-07-16* elf/ldconfig.c: Allow GPLv2 or any later version.Roland McGrath1-2/+3
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-1/+1
2007-07-31.Jakub Jelinek1-1/+1
2006-11-10[BZ #3465]Ulrich Drepper1-1/+1
2006-04-07* libio/fmemopen.c (fmemopen): Free stream memory in case ofUlrich Drepper1-6/+7
2006-01-04* abi-tags (*-.*-syllable.*): New match, with ABI value 5.Roland McGrath1-1/+2
2005-12-21* elf/cache.c: Use <> rather than "" #includes.Roland McGrath1-2/+2
2005-12-07* catgets/gencat.c: Use GPL, not LGPL.Ulrich Drepper1-11/+9
2005-10-17* abi-tags (.*-.*-knetbsd.*-gnu.*): New match, with ABI value 4.Roland McGrath1-1/+2
2005-04-07* sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion)Roland McGrath1-2/+2
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-22/+21
2007-07-122.5-18.1Jakub Jelinek1-21/+22
2003-08-25(save_cache): Don't write beyond end of file_entries buffer. Duplicate last o...Ulrich Drepper1-2/+14