about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/alpha
Commit message (Expand)AuthorAgeFilesLines
* nptl: Move pthread_getaffinity_np into libcFlorian Weimer2020-05-202-2/+3
* nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer2020-05-202-2/+3
* y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski2020-05-201-2/+2
* semaphore: consolidate arch headers into a generic oneVineet Gupta2020-05-061-33/+0
* nptl: Move pthread_sigmask implementation to libcAdhemerval Zanella2020-04-213-4/+5
* Update syscall lists for Linux 5.6.Joseph Myers2020-04-031-0/+2
* sysv/alpha: Use generic __timeval32 and helpersAlistair Francis2020-04-029-162/+41
* sysv: Define __KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64Alistair Francis2020-04-021-0/+3
* sysv/linux: Rename alpha functions to be alpha specificAlistair Francis2020-03-279-32/+32
* Linux: pciconfig_iobase syscall number is always available on alphaFlorian Weimer2020-03-031-2/+0
* nptl: Move pthread_setschedparam implementation into libcFlorian Weimer2020-02-201-1/+0
* nptl: Move pthread_getschedparam implementation into libcFlorian Weimer2020-02-201-1/+0
* nptl: Move pthread_cond_init implementation into libcFlorian Weimer2020-02-201-2/+0
* nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer2020-02-201-2/+0
* nptl: Move pthread_condattr_init implementation into libcFlorian Weimer2020-02-201-1/+0
* nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer2020-02-201-1/+0
* nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer2020-02-201-1/+0
* nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer2020-02-201-1/+0
* nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer2020-02-201-1/+0
* nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer2020-02-201-1/+0
* ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer2020-02-152-10/+0
* linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella2020-02-145-27/+23
* linux: Consolidate INLINE_SYSCALLAdhemerval Zanella2020-02-142-26/+2
* alpha: Refactor syscall and Use Linux kABI for syscall returnAdhemerval Zanella2020-02-142-13/+348
* Use gcc -finput-charset=ascii for check-installed-headers.Stefan Liebler2020-02-131-1/+1
* alpha: Fix static gettimeofday symbolAdhemerval Zanella2020-02-131-5/+2
* alpha: Use generic gettimeofday implementationAdhemerval Zanella2020-02-122-2/+8
* y2038: alpha: Rename valid_timeval64_to_timeval to valid_timeval_to_timeval32Lukasz Majewski2020-02-074-9/+9
* y2038: alpha: Rename valid_timeval_to_timeval64 to valid_timeval32_to_timevalLukasz Majewski2020-02-074-7/+7
* y2038: Define __suseconds64_t type to be used with struct __timeval64Lukasz Majewski2020-02-071-0/+1
* Linux: Remove pread/pread64, pwrite/pwrite64 kludges from <sysdep.h>Florian Weimer2020-01-021-10/+0
* Linux: Use system call tables during buildFlorian Weimer2020-01-022-30/+0
* Linux: Add tables with system call numbersFlorian Weimer2020-01-021-0/+469
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0190-90/+90
* alpha: Set wait4 as cancellation entrypointAdhemerval Zanella2019-12-302-1/+26
* linux: Consolidate sigprocmaskAdhemerval Zanella2019-12-271-58/+0
* nptl: Move waitpid implementation to libcAdhemerval Zanella2019-12-191-1/+0
* nptl: Move wait implementation to libcAdhemerval Zanella2019-12-191-2/+0
* nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella2019-12-091-0/+1
* nptl: Move nanosleep implementation to libcAdhemerval Zanella2019-11-061-2/+0
* nptl: Add pthread_clockjoin_npMike Crowe2019-11-011-0/+1
* Use clock_gettime to implement gettimeofday.Adhemerval Zanella2019-10-303-3/+36
* Use clock_settime to implement settimeofday.Zack Weinberg2019-10-304-3/+40
* Linux/Alpha: don't use timeval32 system calls.Zack Weinberg2019-10-3013-96/+575
* Define __STATFS_MATCHES_STATFS64Alistair Francis2019-10-241-0/+3
* ipc: Refactor sysvipc internal definitionsAdhemerval Zanella2019-10-172-14/+6
* sysvipc: Set ipc_perm mode as mode_t (BZ#18231)Adhemerval Zanella2019-10-101-54/+0
* nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer2019-10-071-1/+0
* nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer2019-10-071-1/+0
* nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer2019-10-041-1/+0