about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* rt: avoid PLT setup in timer_[sg]ettimeAndreas Schwab2020-02-032-2/+4
* y2038: linux: Provide __sched_rr_get_interval64 implementationLukasz Majewski2020-02-022-1/+73
* y2038: linux: Provide __timerfd_settime64 implementationLukasz Majewski2020-02-023-2/+88
* y2038: linux: Provide __timerfd_gettime64 implementationLukasz Majewski2020-02-023-2/+70
* i386: Remove _exit.SH.J. Lu2020-02-011-44/+0
* i386: Use ENTRY/END in assembly codesH.J. Lu2020-02-013-15/+10
* i386-mcount.S: Add _CET_ENDBR to _mcount and __fentry__H.J. Lu2020-02-011-0/+2
* i386/sub_n.S: Add a missing _CET_ENDBR to indirect jump targetH.J. Lu2020-02-011-0/+1
* i386: Don't unnecessarily save and restore EAX, ECX and EDX [BZ# 25262]H.J. Lu2020-02-014-29/+10
* x86: Don't make 2 calls to dlerror () in a rowH.J. Lu2020-02-012-2/+2
* nptl: Avoid using PTHREAD_MUTEX_DEFAULT in macro definition [BZ #25271]Florian Weimer2020-01-301-1/+1
* Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab2020-01-212-0/+4
* getaddrinfo: Fix resource leak after strdup failure in gethosts [BZ #25425]Florian Weimer2020-01-201-0/+1
* Fix maybe-uninitialized error on powerpcMatheus Castanho2020-01-171-0/+7
* powerpc32: Fix syntax error in __GLRO macroAndreas Schwab2020-01-181-1/+1
* Fix tst-pkey.c pkey_alloc return checks and manualLucas A. M. Magalhaes2020-01-171-0/+4
* powerpc: Move cache line size to rtld_global_roTulio Magno Quites Machado Filho2020-01-1718-63/+310
* powerpc: Initialize rtld_global_ro for static dlopen [BZ #20802]Tulio Magno Quites Machado Filho2020-01-171-2/+11
* htl: Add internal version of __pthread_mutex_timedlockSamuel Thibault2020-01-133-2/+6
* htl: Avoid exposing unixoid functionsSamuel Thibault2020-01-133-2/+5
* htl: Add type sizes in bits/pthreadtypes-arch.h and check themSamuel Thibault2020-01-1314-0/+42
* htl: Add internal versions of functions used by C11 threadsSamuel Thibault2020-01-133-1/+5
* MIPS: Fix circular definition of __LDBL_MANT_DIG__ in ieee754.hZack Weinberg2020-01-081-1/+1
* hurd: Fix message reception for timer_threadSamuel Thibault2020-01-051-1/+2
* htl: Add __errno_location and __h_errno_locationSamuel Thibault2020-01-042-0/+6
* htl: Move pthread_atfork to libc_nonshared.aSamuel Thibault2020-01-042-3/+3
* htl: Use dso_handle.hSamuel Thibault2020-01-041-5/+2
* linux: Optimize fallback 32-bit clock_getresAdhemerval Zanella2020-01-031-4/+12
* linux: Add support for clock_getres64 vDSOAdhemerval Zanella2020-01-038-12/+24
* linux: Enable vDSO clock_gettime64 for mipsAdhemerval Zanella2020-01-031-0/+5
* linux: Enable vDSO clock_gettime64 for armAdhemerval Zanella2020-01-031-0/+1
* linux: Enable vDSO clock_gettime64 for i386Adhemerval Zanella2020-01-031-0/+1
* linux: Optimize fallback 32-bit clock_gettimeAdhemerval Zanella2020-01-031-4/+12
* linux: Add support for clock_gettime64 vDSOAdhemerval Zanella2020-01-039-12/+34
* elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella2020-01-0327-284/+239
* linux: Consolidate time implementationAdhemerval Zanella2020-01-033-55/+54
* linux: Consolidate Linux gettimeofdayAdhemerval Zanella2020-01-034-100/+63
* linux: Update mips vDSO symbolsAdhemerval Zanella2020-01-031-0/+1
* linux: Update x86 vDSO symbolsAdhemerval Zanella2020-01-033-4/+4
* Remove vDSO support from make-syscall.shAdhemerval Zanella2020-01-031-44/+1
* x86: Make x32 use x86 time implementationAdhemerval Zanella2020-01-032-2/+0
* linux: Fix vDSO macros build with time64 interfacesAdhemerval Zanella2020-01-0310-98/+58
* Linux: Fix clock_nanosleep time64 checkAdhemerval Zanella2020-01-031-8/+12
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-03257-341/+593
* Linux: Remove pread/pread64, pwrite/pwrite64 kludges from <sysdep.h>Florian Weimer2020-01-024-40/+0
* Linux: Use system call tables during buildFlorian Weimer2020-01-0220-57/+44
* Linux: Add tables with system call numbersFlorian Weimer2020-01-0230-22/+9050
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2020-01-012-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-015866-5866/+5866
* alpha: Set wait4 as cancellation entrypointAdhemerval Zanella2019-12-302-1/+26