aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/riscv
AgeCommit message (Expand)Author
2019-11-06nptl: Move nanosleep implementation to libcAdhemerval Zanella
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe
2019-10-17ipc: Refactor sysvipc internal definitionsAdhemerval Zanella
2019-10-07nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer
2019-10-07riscv: Remove support for variable page sizesFlorian Weimer
2019-10-07nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer
2019-10-04nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer
2019-09-18Fix RISC-V vfork build with Linux 5.3 kernel headers.Joseph Myers
2019-09-17Refactor vDSO initialization codeAdhemerval Zanella
2019-09-17Remove PREPARE_VERSION and PREPARE_VERSION_KNOWAdhemerval Zanella
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-30nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer
2019-08-28nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer
2019-08-23Refactor sigcontextinfo.hAdhemerval Zanella
2019-08-16nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer
2019-08-15nptl: Move pthread_attr_init implementation into libcFlorian Weimer
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers
2019-08-15nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer
2019-08-15nptl: Move pthread_equal implementation into libcFlorian Weimer
2019-08-05linux: Enable vDSO for static linking as default (BZ#19767)Adhemerval Zanella
2019-08-05riscv: Enable VDSO for static linkingAdhemerval Zanella
2019-07-12nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe
2019-07-12nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe
2019-07-12nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe
2019-07-12nptl: Add POSIX-proposed sem_clockwaitMike Crowe
2019-07-02nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188]Florian Weimer
2019-06-07Linux: Add getdents64 system callFlorian Weimer
2019-06-06riscv: Do not use __has_include__Florian Weimer
2019-05-14Linux: Add the tgkill functionFlorian Weimer
2019-05-02misc: Add twalk_r functionFlorian Weimer
2019-03-30RISC-V: Fix `test' operand error with soft-float ABI being configuredMaciej W. Rozycki
2019-02-13RISC-V: Fix elfutils testsuite unwind failures.Jim Wilson
2019-02-08Linux: Add gettid system call wrapper [BZ #6399]Florian Weimer
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-31riscv: Use __has_include__ to include <asm/syscalls.h> [BZ #24022]H.J. Lu
2018-12-07Add getcpuH.J. Lu
2018-12-07posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer
2018-11-07RISC-V: don't assume PI mutexes and robust futexes before 4.20 (bug 23864)Andreas Schwab
2018-11-06posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]Florian Weimer
2018-10-23Don't use PSEUDO_END for non-PSEUDO functionAndreas Schwab
2018-09-25Unify some sys/procfs.h headers.Joseph Myers
2018-09-18Unify many bits/mman.h headers.Joseph Myers
2018-09-14Fix sys/procfs.h pr_uid, pr_gid type (bug 23649).Joseph Myers
2018-07-24nptl: Add abilist symbols for C11 threadsAdhemerval Zanella
2018-07-10Add the statx functionFlorian Weimer
2018-07-05Add renameat2 function [BZ #17662]Florian Weimer
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella
2018-06-05Add MAP_FIXED_NOREPLACE from Linux 4.17 to bits/mman.h.Joseph Myers
2018-05-17Add narrowing divide functions.Joseph Myers
2018-05-16Add narrowing multiply functions.Joseph Myers