about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* linux/check_native: Always close socket on returnSiddhesh Poyarekar2021-05-121-12/+11
* nptl: Move pthread_getconcurrency, pthread_setconcurrency into libcFlorian Weimer2021-05-1161-58/+128
* nptl: Move pthread_cancel into libcFlorian Weimer2021-05-1161-29/+64
* nptl: Move __pthread_register_cancel_defer, __pthread_unregister_cancel_resto...Florian Weimer2021-05-1161-58/+128
* nptl: Move __pthread_register_cancel, __pthread_unregister_cancel to libcFlorian Weimer2021-05-1161-58/+128
* nptl: Move pthread_attr_setstacksize into libcFlorian Weimer2021-05-1165-45/+106
* nptl: Move pthread_attr_setstackaddr into libcFlorian Weimer2021-05-1161-29/+64
* nptl: Move pthread_attr_setstack into libcFlorian Weimer2021-05-1161-37/+75
* nptl: Move pthread_attr_setguardsize into libcFlorian Weimer2021-05-1161-29/+64
* nptl: Move pthread_attr_getstacksize into libcFlorian Weimer2021-05-1161-29/+64
* nptl: Move pthread_attr_getstackaddr into libcFlorian Weimer2021-05-1161-29/+64
* nptl: Move pthread_attr_getstack into libcFlorian Weimer2021-05-1161-29/+64
* nptl: Move pthread_attr_getguardsize into libcFlorian Weimer2021-05-1161-29/+64
* nptl: Move pthread_attr_getaffinity_np into libcFlorian Weimer2021-05-1161-45/+83
* elf: Use relaxed atomics for racy accesses [BZ #19329]Szabolcs Nagy2021-05-111-1/+2
* nptl: Move thread join functions into libcFlorian Weimer2021-05-1163-147/+359
* nptl: Move pthread_detach, thrd_detach into libcFlorian Weimer2021-05-1163-60/+140
* nptl: Move pthread_setattr_default_np into libcFlorian Weimer2021-05-1161-29/+64
* nptl: Replace pthread_sigqueue implementation with Linux oneFlorian Weimer2021-05-111-71/+0
* linux: Move funlockfile/_IO_funlockfile into libcAdhemerval Zanella2021-05-1030-88/+0
* linux: Move ftrylockfile/_IO_ftrylockfile into libcAdhemerval Zanella2021-05-1030-89/+0
* linux: Move flockfile/_IO_flockfile into libcAdhemerval Zanella2021-05-1030-89/+0
* Add PTRACE_SYSEMU and PT_SYSEMU_SINGLESTEP from Linux 5.12 for s390Joseph Myers2021-05-101-0/+10
* add workload traces for cbrtlPaul Zimmermann2021-05-101-0/+3
* Linux: Move __reclaim_stacks into the fork implementation in libcFlorian Weimer2021-05-101-0/+110
* nptl: Move changing of stack permissions into ld.soFlorian Weimer2021-05-103-9/+84
* nptl: Move more stack management variables into _rtld_globalFlorian Weimer2021-05-102-0/+12
* elf: Introduce __tls_pre_init_tpFlorian Weimer2021-05-102-2/+27
* Linux: Simplify and fix the definition of SINGLE_THREAD_PFlorian Weimer2021-05-101-29/+7
* Linux: Explicitly disable cancellation checking in the dynamic loaderFlorian Weimer2021-05-101-2/+9
* nptl: Export __libc_multiple_threads from libc as an internal symbolFlorian Weimer2021-05-101-1/+5
* elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer2021-05-103-14/+81
* Hurd: Add missing hidden proto definition for __ttyname_rFlorian Weimer2021-05-101-1/+1
* x86: Add EVEX optimized memchr family not safe for RTMNoah Goldstein2021-05-0810-41/+217
* x86-64: Fix an unknown vector operation in memchr-evex.SAlice Xu2021-05-071-1/+1
* powerpc64le: Fix ifunc selection for memset, memmove, bzero and bcopyRaoni Fassina Firmino2021-05-075-20/+22
* linux: implement ttyname as a wrapper around ttyname_r.Érico Nogueira2021-05-072-159/+13
* linux: use fd_to_filename instead of _fitoa_word in ttyname_r.Érico Nogueira2021-05-071-5/+3
* linux: Remove /proc/cpuinfo fallback on alpha and sparcAdhemerval Zanella2021-05-073-97/+1
* linux: Use sched_getaffinity for __get_nprocs (BZ #27645)Adhemerval Zanella2021-05-076-338/+22
* Remove architecture specific sched_cpucount optimizationsAdhemerval Zanella2021-05-075-104/+0
* Use the correct diagnostic macro.Martin Sebor2021-05-061-1/+1
* Annotate additional APIs with GCC attribute access.Martin Sebor2021-05-064-3/+17
* nptl: Move pthread_barrierattr_setpshared into libcFlorian Weimer2021-05-0661-29/+64
* nptl: Move pthread_barrierattr_getpshared into libcFlorian Weimer2021-05-0661-29/+64
* nptl: Move pthread_barrierattr_init into libcFlorian Weimer2021-05-0661-29/+64
* nptl: Move pthread_barrierattr_destroy into libcFlorian Weimer2021-05-0661-29/+64
* nptl: Move pthread_barrier_wait into libcFlorian Weimer2021-05-0661-29/+64
* nptl: Move pthread_barrier_init into libcFlorian Weimer2021-05-0661-29/+64
* nptl: Move pthread_barrier_destroy into libcFlorian Weimer2021-05-0661-29/+64