aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/s390
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert92-92/+92
2020-12-16Update syscall lists for Linux 5.10.Joseph Myers2-0/+2
2020-12-10linux: Consolidate brk implementationAdhemerval Zanella3-55/+10
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella2-2/+2
2020-10-23Update syscall lists for Linux 5.9.Joseph Myers2-0/+2
2020-10-15y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski2-3/+4
2020-10-09linux: Move the struct stat{64} to struct_stat.hAdhemerval Zanella1-39/+7
2020-10-09Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella4-12/+9
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella4-12/+32
2020-09-17Update mallinfo2 ABI, and testDJ Delorie2-0/+2
2020-09-11linux: Consolidate fxstatat{64}Adhemerval Zanella1-1/+0
2020-09-11linux: Consolidate fxstat{64}Adhemerval Zanella1-1/+0
2020-09-11linux: Consolidate lxstat{64}Adhemerval Zanella1-1/+0
2020-09-11linux: Consolidate xstat{64}Adhemerval Zanella1-1/+0
2020-09-11linux: Define STAT64_IS_KERNEL_STAT64Adhemerval Zanella1-0/+1
2020-08-21S390: Sync HWCAP names with kernel by adding aliases [BZ #25971]Stefan Liebler1-0/+3
2020-08-07Update syscall lists for Linux 5.8.Joseph Myers2-0/+2
2020-07-16Linux: Remove rseq supportFlorian Weimer3-39/+0
2020-07-07string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella2-0/+4
2020-07-07string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella2-0/+4
2020-07-06Add the __libc_single_threaded variableFlorian Weimer2-0/+2
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers3-0/+39
2020-06-19New exp10f version without SVID compat wrapperAdhemerval Zanella2-0/+2
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer2-0/+4
2020-05-20nptl: Move pthread_gettattr_np into libcFlorian Weimer4-2/+6
2020-05-20nptl: Move pthread_getaffinity_np into libcFlorian Weimer4-4/+6
2020-05-20nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer4-4/+6
2020-04-21nptl: Move pthread_sigmask implementation to libcAdhemerval Zanella4-2/+4
2020-04-03Update syscall lists for Linux 5.6.Joseph Myers2-0/+4
2020-04-02sysv: Define __KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64Alistair Francis1-0/+6
2020-03-03Linux: Clean up pread64/pwrite64 system call namesFlorian Weimer1-10/+2
2020-02-20nptl: Move pthread_setschedparam implementation into libcFlorian Weimer2-2/+0
2020-02-20nptl: Move pthread_getschedparam implementation into libcFlorian Weimer2-2/+0
2020-02-20nptl: Move pthread_cond_init implementation into libcFlorian Weimer2-4/+0
2020-02-20nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer2-4/+0
2020-02-20nptl: Move pthread_condattr_init implementation into libcFlorian Weimer2-2/+0
2020-02-20nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer2-2/+0
2020-02-20nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer2-2/+0
2020-02-20nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer2-2/+0
2020-02-20nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer2-2/+0
2020-02-20nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer2-2/+0
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer3-14/+0
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella6-13/+18
2020-02-14linux: Consolidate INLINE_SYSCALLAdhemerval Zanella3-31/+2
2020-02-14s390: Consolidate Linux syscall definitionAdhemerval Zanella3-192/+103
2020-02-07y2038: Define __suseconds64_t type to be used with struct __timeval64Lukasz Majewski1-0/+1
2020-01-03linux: Add support for clock_getres64 vDSOAdhemerval Zanella1-1/+2
2020-01-03linux: Add support for clock_gettime64 vDSOAdhemerval Zanella1-0/+4
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella1-4/+0
2020-01-02Linux: Add tables with system call numbersFlorian Weimer2-0/+762