aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux
AgeCommit message (Expand)AuthorFilesLines
2020-06-15Update syscall-names.list for Linux 5.7.Joseph Myers1-2/+2
2020-06-02Linux: Use __pthread_attr_setsigmask_internal for timer helper threadFlorian Weimer1-9/+10
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer30-0/+60
2020-06-02nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer1-3/+6
2020-05-20nptl: Move pthread_gettattr_np into libcFlorian Weimer57-27/+74
2020-05-20nptl: Move pthread_getaffinity_np into libcFlorian Weimer57-43/+79
2020-05-20nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer57-43/+79
2020-05-20nptl: Replace some stubs with the Linux implementationFlorian Weimer9-723/+1
2020-05-20Linux: Add missing handling of tai field to __ntp_gettime64Florian Weimer1-0/+1
2020-05-20y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski2-7/+4
2020-05-20y2038: linux: Provide __ntp_gettimex64 implementationLukasz Majewski2-3/+26
2020-05-20y2038: linux: Provide __ntp_gettime64 implementationLukasz Majewski2-3/+27
2020-05-20y2038: Provide conversion helpers for struct __ntptimeval64Lukasz Majewski1-0/+36
2020-05-20y2038: Introduce struct __ntptimeval64 - new internal glibc typeLukasz Majewski1-0/+14
2020-05-20y2038: linux: Provide __adjtime64 implementationLukasz Majewski1-4/+22
2020-05-20y2038: linux: Provide ___adjtimex64 implementationLukasz Majewski2-2/+22
2020-05-20y2038: linux: Provide __clock_adjtime64 implementationLukasz Majewski4-2/+77
2020-05-18x86: Add --enable-cet=permissiveH.J. Lu1-1/+1
2020-05-18x86: Move CET control to _dl_x86_feature_control [BZ #25887]H.J. Lu1-1/+1
2020-05-16Linux: Remove remnants of the getcpu cacheFlorian Weimer4-38/+0
2020-05-12aarch64: Accept PLT calls to __getauxval within libc.soFlorian Weimer1-0/+3
2020-05-11Linux: Enhance glibcsyscalls.py to support listing system callsFlorian Weimer1-1/+83
2020-05-11POWER: Add context-synchronizing instructions to pkey_write [BZ #25954]Florian Weimer1-1/+1
2020-05-08linux: Remove assembly umount2 implementationAdhemerval Zanella5-20/+63
2020-05-06semaphore: consolidate arch headers into a generic oneVineet Gupta2-36/+2
2020-05-05y2038: Provide conversion helpers for struct __timex64Lukasz Majewski1-0/+61
2020-05-05y2038: Introduce struct __timex64 - new internal glibc typeLukasz Majewski1-0/+46
2020-05-04nios2: delete sysdeps/unix/sysv/linux/nios2/kernel-features.hChung-Lin Tang1-22/+0
2020-04-30powerpc: Rename argN to _argN in LOADARGS_N [BZ #25902]H.J. Lu1-12/+12
2020-04-30Add a C wrapper for prctl [BZ #25896]H.J. Lu3-2/+43
2020-04-30powerpc64le: Enable support for IEEE long doubleGabriel F. T. Gomes3-0/+218
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2-2/+2
2020-04-29Add C wrappers for process_vm_readv/process_vm_writev [BZ #25810]H.J. Lu4-3/+66
2020-04-29generic/typesizes.h: Add support for 32-bit arches with 64-bit typesAlistair Francis1-10/+23
2020-04-29semctl: Remove the sem-pad.h fileAlistair Francis11-117/+141
2020-04-29bits/sem.h: Split out struct semid_dsAlistair Francis3-23/+45
2020-04-29Mark unsigned long arguments with U in more syscalls [BZ #25810]H.J. Lu1-11/+11
2020-04-29Add SYSCALL_ULONG_ARG_[12] to pass long to syscall [BZ #25810]H.J. Lu3-23/+85
2020-04-21signal: Only handle on NSIG signals on signal functions (BZ #25657)Adhemerval Zanella2-83/+78
2020-04-21linux: Use pthread_sigmask on sigprocmaskAdhemerval Zanella2-15/+24
2020-04-21ia64: Remove sigprocmask/sigblock objects from libpthreadAdhemerval Zanella1-2/+1
2020-04-21nptl: Move pthread_sigmask implementation to libcAdhemerval Zanella58-30/+63
2020-04-20ARC: Update syscall-names.list for ARC specific syscallsVineet Gupta1-0/+3
2020-04-19provide y2038 safe socket constants for default/asm-generic ABIVineet Gupta1-2/+14
2020-04-17i686: Add INTERNAL_SYSCALL_NCS 6 argument supportAdhemerval Zanella1-30/+49
2020-04-15Linux: Remove <sys/sysctl.h> and the sysctl functionFlorian Weimer10-124/+46
2020-04-14linux: wait4: Fix incorrect return value comparisonAlistair Francis1-10/+9
2020-04-13x32: Properly pass long to syscall [BZ #25810]H.J. Lu2-6/+25
2020-04-09Update kernel version to 5.6 in tst-mman-consts.py.Joseph Myers1-1/+1
2020-04-07i386: Remove build support for GCC older than GCC 6H.J. Lu1-16/+1