aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-04elf: Remove remnants of MAP_ANON emulationFlorian Weimer1-4/+0
2019-02-27Add some spaces before '('.Joseph Myers3-4/+4
2019-02-25Break more lines before not after operators.Joseph Myers2-4/+4
2019-02-08Move generic <bits/unistd_ext.h> to a more regular locationFlorian Weimer1-21/+0
2019-02-08Provide <bits/unistd_ext.h> as a sysdeps header exclusivelyFlorian Weimer1-0/+21
2019-02-05arm: Use "nr" constraint for Systemtap probes [BZ #24164]Florian Weimer1-0/+19
2019-01-03nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella1-1/+0
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers126-126/+126
2018-12-05Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg1-1/+0
2018-12-05Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg1-7/+0
2018-12-05Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg1-0/+4
2018-12-01Mutex: Add pthread mutex tunablesKemi Wang1-0/+22
2018-11-30posix: Use posix_spawn on systemAdhemerval Zanella1-0/+2
2018-10-02libio: Flush stream at freopen (BZ#21037)Adhemerval Zanella1-1/+3
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers2-10/+1
2018-09-19Add new pow implementationSzabolcs Nagy1-1/+0
2018-09-05Move float128 inlines from sysdeps/generic/math_private.h to include/math.h.Joseph Myers1-23/+0
2018-09-04Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers1-90/+0
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers1-2/+0
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov1-1/+1
2018-08-28Split fenv_private.h out of math_private.h more consistently.Joseph Myers2-393/+419
2018-08-27Move EXCEPTION_SET_FORCES_TRAP out of math-tests.h.Joseph Myers2-9/+31