aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Update HP_TIMING_NOW for _ISOMAC in sysdeps/generic/hp-timing.hH.J. Lu1-1/+10
2020-06-03ieee754: provide gcc builtins based generic fma functionsVineet Gupta1-0/+5
2020-06-03ieee754: provide gcc builtins based generic sqrt functionsVineet Gupta1-0/+3
2020-05-28Hurd: Use __sigmask in favor of deprecated sigmaskFlorian Weimer1-2/+2
2020-05-25elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf into functionsFlorian Weimer1-12/+7
2020-05-20y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski2-4/+4
2020-04-24elf: Implement __libc_early_initFlorian Weimer1-0/+17
2020-04-24elf: Introduce <elf_machine_sym_no_match.h>Florian Weimer1-0/+34
2020-02-20ldbl-128ibm-compat: Provide ieee128 symbols to narrow functionsTulio Magno Quites Machado Filho1-0/+32
2020-02-18Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer3-0/+76
2020-02-18mips: Fix bracktrace result for signal framesAdhemerval Zanella1-0/+30
2020-02-18<fd_to_filename.h>: Add type safety and port to HurdFlorian Weimer2-8/+37
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer1-6/+0
2020-01-17powerpc: Move cache line size to rtld_global_roTulio Magno Quites Machado Filho1-0/+21
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella4-0/+65
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra1-2/+3
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers128-128/+128
2019-12-27Fix return code for __libc_signal_* functionsAdhemerval Zanella1-6/+6
2019-12-19Remove __waitpid_nocancelAdhemerval Zanella1-2/+0
2019-12-11Use GCC builtins for copysign functions if desired.Stefan Liebler1-0/+9
2019-12-11Use GCC builtins for round functions if desired.Stefan Liebler1-0/+5
2019-12-11Use GCC builtins for trunc functions if desired.Stefan Liebler1-0/+5
2019-12-11Use GCC builtins for ceil functions if desired.Stefan Liebler1-0/+5
2019-12-11Use GCC builtins for floor functions if desired.Stefan Liebler1-0/+5
2019-12-11Use GCC builtins for rint functions if desired.Stefan Liebler1-0/+5
2019-12-11Use GCC builtins for nearbyint functions if desired.Stefan Liebler1-0/+29
2019-11-27Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112]Florian Weimer1-2/+9
2019-11-27Avoid late failure in dlopen in global scope update [BZ #25112]Florian Weimer1-1/+8
2019-11-21Enable inlining issignalingf within glibcPaul A. Clarke1-29/+0
2019-11-21Introduce DL_LOOKUP_FOR_RELOCATE flag for _dl_lookup_symbol_xFlorian Weimer1-0/+3
2019-11-16Enhance _dl_catch_exception to allow disabling exception handlingFlorian Weimer1-1/+3
2019-11-15Avoid zero-length array at the end of struct link_map [BZ #25097]Florian Weimer1-4/+13
2019-11-15Introduce link_map_audit_state accessor functionFlorian Weimer1-1/+7
2019-11-12slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097]Florian Weimer1-1/+1
2019-10-31Remove pause and nanosleep not cancel wrappersAdhemerval Zanella1-4/+0
2019-10-30Use clock_gettime to implement time.Adhemerval Zanella1-0/+20
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg1-8/+8
2019-10-18Add nocancel version of pread64()Leandro Pereira1-0/+2
2019-09-17Fix small error in HP_TIMING_PRINT trailing null char settingChung-Lin Tang1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert126-126/+126
2019-08-29MIPS support for GNU hashMihailo Stojanovic1-0/+17
2019-08-23Refactor sigcontextinfo.hAdhemerval Zanella2-2/+11
2019-08-23Add RTLD_SINGLE_THREAD_P on generic single-thread.hAdhemerval Zanella1-0/+1
2019-08-13login: Assume that _HAVE_UT_* constants are trueFlorian Weimer1-22/+12
2019-07-10posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella1-0/+16
2019-05-14Add single-thread.h headerAdhemerval Zanella1-0/+24
2019-03-22Add generic hp-timing supportWilco Dijkstra1-9/+16
2019-03-22Refactor hp-timing rtld usageAdhemerval Zanella2-10/+3
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella1-5/+0
2019-03-13Move inttypes.h and stdint.h to stdlib.Zack Weinberg2-753/+0