aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/alpha
AgeCommit message (Expand)AuthorFilesLines
2019-12-09nptl: Add more 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-30Use clock_gettime to implement gettimeofday.Adhemerval Zanella3-3/+36
2019-10-30Use clock_settime to implement settimeofday.Zack Weinberg4-3/+40
2019-10-30Linux/Alpha: don't use timeval32 system calls.Zack Weinberg13-96/+575
2019-10-24Define __STATFS_MATCHES_STATFS64Alistair Francis1-0/+3
2019-10-17ipc: Refactor sysvipc internal definitionsAdhemerval Zanella2-14/+6
2019-10-10sysvipc: Set ipc_perm mode as mode_t (BZ#18231)Adhemerval Zanella1-54/+0
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-14alpha: force old OSF1 syscalls for getegid, geteuid and getppid [BZ #24986]Aurelien Jarno3-0/+78
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert76-76/+76
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 Zanella2-102/+196
2019-08-16nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer1-1/+0
2019-08-15nptl: Move pthread_attr_init implementation into libcFlorian Weimer1-2/+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-24Linux: 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