about summary refs log tree commit diff
path: root/nptl/Makefile
Commit message (Expand)AuthorAgeFilesLines
* nptl: Move __nptl_deallocate_tsd into libcFlorian Weimer2021-04-211-0/+1
* nptl: Move __pthread_keys global variable into libcFlorian Weimer2021-04-211-0/+1
* nptl: Move internal __nptl_nthreads variable into libcFlorian Weimer2021-04-211-0/+1
* nptl: Move __pthread_unwind_next into libcFlorian Weimer2021-04-211-3/+1
* nptl: Move pthread_once and __pthread_once into libcFlorian Weimer2021-04-211-1/+1
* nptl: Move __pthread_cleanup_upto into libcFlorian Weimer2021-04-211-1/+1
* nptl: Remove longjmp, siglongjmp from libpthreadFlorian Weimer2021-04-211-1/+0
* nptl: Move legacy cancelation handling into libc as compat symbolsFlorian Weimer2021-04-211-4/+11
* nptl: Move __pthread_cleanup_routine into libcFlorian Weimer2021-04-211-1/+1
* nptl: Move pthread_mutex_consistent into libcFlorian Weimer2021-04-211-1/+1
* nptl_db: Support different libpthread/ld.so load orders (bug 27744)Florian Weimer2021-04-211-2/+17
* nptl: Remove unused rulesAdhemerval Zanella2021-03-261-5/+0
* nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella2021-03-261-1/+0
* nptl: Move sigaction to libcAdhemerval Zanella2021-03-261-2/+0
* nptl: Remove pthread raise implementationAdhemerval Zanella2021-03-261-1/+0
* nptl: Move pthread_kill to libcAdhemerval Zanella2021-03-261-1/+1
* nptl: Remove sigsuspend from pthread-compat-wrappersAdhemerval Zanella2021-03-261-7/+0
* nptl: Remove msgrcv from pthread-compat-wrappersAdhemerval Zanella2021-03-261-2/+0
* nptl: Remove msgsnd from pthread-compat-wrappersAdhemerval Zanella2021-03-261-2/+1
* nptl: Remove pwrite from libpthreadAdhemerval Zanella2021-03-261-3/+0
* nptl: Remove pread from libpthreadAdhemerval Zanella2021-03-261-3/+1
* nptl: Remove open from libpthreadAdhemerval Zanella2021-03-261-3/+0
* nptl: Remove lseek from libpthreadAdhemerval Zanella2021-03-261-1/+0
* nptl: Remove send from libpthreadAdhemerval Zanella2021-03-261-2/+0
* signal: Add __libc_sigactionAdhemerval Zanella2021-03-181-0/+1
* nptl: Move system to libcAdhemerval Zanella2021-03-181-3/+0
* nptl: Move fcntl from libpthreadAdhemerval Zanella2021-03-181-3/+0
* nptl: Remove sendmsg from libpthreadAdhemerval Zanella2021-03-181-2/+0
* nptl: Remove recvmsg from libpthreadAdhemerval Zanella2021-03-181-2/+1
* nptl: Remove sigwait from libpthreadAdhemerval Zanella2021-03-181-1/+1
* nptl: Remove tcdrain from libpthreadAdhemerval Zanella2021-03-181-2/+1
* nptl: Remove pause from libpthreadAdhemerval Zanella2021-03-181-2/+1
* nptl: Remove msync from libpthreadAdhemerval Zanella2021-03-181-2/+1
* nptl: Remove fsync from libpthreadAdhemerval Zanella2021-03-181-2/+1
* nptl: Remove sendto from libpthreadAdhemerval Zanella2021-03-181-2/+1
* nptl: Remove recvfrom from libpthreadAdhemerval Zanella2021-03-181-2/+1
* nptl: Remove recv from libpthreadAdhemerval Zanella2021-03-181-2/+1
* nptl: Remove connect from libpthreadAdhemerval Zanella2021-03-181-2/+1
* nptl: Remove accept from libpthreadAdhemerval Zanella2021-03-181-2/+0
* nptl: Remove close from libpthreadAdhemerval Zanella2021-03-181-2/+1
* nptl: Remove read from libpthreadAdhemerval Zanella2021-03-181-2/+1
* nptl: Remove write from libpthreadAdhemerval Zanella2021-03-181-2/+1
* nptl: Move fork into libcAdhemerval Zanella2021-03-121-1/+0
* posix: Consolidate register-atforkAdhemerval Zanella2021-03-121-1/+0
* [PATCH] pthread_once hangs when init routine throws an exception [BZ #18435]Jakub Jelinek2021-03-041-4/+0
* nptl: Move elision implementations into libcFlorian Weimer2021-02-231-0/+5
* nptl: Move futex-internal into libcFlorian Weimer2021-02-221-1/+1
* nptl: Move lowlevellock into libc [BZ #15648]Florian Weimer2021-02-221-2/+1
* nptl: Move futex-internal.c into main nptl directoryFlorian Weimer2021-02-221-0/+3
* nptl: Split libpthread-routines into one routine per lineFlorian Weimer2021-02-221-86/+152