aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/alpha
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer2-10/+0
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella5-27/+23
2020-02-14linux: Consolidate INLINE_SYSCALLAdhemerval Zanella2-26/+2
2020-02-14alpha: Refactor syscall and Use Linux kABI for syscall returnAdhemerval Zanella2-13/+348
2020-02-13Use gcc -finput-charset=ascii for check-installed-headers.Stefan Liebler1-1/+1
2020-02-13alpha: Fix static gettimeofday symbolAdhemerval Zanella1-5/+2
2020-02-12alpha: Use generic gettimeofday implementationAdhemerval Zanella2-2/+8
2020-02-07y2038: alpha: Rename valid_timeval64_to_timeval to valid_timeval_to_timeval32Lukasz Majewski4-9/+9
2020-02-07y2038: alpha: Rename valid_timeval_to_timeval64 to valid_timeval32_to_timevalLukasz Majewski4-7/+7
2020-02-07y2038: Define __suseconds64_t type to be used with struct __timeval64Lukasz Majewski1-0/+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 Weimer2-30/+0
2020-01-02Linux: Add tables with system call numbersFlorian Weimer1-0/+469
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers90-90/+90
2019-12-30alpha: Set wait4 as cancellation entrypointAdhemerval Zanella2-1/+26
2019-12-27linux: Consolidate sigprocmaskAdhemerval Zanella1-58/+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-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