summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/powerpc
Commit message (Expand)AuthorAgeFilesLines
* nptl: Move pthread_key_delete into libc.Florian Weimer2021-03-187-3/+8
* nptl: Move pthread_setspecific, __pthread_setspecific into libcFlorian Weimer2021-03-187-6/+16
* nptl: Move pthread_getspecific, __pthread_getspecific into libcFlorian Weimer2021-03-187-6/+16
* nptl: Move pthread_key_create, __pthread_key_create into libcFlorian Weimer2021-03-187-6/+16
* nptl: Move pthread_setcanceltype into libcFlorian Weimer2021-03-183-3/+0
* nptl: Move pthread_setcancelstate into libcFlorian Weimer2021-03-183-3/+0
* nptl: Move pthread_exit into libcFlorian Weimer2021-03-183-3/+0
* nptl: Move __pthread_unwind_next into libcFlorian Weimer2021-03-187-3/+8
* nptl: Move pthread_once and __pthread_once into libcFlorian Weimer2021-03-187-6/+16
* nptl: Remove longjmp, siglongjmp from libpthreadFlorian Weimer2021-03-184-71/+0
* nptl: Move legacy cancelation handling into libc as compat symbolsFlorian Weimer2021-03-187-12/+16
* nptl: Move __pthread_cleanup_routine into libcFlorian Weimer2021-03-187-3/+8
* nptl: Move pthread_mutex_consistent into libcFlorian Weimer2021-03-187-6/+12
* nptl: Move system to libcAdhemerval Zanella2021-03-183-3/+0
* nptl: Move fcntl from libpthreadAdhemerval Zanella2021-03-183-6/+0
* nptl: Remove sendmsg from libpthreadAdhemerval Zanella2021-03-183-3/+0
* nptl: Remove recvmsg from libpthreadAdhemerval Zanella2021-03-183-3/+0
* nptl: Remove sigwait from libpthreadAdhemerval Zanella2021-03-183-3/+0
* nptl: Remove tcdrain from libpthreadAdhemerval Zanella2021-03-183-3/+0
* nptl: Remove pause from libpthreadAdhemerval Zanella2021-03-183-3/+0
* nptl: Remove msync from libpthreadAdhemerval Zanella2021-03-183-3/+0
* nptl: Remove fsync from libpthreadAdhemerval Zanella2021-03-183-3/+0
* nptl: Remove sendto from libpthreadAdhemerval Zanella2021-03-183-3/+0
* nptl: Remove recvfrom from libpthreadAdhemerval Zanella2021-03-183-3/+0
* nptl: Remove recv from libpthreadAdhemerval Zanella2021-03-183-3/+0
* nptl: Remove connect from libpthreadAdhemerval Zanella2021-03-183-6/+0
* nptl: Remove accept from libpthreadAdhemerval Zanella2021-03-183-3/+0
* nptl: Remove close from libpthreadAdhemerval Zanella2021-03-183-6/+0
* nptl: Remove read from libpthreadAdhemerval Zanella2021-03-183-6/+0
* nptl: Remove write from libpthreadAdhemerval Zanella2021-03-183-6/+0
* nptl: Move fork into libcAdhemerval Zanella2021-03-123-6/+0
* Reduce the statically linked startup code [BZ #23323]Florian Weimer2021-02-255-6/+11
* nptl: Move elision implementations into libcFlorian Weimer2021-02-2312-236/+8
* Update syscall lists for Linux 5.11.Joseph Myers2021-02-192-0/+2
* linux: Set default kernel_stat.h to LFSAdhemerval Zanella2021-02-111-22/+0
* linux: Fix STATFS_IS_STATFS64 definitionAdhemerval Zanella2021-02-111-1/+1
* Add more ptrace constants for AArch64 and PowerPC.Joseph Myers2021-02-081-0/+10
* powerpc64: Select POWER9 machine for the scv instructionFlorian Weimer2021-01-222-1/+7
* ldconfig/x86: Store ISA level in cache and aux cacheH.J. Lu2021-01-131-10/+12
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0294-94/+94
* powerpc: Use scv instruction on clone when availableMatheus Castanho2020-12-301-3/+30
* powerpc: Runtime selection between sc and scv for syscallsMatheus Castanho2020-12-304-31/+88
* Update syscall lists for Linux 5.10.Joseph Myers2020-12-162-0/+2
* linux: Consolidate brk implementationAdhemerval Zanella2020-12-103-96/+0
* Update syscall lists for Linux 5.9.Joseph Myers2020-10-232-0/+2
* y2038: linux: Provide __time64 implementationLukasz Majewski2020-10-191-1/+3
* y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski2020-10-152-3/+4
* Add missing stat/mknod symbol on libc.abilist some ABIsAdhemerval Zanella2020-10-131-0/+2
* linux: Move the struct stat{64} to struct_stat.hAdhemerval Zanella2020-10-091-41/+7
* Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella2020-10-095-5/+12