aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/powerpc
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-02Linux: Add tables with system call numbersFlorian Weimer2-0/+808
2020-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers94-94/+94
2019-12-19nptl: Move waitpid implementation to libcAdhemerval Zanella3-3/+0
2019-12-19nptl: Move wait implementation to libcAdhemerval Zanella3-6/+0
2019-12-09nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella1-0/+1
2019-11-06nptl: Move nanosleep implementation to libcAdhemerval Zanella3-6/+0
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe3-0/+3
2019-10-30Make second argument of gettimeofday as 'void *'Zack Weinberg1-2/+2
2019-10-30Use clock_gettime to implement gettimeofday.Adhemerval Zanella1-50/+19
2019-10-30Change most internal uses of time to __clock_gettime.Adhemerval Zanella1-51/+20
2019-10-30Use clock_gettime to implement time.Adhemerval Zanella1-1/+1
2019-10-18Update sysvipc kernel-features.h files for Linux 5.1Adhemerval Zanella1-3/+5