about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* nptl: Move __nptl_deallocate_tsd into libcFlorian Weimer2021-04-216-96/+116
* nptl: Move __pthread_keys global variable into libcFlorian Weimer2021-04-215-6/+27
* nptl: Move internal __nptl_nthreads variable into libcFlorian Weimer2021-04-216-6/+27
* nptl: Move __pthread_unwind_next into libcFlorian Weimer2021-04-218-21/+36
* nptl: Move pthread_once and __pthread_once into libcFlorian Weimer2021-04-216-22/+21
* nptl: Move __pthread_cleanup_upto into libcFlorian Weimer2021-04-215-6/+4
* nptl: Remove longjmp, siglongjmp from libpthreadFlorian Weimer2021-04-213-52/+0
* nptl: Move legacy cancelation handling into libc as compat symbolsFlorian Weimer2021-04-217-30/+60
* nptl: Move legacy unwinding implementation into libcFlorian Weimer2021-04-214-58/+66
* nptl: Move __pthread_cleanup_routine into libcFlorian Weimer2021-04-213-4/+12
* nptl: Move pthread_mutex_consistent into libcFlorian Weimer2021-04-213-6/+23
* nptl_db: Support different libpthread/ld.so load orders (bug 27744)Florian Weimer2021-04-214-2/+169
* fork.h: replace with register-atfork.hSamuel Thibault2021-03-294-3/+8
* nptl: Remove unused rulesAdhemerval Zanella2021-03-261-5/+0
* nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella2021-03-263-57/+0
* nptl: Move sigaction to libcAdhemerval Zanella2021-03-263-37/+0
* nptl: Remove pthread raise implementationAdhemerval Zanella2021-03-263-31/+0
* nptl: Move pthread_kill to libcAdhemerval Zanella2021-03-263-3/+11
* 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-262-6/+0
* nptl: Remove pread from libpthreadAdhemerval Zanella2021-03-262-6/+1
* nptl: Remove open from libpthreadAdhemerval Zanella2021-03-262-7/+0
* nptl: Remove lseek from libpthreadAdhemerval Zanella2021-03-262-4/+0
* nptl: Remove send from libpthreadAdhemerval Zanella2021-03-262-4/+0
* Support for multiple versions in versioned_symbol, compat_symbolFlorian Weimer2021-03-251-8/+8
* nptl: Remove MULTI_PAGE_ALIASING [BZ #23554]H.J. Lu2021-03-192-33/+0
* signal: Add __libc_sigactionAdhemerval Zanella2021-03-181-0/+1
* nptl: Move system to libcAdhemerval Zanella2021-03-183-49/+0
* nptl: Move fcntl from libpthreadAdhemerval Zanella2021-03-182-5/+0
* nptl: Remove sendmsg from libpthreadAdhemerval Zanella2021-03-182-3/+0
* nptl: Remove recvmsg from libpthreadAdhemerval Zanella2021-03-182-3/+1
* nptl: Remove sigwait from libpthreadAdhemerval Zanella2021-03-182-2/+1
* nptl: Remove tcdrain from libpthreadAdhemerval Zanella2021-03-182-3/+1
* nptl: Remove pause from libpthreadAdhemerval Zanella2021-03-182-3/+1
* nptl: Remove msync from libpthreadAdhemerval Zanella2021-03-182-3/+1
* nptl: Remove fsync from libpthreadAdhemerval Zanella2021-03-182-3/+1
* nptl: Remove sendto from libpthreadAdhemerval Zanella2021-03-182-3/+1
* nptl: Remove recvfrom from libpthreadAdhemerval Zanella2021-03-182-3/+1
* nptl: Remove recv from libpthreadAdhemerval Zanella2021-03-182-3/+1
* nptl: Remove connect from libpthreadAdhemerval Zanella2021-03-182-4/+1
* nptl: Remove accept from libpthreadAdhemerval Zanella2021-03-182-3/+0
* nptl: Remove close from libpthreadAdhemerval Zanella2021-03-182-4/+1
* nptl: Remove read from libpthreadAdhemerval Zanella2021-03-182-4/+1
* nptl: Remove write from libpthreadAdhemerval Zanella2021-03-183-5/+2
* nptl: Move fork into libcAdhemerval Zanella2021-03-123-52/+0
* posix: Consolidate register-atforkAdhemerval Zanella2021-03-122-151/+0
* nptl: Move Linux pthread_kill to nptlAdhemerval Zanella2021-03-121-9/+17
* nptl: Fix __pthread_clockjoin_np64 __pthread_timedjoin_np64 hidden protoAdhemerval Zanella2021-03-053-4/+4