about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/powerpc
Commit message (Expand)AuthorAgeFilesLines
* nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer2020-02-203-3/+0
* nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer2020-02-203-3/+0
* y2038: linux: Provide __gettimeofday64 implementationLukasz Majewski2020-02-181-1/+3
* ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer2020-02-156-30/+0
* linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella2020-02-146-16/+11
* linux: Consolidate INLINE_SYSCALLAdhemerval Zanella2020-02-141-30/+0
* powerpc: Use Linux kABI for syscall returnAdhemerval Zanella2020-02-141-7/+5
* powerpc: Consolidate Linux syscall definitionAdhemerval Zanella2020-02-143-409/+209
* powerpc64: Add memory protection key support [BZ #23202]Florian Weimer2020-02-143-0/+145
* powerpc: Move cache line size to rtld_global_roTulio Magno Quites Machado Filho2020-01-173-18/+14
* powerpc: Initialize rtld_global_ro for static dlopen [BZ #20802]Tulio Magno Quites Machado Filho2020-01-171-2/+11
* linux: Add support for clock_getres64 vDSOAdhemerval Zanella2020-01-031-1/+2
* linux: Add support for clock_gettime64 vDSOAdhemerval Zanella2020-01-031-0/+4
* elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella2020-01-034-64/+2
* linux: Consolidate time implementationAdhemerval Zanella2020-01-031-30/+2
* linux: Consolidate Linux gettimeofdayAdhemerval Zanella2020-01-031-33/+2
* linux: Fix vDSO macros build with time64 interfacesAdhemerval Zanella2020-01-032-8/+0
* Linux: Add tables with system call numbersFlorian Weimer2020-01-022-0/+808
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0194-94/+94
* nptl: Move waitpid implementation to libcAdhemerval Zanella2019-12-193-3/+0
* nptl: Move wait implementation to libcAdhemerval Zanella2019-12-193-6/+0
* nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella2019-12-091-0/+1
* nptl: Move nanosleep implementation to libcAdhemerval Zanella2019-11-063-6/+0
* nptl: Add pthread_clockjoin_npMike Crowe2019-11-013-0/+3
* Make second argument of gettimeofday as 'void *'Zack Weinberg2019-10-301-2/+2
* Use clock_gettime to implement gettimeofday.Adhemerval Zanella2019-10-301-50/+19
* Change most internal uses of time to __clock_gettime.Adhemerval Zanella2019-10-301-51/+20
* Use clock_gettime to implement time.Adhemerval Zanella2019-10-301-1/+1
* Update sysvipc kernel-features.h files for Linux 5.1Adhemerval Zanella2019-10-181-3/+5
* ipc: Refactor sysvipc internal definitionsAdhemerval Zanella2019-10-172-24/+4
* Add PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h.Joseph Myers2019-10-141-1/+10
* sysvipc: Set ipc_perm mode as mode_t (BZ#18231)Adhemerval Zanella2019-10-101-21/+3
* nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer2019-10-073-3/+0
* nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer2019-10-073-3/+0
* nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer2019-10-043-3/+0
* Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis2019-10-011-1/+1
* Update bits/mman.h constants and tst-mman-consts.py for Linux 5.3.Joseph Myers2019-09-301-0/+2
* powerpc: Simplify vsyscall internal macrosAdhemerval Zanella2019-09-174-54/+31
* Refactor vDSO initialization codeAdhemerval Zanella2019-09-175-54/+30
* Remove PREPARE_VERSION and PREPARE_VERSION_KNOWAdhemerval Zanella2019-09-176-30/+40
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0794-94/+94
* Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg2019-09-045-10/+15
* nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer2019-08-303-3/+0
* nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer2019-08-283-3/+0
* Refactor sigcontextinfo.hAdhemerval Zanella2019-08-232-4/+14
* powerpc: Fix typos and field name in commentsGustavo Romero2019-08-221-4/+4
* nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer2019-08-163-3/+0
* nptl: Move pthread_attr_init implementation into libcFlorian Weimer2019-08-153-4/+0
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-154-0/+52