aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/powerpc
AgeCommit message (Expand)Author
2020-02-14powerpc: Consolidate Linux syscall definitionAdhemerval Zanella
2020-02-14powerpc64: Add memory protection key support [BZ #23202]Florian Weimer
2020-01-17powerpc: Move cache line size to rtld_global_roTulio Magno Quites Machado Filho
2020-01-17powerpc: Initialize rtld_global_ro for static dlopen [BZ #20802]Tulio Magno Quites Machado Filho
2020-01-03linux: Add support for clock_getres64 vDSOAdhemerval Zanella
2020-01-03linux: Add support for clock_gettime64 vDSOAdhemerval Zanella
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella
2020-01-03linux: Consolidate time implementationAdhemerval Zanella
2020-01-03linux: Consolidate Linux gettimeofdayAdhemerval Zanella
2020-01-03linux: Fix vDSO macros build with time64 interfacesAdhemerval Zanella
2020-01-02Linux: Add tables with system call numbersFlorian Weimer
2020-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-19nptl: Move waitpid implementation to libcAdhemerval Zanella
2019-12-19nptl: Move wait implementation to libcAdhemerval Zanella
2019-12-09nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella
2019-11-06nptl: Move nanosleep implementation to libcAdhemerval Zanella
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe
2019-10-30Make second argument of gettimeofday as 'void *'Zack Weinberg
2019-10-30Use clock_gettime to implement gettimeofday.Adhemerval Zanella
2019-10-30Change most internal uses of time to __clock_gettime.Adhemerval Zanella
2019-10-30Use clock_gettime to implement time.Adhemerval Zanella
2019-10-18Update sysvipc kernel-features.h files for Linux 5.1Adhemerval Zanella
2019-10-17ipc: Refactor sysvipc internal definitionsAdhemerval Zanella
2019-10-14Add PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h.Joseph Myers
2019-10-10sysvipc: Set ipc_perm mode as mode_t (BZ#18231)Adhemerval Zanella
2019-10-07nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer
2019-10-07nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer
2019-10-04nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis
2019-09-30Update bits/mman.h constants and tst-mman-consts.py for Linux 5.3.Joseph Myers
2019-09-17powerpc: Simplify vsyscall internal macrosAdhemerval Zanella
2019-09-17Refactor vDSO initialization codeAdhemerval Zanella
2019-09-17Remove PREPARE_VERSION and PREPARE_VERSION_KNOWAdhemerval Zanella
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-09-04Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg
2019-08-30nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer
2019-08-28nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer
2019-08-23Refactor sigcontextinfo.hAdhemerval Zanella
2019-08-22powerpc: Fix typos and field name in commentsGustavo Romero
2019-08-16nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer
2019-08-15nptl: Move pthread_attr_init implementation into libcFlorian Weimer
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers
2019-08-15nptl: Remove pthread_self compatibility symbol from libpthreadFlorian Weimer
2019-08-15nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer
2019-08-15nptl: Move pthread_equal implementation into libcFlorian Weimer
2019-08-05linux: Enable vDSO for static linking as default (BZ#19767)Adhemerval Zanella
2019-07-30Restore r31 setting in powerpc32 swapcontext.Joseph Myers
2019-07-24Linux: Use in-tree copy of SO_ constants for !__USE_MISC [BZ #24532]Florian Weimer
2019-07-12nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe