aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/sparc/sparc64
AgeCommit message (Expand)AuthorFilesLines
2020-04-21nptl: Move pthread_sigmask implementation to libcAdhemerval Zanella2-1/+2
2020-04-03Update syscall lists for Linux 5.6.Joseph Myers1-0/+2
2020-03-06sparc: Move sigreturn stub to assemblyAdhemerval Zanella2-12/+31
2020-02-20nptl: Move pthread_setschedparam implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_getschedparam implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_cond_init implementation into libcFlorian Weimer1-2/+0
2020-02-20nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer1-2/+0
2020-02-20nptl: Move pthread_condattr_init implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer1-1/+0
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer2-10/+0
2020-02-14linux: Consolidate INLINE_SYSCALLAdhemerval Zanella1-2/+1
2020-02-14sparc: Use Linux kABI for syscall returnAdhemerval Zanella1-2/+1
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 Weimer1-1/+0
2020-01-02Linux: Add tables with system call numbersFlorian Weimer1-0/+369
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers24-24/+24
2019-12-27Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho1-0/+1
2019-12-27linux: Consolidate sigprocmaskAdhemerval Zanella1-34/+0
2019-12-19nptl: Move waitpid implementation to libcAdhemerval Zanella1-1/+0
2019-12-19nptl: Move wait implementation to libcAdhemerval Zanella1-2/+0
2019-12-09nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella1-1/+1
2019-11-07nptl: Add missing placeholder abi symbol from nanosleep moveAdhemerval Zanella1-0/+1
2019-11-06nptl: Move nanosleep implementation to libcAdhemerval Zanella1-2/+0
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe1-0/+1
2019-10-17ipc: Refactor sysvipc internal definitionsAdhemerval Zanella1-14/+5
2019-10-07nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer1-1/+0
2019-10-07nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer1-1/+0
2019-10-04nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer1-1/+0
2019-09-17sparc64: Use linux generic time implementationAdhemerval Zanella1-1/+0
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert25-25/+25
2019-09-04Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg2-5/+5
2019-08-30nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer1-1/+0
2019-08-28nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer1-1/+0
2019-08-23Refactor sigcontextinfo.hAdhemerval Zanella3-42/+70
2019-08-16nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer1-1/+0
2019-08-15nptl: Move pthread_attr_init implementation into libcFlorian Weimer1-1/+0
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers1-0/+16
2019-08-15nptl: Remove pthread_self compatibility symbol from libpthreadFlorian Weimer1-1/+0
2019-08-15nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer1-1/+0
2019-08-15nptl: Move pthread_equal implementation into libcFlorian Weimer1-1/+0
2019-07-12nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe1-0/+1
2019-07-12nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe1-0/+2
2019-07-12nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe1-0/+1
2019-07-12nptl: Add POSIX-proposed sem_clockwaitMike Crowe1-0/+1
2019-07-02nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188]Florian Weimer1-2/+0
2019-06-07Linux: Add getdents64 system callFlorian Weimer1-0/+1