aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)Author
2020-02-18Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer
2020-02-18mips: Fix bracktrace result for signal framesAdhemerval Zanella
2020-02-18<fd_to_filename.h>: Add type safety and port to HurdFlorian Weimer
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer
2020-01-17powerpc: Move cache line size to rtld_global_roTulio Magno Quites Machado Filho
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-27Fix return code for __libc_signal_* functionsAdhemerval Zanella
2019-12-19Remove __waitpid_nocancelAdhemerval Zanella
2019-12-11Use GCC builtins for copysign functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for round functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for trunc functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for ceil functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for floor functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for rint functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for nearbyint functions if desired.Stefan Liebler
2019-11-27Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112]Florian Weimer
2019-11-27Avoid late failure in dlopen in global scope update [BZ #25112]Florian Weimer
2019-11-21Enable inlining issignalingf within glibcPaul A. Clarke
2019-11-21Introduce DL_LOOKUP_FOR_RELOCATE flag for _dl_lookup_symbol_xFlorian Weimer
2019-11-16Enhance _dl_catch_exception to allow disabling exception handlingFlorian Weimer
2019-11-15Avoid zero-length array at the end of struct link_map [BZ #25097]Florian Weimer
2019-11-15Introduce link_map_audit_state accessor functionFlorian Weimer
2019-11-12slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097]Florian Weimer
2019-10-31Remove pause and nanosleep not cancel wrappersAdhemerval Zanella
2019-10-30Use clock_gettime to implement time.Adhemerval Zanella
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg
2019-10-18Add nocancel version of pread64()Leandro Pereira
2019-09-17Fix small error in HP_TIMING_PRINT trailing null char settingChung-Lin Tang
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-29MIPS support for GNU hashMihailo Stojanovic
2019-08-23Refactor sigcontextinfo.hAdhemerval Zanella
2019-08-23Add RTLD_SINGLE_THREAD_P on generic single-thread.hAdhemerval Zanella
2019-08-13login: Assume that _HAVE_UT_* constants are trueFlorian Weimer
2019-07-10posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella
2019-05-14Add single-thread.h headerAdhemerval Zanella
2019-03-22Add generic hp-timing supportWilco Dijkstra
2019-03-22Refactor hp-timing rtld usageAdhemerval Zanella
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella
2019-03-13Move inttypes.h and stdint.h to stdlib.Zack Weinberg
2019-03-04elf: Remove remnants of MAP_ANON emulationFlorian Weimer
2019-02-27Add some spaces before '('.Joseph Myers
2019-02-25Break more lines before not after operators.Joseph Myers
2019-02-08Move generic <bits/unistd_ext.h> to a more regular locationFlorian Weimer
2019-02-08Provide <bits/unistd_ext.h> as a sysdeps header exclusivelyFlorian Weimer
2019-02-05arm: Use "nr" constraint for Systemtap probes [BZ #24164]Florian Weimer
2019-01-03nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-05Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg