about summary refs log tree commit diff
path: root/sysdeps/generic
Commit message (Expand)AuthorAgeFilesLines
* rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handlingSzabolcs Nagy2020-07-082-12/+15
* string: Use tls-internal on strerror_lAdhemerval Zanella2020-07-072-0/+2
* string: Remove old TLS usage on strsignalAdhemerval Zanella2020-07-074-0/+88
* signal: Move sys_siglist to a compat symbolAdhemerval Zanella2020-07-072-0/+48
* Add the __libc_single_threaded variableFlorian Weimer2020-07-061-0/+1
* Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers2020-07-061-0/+26
* elf: Include <stddef.h> (for size_t), <sys/stat.h> in <ldconfig.h>Florian Weimer2020-06-251-0/+2
* math: Decompose math-use-builtins.hAdhemerval Zanella2020-06-2210-45/+50
* Update HP_TIMING_NOW for _ISOMAC in sysdeps/generic/hp-timing.hH.J. Lu2020-06-051-1/+10
* ieee754: provide gcc builtins based generic fma functionsVineet Gupta2020-06-031-0/+5
* ieee754: provide gcc builtins based generic sqrt functionsVineet Gupta2020-06-031-0/+3
* Hurd: Use __sigmask in favor of deprecated sigmaskFlorian Weimer2020-05-281-2/+2
* elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf into functionsFlorian Weimer2020-05-251-12/+7
* y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski2020-05-202-4/+4
* elf: Implement __libc_early_initFlorian Weimer2020-04-241-0/+17
* elf: Introduce <elf_machine_sym_no_match.h>Florian Weimer2020-04-241-0/+34
* ldbl-128ibm-compat: Provide ieee128 symbols to narrow functionsTulio Magno Quites Machado Filho2020-02-201-0/+32
* Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer2020-02-183-0/+76
* mips: Fix bracktrace result for signal framesAdhemerval Zanella2020-02-181-0/+30
* <fd_to_filename.h>: Add type safety and port to HurdFlorian Weimer2020-02-182-8/+37
* ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer2020-02-151-6/+0
* powerpc: Move cache line size to rtld_global_roTulio Magno Quites Machado Filho2020-01-171-0/+21
* elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella2020-01-034-0/+65
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-031-2/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01128-128/+128
* Fix return code for __libc_signal_* functionsAdhemerval Zanella2019-12-271-6/+6
* Remove __waitpid_nocancelAdhemerval Zanella2019-12-191-2/+0
* Use GCC builtins for copysign functions if desired.Stefan Liebler2019-12-111-0/+9
* Use GCC builtins for round functions if desired.Stefan Liebler2019-12-111-0/+5
* Use GCC builtins for trunc functions if desired.Stefan Liebler2019-12-111-0/+5
* Use GCC builtins for ceil functions if desired.Stefan Liebler2019-12-111-0/+5
* Use GCC builtins for floor functions if desired.Stefan Liebler2019-12-111-0/+5
* Use GCC builtins for rint functions if desired.Stefan Liebler2019-12-111-0/+5
* Use GCC builtins for nearbyint functions if desired.Stefan Liebler2019-12-111-0/+29
* Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112]Florian Weimer2019-11-271-2/+9
* Avoid late failure in dlopen in global scope update [BZ #25112]Florian Weimer2019-11-271-1/+8
* Enable inlining issignalingf within glibcPaul A. Clarke2019-11-211-29/+0
* Introduce DL_LOOKUP_FOR_RELOCATE flag for _dl_lookup_symbol_xFlorian Weimer2019-11-211-0/+3
* Enhance _dl_catch_exception to allow disabling exception handlingFlorian Weimer2019-11-161-1/+3
* Avoid zero-length array at the end of struct link_map [BZ #25097]Florian Weimer2019-11-151-4/+13
* Introduce link_map_audit_state accessor functionFlorian Weimer2019-11-151-1/+7
* slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097]Florian Weimer2019-11-121-1/+1
* Remove pause and nanosleep not cancel wrappersAdhemerval Zanella2019-10-311-4/+0
* Use clock_gettime to implement time.Adhemerval Zanella2019-10-301-0/+20
* Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2019-10-301-8/+8
* Add nocancel version of pread64()Leandro Pereira2019-10-181-0/+2
* Fix small error in HP_TIMING_PRINT trailing null char settingChung-Lin Tang2019-09-171-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07126-126/+126
* MIPS support for GNU hashMihailo Stojanovic2019-08-291-0/+17
* Refactor sigcontextinfo.hAdhemerval Zanella2019-08-232-2/+11