Age | Commit message (Expand) | Author |
2021-03-16 | Legacy unwinder: Remove definition of _Unwind_GetCFA | Florian Weimer |
2021-03-12 | posix: Consolidate register-atfork | Adhemerval Zanella |
2021-03-11 | math: Remove mpa files [BZ #15267] | Wilco Dijkstra |
2021-03-01 | Implement _Unwind_Resume in libc on top of <unwind-link.h> | Florian Weimer |
2021-03-01 | Move sysdeps/gnu/unwind-resume.c to sysdeps/generic/unwind-resume.c | Florian Weimer |
2021-03-01 | __frame_state_for: Use <unwind-link.h> for unwinder access | Florian Weimer |
2021-03-01 | Implement <unwind-link.h> for dynamically loading the libgcc_s unwinder | Florian Weimer |
2021-02-25 | Reduce the statically linked startup code [BZ #23323] | Florian Weimer |
2021-02-01 | sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305] | H.J. Lu |
2021-01-19 | Use <startup.h> in __libc_init_secure | H.J. Lu |
2021-01-13 | ldconfig/x86: Store ISA level in cache and aux cache | H.J. Lu |
2021-01-04 | Move generic nan-pseudo-number.h to ldbl-96 | Siddhesh Poyarekar |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert |
2020-12-30 | x86 long double: Consider pseudo numbers as signaling | Siddhesh Poyarekar |
2020-12-21 | malloc: Basic support for memory tagging in the malloc() family | Richard Earnshaw |
2020-12-21 | profil-counter: Add missing SIGINFO case | Samuel Thibault |
2020-12-18 | ieee754: Remove unused __sin32 and __cos32 | Anssi Hannula |
2020-12-11 | elf: Pass the fd to note processing | Szabolcs Nagy |
2020-12-04 | elf: Process glibc-hwcaps subdirectories in ldconfig | Florian Weimer |
2020-12-04 | elf: Add extension mechanism to ld.so.cache | Florian Weimer |
2020-12-04 | elf: Add endianness markup to ld.so.cache (bug 27008) | Florian Weimer |
2020-12-04 | elf: Add glibc-hwcaps support for LD_LIBRARY_PATH | Florian Weimer |
2020-11-26 | elf: Introduce enum opt_format in the ldconfig implementation | Florian Weimer |
2020-11-16 | nptl: Move stack list variables into _rtld_global | Florian Weimer |
2020-11-13 | Remove tls.h inclusion from internal errno.h | Adhemerval Zanella |
2020-11-11 | struct _Unwind_Exception alignment should not depend on compiler flags | Florian Weimer |
2020-11-11 | hurd: keep only required PLTs in ld.so | Samuel Thibault |
2020-10-30 | elf: Unify old and new format cache handling code in ld.so | Florian Weimer |
2020-10-09 | linux: Add {f}stat{at} y2038 support | Adhemerval Zanella |
2020-10-09 | Remove mknod wrapper functions, move them to symbols | Adhemerval Zanella |
2020-10-09 | Remove stat wrapper functions, move them to exported symbols | Adhemerval Zanella |
2020-10-09 | elf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen) to _dl_important_hwcaps | Florian Weimer |
2020-10-08 | elf: Record whether paths come from LD_LIBRARY_PATH or --library-path | Florian Weimer |
2020-10-07 | elf: Implement _dl_write | Florian Weimer |
2020-07-16 | Linux: Remove rseq support | Florian Weimer |
2020-07-08 | rtld: Avoid using up static TLS surplus for optimizations [BZ #25051] | Szabolcs Nagy |
2020-07-08 | rtld: Account static TLS surplus for audit modules | Szabolcs Nagy |
2020-07-08 | rtld: Add rtld.nns tunable for the number of supported namespaces | Szabolcs Nagy |
2020-07-08 | rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handling | Szabolcs Nagy |
2020-07-07 | string: Use tls-internal on strerror_l | Adhemerval Zanella |
2020-07-07 | string: Remove old TLS usage on strsignal | Adhemerval Zanella |
2020-07-07 | signal: Move sys_siglist to a compat symbol | Adhemerval Zanella |
2020-07-06 | Add the __libc_single_threaded variable | Florian Weimer |
2020-07-06 | Linux: Perform rseq registration at C startup and thread creation | Mathieu Desnoyers |
2020-06-25 | elf: Include <stddef.h> (for size_t), <sys/stat.h> in <ldconfig.h> | Florian Weimer |
2020-06-22 | math: Decompose math-use-builtins.h | Adhemerval Zanella |
2020-06-05 | Update HP_TIMING_NOW for _ISOMAC in sysdeps/generic/hp-timing.h | H.J. Lu |
2020-06-03 | ieee754: provide gcc builtins based generic fma functions | Vineet Gupta |
2020-06-03 | ieee754: provide gcc builtins based generic sqrt functions | Vineet Gupta |
2020-05-28 | Hurd: Use __sigmask in favor of deprecated sigmask | Florian Weimer |