aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/powerpc
AgeCommit message (Expand)AuthorFilesLines
2020-08-07Update syscall lists for Linux 5.8.Joseph Myers2-0/+2
2020-07-16Linux: Remove rseq supportFlorian Weimer5-41/+0
2020-07-10powerpc64: Fix calls when r2 is not used [BZ #26173]Tulio Magno Quites Machado Filho1-1/+1
2020-07-09sysv: linux: Add 64-bit time_t variant for shmctlAdhemerval Zanella2-3/+21
2020-07-09sysvipc: Remove the linux shm-pad.h fileAdhemerval Zanella2-28/+46
2020-07-09sysv: linux: Add 64-bit time_t variant for msgctlAdhemerval Zanella2-3/+21
2020-07-09sysvipc: Remove the linux msq-pad.h fileAdhemerval Zanella2-26/+47
2020-07-09sysv: linux: Add 64-bit time_t variant for semctlAdhemerval Zanella2-2/+14
2020-07-07string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella4-0/+8
2020-07-07string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella4-0/+8
2020-07-06Add the __libc_single_threaded variableFlorian Weimer4-0/+4
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers5-0/+41
2020-06-19New exp10f version without SVID compat wrapperAdhemerval Zanella4-0/+4
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer4-0/+8
2020-05-20nptl: Move pthread_gettattr_np into libcFlorian Weimer7-3/+9
2020-05-20nptl: Move pthread_getaffinity_np into libcFlorian Weimer7-5/+11
2020-05-20nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer7-5/+11
2020-05-11POWER: Add context-synchronizing instructions to pkey_write [BZ #25954]Florian Weimer1-1/+1
2020-05-06semaphore: consolidate arch headers into a generic oneVineet Gupta1-40/+0
2020-04-30powerpc: Rename argN to _argN in LOADARGS_N [BZ #25902]H.J. Lu1-12/+12
2020-04-30powerpc64le: Enable support for IEEE long doubleGabriel F. T. Gomes3-0/+218
2020-04-29semctl: Remove the sem-pad.h fileAlistair Francis2-26/+39
2020-04-21nptl: Move pthread_sigmask implementation to libcAdhemerval Zanella7-3/+8
2020-04-15Linux: Remove <sys/sysctl.h> and the sysctl functionFlorian Weimer1-0/+29
2020-04-03Update syscall lists for Linux 5.6.Joseph Myers2-0/+4
2020-02-20nptl: Move pthread_setschedparam implementation into libcFlorian Weimer3-3/+0
2020-02-20nptl: Move pthread_getschedparam implementation into libcFlorian Weimer3-3/+0
2020-02-20nptl: Move pthread_cond_init implementation into libcFlorian Weimer3-5/+0
2020-02-20nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer3-5/+0
2020-02-20nptl: Move pthread_condattr_init implementation into libcFlorian Weimer3-3/+0
2020-02-20nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer3-3/+0
2020-02-20nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer3-3/+0
2020-02-20nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer3-3/+0
2020-02-20nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer3-3/+0
2020-02-20nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer3-3/+0
2020-02-18y2038: linux: Provide __gettimeofday64 implementationLukasz Majewski1-1/+3
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer6-30/+0
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella6-16/+11
2020-02-14linux: Consolidate INLINE_SYSCALLAdhemerval Zanella1-30/+0
2020-02-14powerpc: Use Linux kABI for syscall returnAdhemerval Zanella1-7/+5
2020-02-14powerpc: Consolidate Linux syscall definitionAdhemerval Zanella3-409/+209
2020-02-14powerpc64: Add memory protection key support [BZ #23202]Florian Weimer3-0/+145
2020-01-17powerpc: Move cache line size to rtld_global_roTulio Magno Quites Machado Filho3-18/+14
2020-01-17powerpc: Initialize rtld_global_ro for static dlopen [BZ #20802]Tulio Magno Quites Machado Filho1-2/+11
2020-01-03linux: Add support for clock_getres64 vDSOAdhemerval Zanella1-1/+2
2020-01-03linux: Add support for clock_gettime64 vDSOAdhemerval Zanella1-0/+4
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella4-64/+2
2020-01-03linux: Consolidate time implementationAdhemerval Zanella1-30/+2
2020-01-03linux: Consolidate Linux gettimeofdayAdhemerval Zanella1-33/+2
2020-01-03linux: Fix vDSO macros build with time64 interfacesAdhemerval Zanella2-8/+0