about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* nptl: Remove pthread_self compatibility symbol from libpthreadFlorian Weimer2019-08-153-3/+0
* nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer2019-08-153-3/+0
* nptl: Move pthread_equal implementation into libcFlorian Weimer2019-08-153-3/+0
* linux: Enable vDSO for static linking as default (BZ#19767)Adhemerval Zanella2019-08-052-6/+0
* Restore r31 setting in powerpc32 swapcontext.Joseph Myers2019-07-301-0/+3
* Linux: Use in-tree copy of SO_ constants for !__USE_MISC [BZ #24532]Florian Weimer2019-07-241-0/+38
* nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe2019-07-123-0/+3
* nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe2019-07-122-7/+8
* nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe2019-07-123-0/+6