aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/alpha
AgeCommit message (Expand)AuthorFilesLines
2019-07-21Linux: Use in-tree copy of SO_ constants for !__USE_MISC [BZ #24532]Florian Weimer1-0/+38
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 Weimer2-45/+1
2019-06-28io: Remove copy_file_range emulation [BZ #24744]Florian Weimer1-1/+0
2019-06-07Linux: Add getdents64 system callFlorian Weimer1-0/+1
2019-05-16Update kernel-features.h files for Linux 5.1.Joseph Myers1-3/+5
2019-05-14Linux: Add the tgkill functionFlorian Weimer1-0/+1
2019-05-02misc: Add twalk_r functionFlorian Weimer1-0/+1
2019-04-01alpha: Do not redefine __NR_shmat or __NR_osf_shmatRichard Henderson2-3/+7
2019-03-07Break lines before not after operators, batch 4.Joseph Myers1-3/+3
2019-03-01ldbl-opt: Add error and error_at_line (bug 23984)Gabriel F. T. Gomes1-0/+2
2019-03-01ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984)Gabriel F. T. Gomes1-0/+8
2019-03-01ldbl-opt: Add argp_error and argp_failure (bug 23983)Gabriel F. T. Gomes1-0/+2
2019-02-28Add more spaces before '('.Joseph Myers1-2/+2
2019-02-26Break further lines before not after operators.Joseph Myers1-6/+7
2019-02-08Linux: Add gettid system call wrapper [BZ #6399]Florian Weimer1-0/+1
2019-01-03termios: Consolidate termios.hAdhemerval Zanella1-69/+0
2019-01-03termios: Remove Linux _IOT_termiosAdhemerval Zanella1-3/+0
2019-01-03termios: Consolidate tcflow symbolic constantsAdhemerval Zanella1-5/+1
2019-01-03termios: Consolidate local mode definitionsAdhemerval Zanella2-21/+43
2019-01-03termios: Consolidate control mode definitionsAdhemerval Zanella2-13/+36
2019-01-03termios: Consolidate Baud Rate Selection definitions (BZ#23783)Adhemerval Zanella2-25/+47
2019-01-03termios: Consolidate Output Modes definitionsAdhemerval Zanella2-45/+67
2019-01-03termios: Consolidate Input Modes definitions.Adhemerval Zanella2-17/+39
2019-01-03termios: Consolidate termios c_cc symbolic constantsAdhemerval Zanella2-19/+41
2019-01-03termios: Consolidate struct termiosAdhemerval Zanella2-14/+38
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers70-70/+70
2018-12-18alpha: Use Linux generic sigaction implementationAdhemerval Zanella5-109/+14
2018-12-18Remove __ASSUME_ST_INO_64_BIT.Joseph Myers1-3/+0
2018-12-07Add getcpuH.J. Lu1-0/+1
2018-12-07posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer1-0/+1
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy1-0/+1
2018-11-21Remove the error handling wrapper from log2Szabolcs Nagy1-0/+1
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy1-0/+1
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy1-0/+2
2018-11-06posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]Florian Weimer1-0/+1
2018-10-10Use common bits/shm.h for more architectures.Joseph Myers1-101/+0
2018-10-10Use common bits/sem.h for more architectures.Joseph Myers1-85/+0
2018-10-10Use common bits/msq.h for more architectures.Joseph Myers1-75/+0
2018-09-25Complete sys/procfs.h unification.Joseph Myers3-127/+63
2018-07-24alpha: mlock2, copy_file_range syscalls were introduced in kernel 4.13Florian Weimer1-1/+3
2018-07-24nptl: Add abilist symbols for C11 threadsAdhemerval Zanella2-0/+25
2018-07-10Add the statx functionFlorian Weimer2-0/+6
2018-07-05Add renameat2 function [BZ #17662]Florian Weimer2-0/+6
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella1-0/+1
2018-06-18Add SHM_STAT_ANY from Linux 4.17 to bits/shm.h.Joseph Myers1-0/+1
2018-06-18Add SEM_STAT_ANY from Linux 4.17 to bits/sem.h.Joseph Myers1-0/+1