about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/sparc
Commit message (Expand)AuthorAgeFilesLines
* y2038: Define __suseconds64_t type to be used with struct __timeval64Lukasz Majewski2020-02-071-0/+1
* linux: Add support for clock_gettime64 vDSOAdhemerval Zanella2020-01-031-1/+5
* elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella2020-01-031-4/+0
* Linux: Remove pread/pread64, pwrite/pwrite64 kludges from <sysdep.h>Florian Weimer2020-01-021-10/+0
* Linux: Use system call tables during buildFlorian Weimer2020-01-022-2/+0
* Linux: Add tables with system call numbersFlorian Weimer2020-01-022-0/+775
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0185-85/+85
* Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho2019-12-272-0/+2
* linux: Consolidate sigprocmaskAdhemerval Zanella2019-12-271-34/+0
* nptl: Move waitpid implementation to libcAdhemerval Zanella2019-12-192-2/+0
* nptl: Move wait implementation to libcAdhemerval Zanella2019-12-192-4/+0
* nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella2019-12-092-1/+2
* sparc: Use atomic compiler builtins on sparcAdhemerval Zanella2019-11-271-130/+0
* nptl: Add missing placeholder abi symbol from nanosleep moveAdhemerval Zanella2019-11-071-0/+1
* nptl: Move nanosleep implementation to libcAdhemerval Zanella2019-11-062-4/+0
* nptl: Add pthread_clockjoin_npMike Crowe2019-11-012-0/+2
* nptl: Replace non cancellable pause/nanosleep with futexAdhemerval Zanella2019-10-311-2/+20
* Define __STATFS_MATCHES_STATFS64Alistair Francis2019-10-241-0/+5
* Update sysvipc kernel-features.h files for Linux 5.1Adhemerval Zanella2019-10-181-4/+6
* ipc: Refactor sysvipc internal definitionsAdhemerval Zanella2019-10-172-14/+8
* Add PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h.Joseph Myers2019-10-141-1/+5
* sysvipc: Set ipc_perm mode as mode_t (BZ#18231)Adhemerval Zanella2019-10-101-28/+3
* nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer2019-10-072-2/+0
* nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer2019-10-072-2/+0
* nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer2019-10-042-2/+0
* Update bits/mman.h constants and tst-mman-consts.py for Linux 5.3.Joseph Myers2019-09-301-0/+2
* sparc64: Use linux generic time implementationAdhemerval Zanella2019-09-171-1/+0
* Refactor vDSO initialization codeAdhemerval Zanella2019-09-173-73/+2
* Remove PREPARE_VERSION and PREPARE_VERSION_KNOWAdhemerval Zanella2019-09-172-4/+5
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0789-89/+89
* Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg2019-09-044-10/+10
* nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer2019-08-302-2/+0
* nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer2019-08-282-2/+0
* linux: Make profil_counter a compat_symbol (BZ#17726)Adhemerval Zanella2019-08-231-1/+4
* Refactor sigcontextinfo.hAdhemerval Zanella2019-08-236-62/+140
* nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer2019-08-162-2/+0
* nptl: Move pthread_attr_init implementation into libcFlorian Weimer2019-08-152-3/+0
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-152-0/+32
* nptl: Remove pthread_self compatibility symbol from libpthreadFlorian Weimer2019-08-152-2/+0
* nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer2019-08-152-2/+0
* nptl: Move pthread_equal implementation into libcFlorian Weimer2019-08-152-2/+0
* linux: Enable vDSO for static linking as default (BZ#19767)Adhemerval Zanella2019-08-051-3/+0
* sparc: Enable VDSO for static linkingAdhemerval Zanella2019-08-053-10/+7
* 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-122-0/+2
* nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe2019-07-121-5/+6
* nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe2019-07-122-0/+4
* nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe2019-07-122-0/+2
* nptl: Add POSIX-proposed sem_clockwaitMike Crowe2019-07-122-0/+2
* nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188]Florian Weimer2019-07-023-5/+1