aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/alpha
AgeCommit message (Expand)AuthorFilesLines
2021-01-05alpha: Provide wait4 for static library [BZ #27150]Adhemerval Zanella1-0/+2
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert89-89/+89
2020-12-21alpha: Remove anonymous union in struct stat [BZ #27042]Matt Turner3-63/+66
2020-12-16Update syscall lists for Linux 5.10.Joseph Myers1-0/+1
2020-12-10linux: Consolidate brk implementationAdhemerval Zanella3-84/+38
2020-12-02Revert "linux: Move {f}xstat{at} to compat symbols"Adhemerval Zanella4-41/+4
2020-10-23Update syscall lists for Linux 5.9.Joseph Myers1-0/+1
2020-10-09linux: Move {f}xstat{at} to compat symbolsAdhemerval Zanella4-4/+41
2020-10-09linux: Disentangle fstatat from fxstatatAdhemerval Zanella4-12/+0
2020-10-09linux: Move the struct stat{64} to struct_stat.hAdhemerval Zanella1-37/+6
2020-10-09Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella3-4/+7
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella3-9/+17
2020-09-17Update mallinfo2 ABI, and testDJ Delorie1-0/+1
2020-09-11linux: Consolidate fxstatat{64}Adhemerval Zanella3-53/+36
2020-09-11linux: Consolidate fxstat{64}Adhemerval Zanella1-29/+19
2020-09-11linux: Consolidate lxstat{64}Adhemerval Zanella1-28/+20
2020-09-11linux: Consolidate xstat{64}Adhemerval Zanella1-28/+20
2020-09-11linux: Define STAT64_IS_KERNEL_STAT64Adhemerval Zanella1-0/+1
2020-09-11linux: Always define STAT_IS_KERNEL_STATAdhemerval Zanella1-0/+1
2020-08-07Update syscall lists for Linux 5.8.Joseph Myers1-0/+1
2020-07-16Linux: Remove rseq supportFlorian Weimer1-1/+0
2020-07-07string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella1-0/+2
2020-07-07string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella1-0/+2
2020-07-07signal: Move sys_errlist to a compat symbolAdhemerval Zanella2-12/+43
2020-07-07signal: Add signum-{generic,arch}.hAdhemerval Zanella2-40/+67
2020-07-06Add the __libc_single_threaded variableFlorian Weimer1-0/+1
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers1-0/+1
2020-06-19New exp10f version without SVID compat wrapperAdhemerval Zanella1-0/+1
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer1-0/+2
2020-05-20nptl: Move pthread_gettattr_np into libcFlorian Weimer2-1/+3
2020-05-20nptl: Move pthread_getaffinity_np into libcFlorian Weimer2-2/+3
2020-05-20nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer2-2/+3
2020-05-20y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski1-2/+2
2020-05-06semaphore: consolidate arch headers into a generic oneVineet Gupta1-33/+0
2020-04-21nptl: Move pthread_sigmask implementation to libcAdhemerval Zanella3-4/+5
2020-04-03Update syscall lists for Linux 5.6.Joseph Myers1-0/+2
2020-04-02sysv/alpha: Use generic __timeval32 and helpersAlistair Francis9-162/+41
2020-04-02sysv: Define __KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64Alistair Francis1-0/+3
2020-03-27sysv/linux: Rename alpha functions to be alpha specificAlistair Francis9-32/+32
2020-03-03Linux: pciconfig_iobase syscall number is always available on alphaFlorian Weimer1-2/+0
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