aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/sparc
AgeCommit message (Expand)AuthorFilesLines
2020-04-03Update syscall lists for Linux 5.6.Joseph Myers2-0/+4
2020-04-02sysv: Define __KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64Alistair Francis1-0/+6
2020-03-06sparc: Move sigreturn stub to assemblyAdhemerval Zanella5-38/+73
2020-02-20nptl: Move pthread_setschedparam implementation into libcFlorian Weimer2-2/+0
2020-02-20nptl: Move pthread_getschedparam implementation into libcFlorian Weimer2-2/+0
2020-02-20nptl: Move pthread_cond_init implementation into libcFlorian Weimer2-4/+0
2020-02-20nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer2-4/+0
2020-02-20nptl: Move pthread_condattr_init implementation into libcFlorian Weimer2-2/+0
2020-02-20nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer2-2/+0
2020-02-20nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer2-2/+0
2020-02-20nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer2-2/+0
2020-02-20nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer2-2/+0
2020-02-20nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer2-2/+0
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer4-20/+0
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella1-11/+11
2020-02-14linux: Consolidate INLINE_SYSCALLAdhemerval Zanella2-24/+1
2020-02-14sparc: Avoid clobbering register parameters in syscallAdhemerval Zanella1-27/+53
2020-02-14sparc: Use Linux kABI for syscall returnAdhemerval Zanella3-48/+38
2020-02-13Use gcc -finput-charset=ascii for check-installed-headers.Stefan Liebler1-1/+1
2020-02-07y2038: Define __suseconds64_t type to be used with struct __timeval64Lukasz Majewski1-0/+1
2020-01-03linux: Add support for clock_gettime64 vDSOAdhemerval Zanella1-1/+5
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella1-4/+0
2020-01-02Linux: Remove pread/pread64, pwrite/pwrite64 kludges from <sysdep.h>Florian Weimer1-10/+0
2020-01-02Linux: Use system call tables during buildFlorian Weimer2-2/+0
2020-01-02Linux: Add tables with system call numbersFlorian Weimer2-0/+775
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers85-85/+85
2019-12-27Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho2-0/+2
2019-12-27linux: Consolidate sigprocmaskAdhemerval Zanella1-34/+0
2019-12-19nptl: Move waitpid implementation to libcAdhemerval Zanella2-2/+0
2019-12-19nptl: Move wait implementation to libcAdhemerval Zanella2-4/+0
2019-12-09nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella2-1/+2
2019-11-27sparc: Use atomic compiler builtins on sparcAdhemerval Zanella1-130/+0
2019-11-07nptl: Add missing placeholder abi symbol from nanosleep moveAdhemerval Zanella1-0/+1
2019-11-06nptl: Move nanosleep implementation to libcAdhemerval Zanella2-4/+0
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe2-0/+2
2019-10-31nptl: Replace non cancellable pause/nanosleep with futexAdhemerval Zanella1-2/+20
2019-10-24Define __STATFS_MATCHES_STATFS64Alistair Francis1-0/+5
2019-10-18Update sysvipc kernel-features.h files for Linux 5.1Adhemerval Zanella1-4/+6
2019-10-17ipc: Refactor sysvipc internal definitionsAdhemerval Zanella2-14/+8
2019-10-14Add PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h.Joseph Myers1-1/+5
2019-10-10sysvipc: Set ipc_perm mode as mode_t (BZ#18231)Adhemerval Zanella1-28/+3
2019-10-07nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer2-2/+0
2019-10-07nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer2-2/+0
2019-10-04nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer2-2/+0
2019-09-30Update bits/mman.h constants and tst-mman-consts.py for Linux 5.3.Joseph Myers1-0/+2
2019-09-17sparc64: Use linux generic time implementationAdhemerval Zanella1-1/+0
2019-09-17Refactor vDSO initialization codeAdhemerval Zanella3-73/+2
2019-09-17Remove PREPARE_VERSION and PREPARE_VERSION_KNOWAdhemerval Zanella2-4/+5
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert89-89/+89
2019-09-04Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg4-10/+10