aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/arm
AgeCommit message (Expand)AuthorFilesLines
2021-04-23nptl: Move pthread_mutexattr_destroy into libcFlorian Weimer4-4/+6
2021-04-23nptl: Move pthread_mutex_trylock, __pthread_mutex_trylock into libcFlorian Weimer4-4/+8
2021-04-23nptl: Move pthread_mutex_timedlock, pthread_mutex_clocklock to libcFlorian Weimer4-4/+8
2021-04-23nptl: Move pthread_mutex_setprioceiling into libcFlorian Weimer4-2/+4
2021-04-23nptl: Move pthread_mutex_getprioceiling into libcFlorian Weimer4-2/+4
2021-04-22nptl: Move pthread_kill_other_threads_np compatibility symbol into libcFlorian Weimer4-2/+2
2021-04-21nptl: Move core condition variable functions into libcFlorian Weimer4-10/+4
2021-04-21nptl: Move core mutex functions into libcFlorian Weimer4-16/+16
2021-04-21nptl: Move rwlock functions with forwarders into libcFlorian Weimer4-12/+18
2021-04-21nptl: Move pthread_key_delete into libc.Florian Weimer4-2/+4
2021-04-21nptl: Move pthread_setspecific, __pthread_setspecific into libcFlorian Weimer4-4/+8
2021-04-21nptl: Move pthread_getspecific, __pthread_getspecific into libcFlorian Weimer4-4/+8
2021-04-21nptl: Move pthread_key_create, __pthread_key_create into libcFlorian Weimer4-4/+8
2021-04-21nptl: Move pthread_setcanceltype into libcFlorian Weimer2-2/+0
2021-04-21nptl: Move pthread_setcancelstate into libcFlorian Weimer2-2/+0
2021-04-21nptl: Move pthread_exit into libcFlorian Weimer2-2/+0
2021-04-21nptl: Move __pthread_unwind_next into libcFlorian Weimer4-2/+4
2021-04-21nptl: Move pthread_once and __pthread_once into libcFlorian Weimer4-4/+8
2021-04-21nptl: Remove longjmp, siglongjmp from libpthreadFlorian Weimer2-4/+0
2021-04-21nptl: Move legacy cancelation handling into libc as compat symbolsFlorian Weimer4-8/+8
2021-04-21nptl: Move __pthread_cleanup_routine into libcFlorian Weimer4-2/+4
2021-04-21nptl: Move pthread_mutex_consistent into libcFlorian Weimer4-4/+6
2021-04-12arm: Fix an incorrect check in ____longjmp_chk [BZ #27709]Szabolcs Nagy1-2/+2
2021-03-26nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella2-6/+0
2021-03-26nptl: Move sigaction to libcAdhemerval Zanella2-4/+0
2021-03-26nptl: Remove pthread raise implementationAdhemerval Zanella3-3/+0
2021-03-26nptl: Move pthread_kill to libcAdhemerval Zanella4-2/+4
2021-03-26nptl: Remove pwrite from libpthreadAdhemerval Zanella2-6/+0
2021-03-26nptl: Remove pread from libpthreadAdhemerval Zanella2-6/+0
2021-03-26nptl: Remove open from libpthreadAdhemerval Zanella2-8/+0
2021-03-26nptl: Remove lseek from libpthreadAdhemerval Zanella2-6/+0
2021-03-26nptl: Remove send from libpthreadAdhemerval Zanella2-4/+0
2021-03-18signal: Add __libc_sigactionAdhemerval Zanella1-1/+1
2021-03-18nptl: Move system to libcAdhemerval Zanella2-2/+0
2021-03-18nptl: Move fcntl from libpthreadAdhemerval Zanella2-4/+0
2021-03-18nptl: Remove sendmsg from libpthreadAdhemerval Zanella2-2/+0
2021-03-18nptl: Remove recvmsg from libpthreadAdhemerval Zanella2-2/+0
2021-03-18nptl: Remove sigwait from libpthreadAdhemerval Zanella2-2/+0
2021-03-18nptl: Remove tcdrain from libpthreadAdhemerval Zanella2-2/+0
2021-03-18nptl: Remove pause from libpthreadAdhemerval Zanella2-2/+0
2021-03-18nptl: Remove msync from libpthreadAdhemerval Zanella2-2/+0
2021-03-18nptl: Remove fsync from libpthreadAdhemerval Zanella2-2/+0
2021-03-18nptl: Remove sendto from libpthreadAdhemerval Zanella2-2/+0
2021-03-18nptl: Remove recvfrom from libpthreadAdhemerval Zanella2-2/+0
2021-03-18nptl: Remove recv from libpthreadAdhemerval Zanella2-2/+0
2021-03-18nptl: Remove connect from libpthreadAdhemerval Zanella2-4/+0
2021-03-18nptl: Remove accept from libpthreadAdhemerval Zanella2-2/+0
2021-03-18nptl: Remove close from libpthreadAdhemerval Zanella2-4/+0
2021-03-18nptl: Remove read from libpthreadAdhemerval Zanella2-4/+0
2021-03-18nptl: Remove write from libpthreadAdhemerval Zanella2-4/+0