aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
AgeCommit message (Expand)Author
2020-07-06Linux: Use rseq in sched_getcpu if availableMathieu Desnoyers
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers
2020-06-30Linux: Fix UTC offset setting in settimeofday for __TIMESIZE != 64Florian Weimer
2020-06-29Update kernel version to 5.7 in tst-mman-consts.py.Joseph Myers
2020-06-23Add MREMAP_DONTUNMAP from Linux 5.7Joseph Myers
2020-06-22x86: Update CPU feature detection [BZ #26149]H.J. Lu
2020-06-19New exp10f version without SVID compat wrapperAdhemerval Zanella
2020-06-15Update syscall-names.list for Linux 5.7.Joseph Myers
2020-06-02Linux: Use __pthread_attr_setsigmask_internal for timer helper threadFlorian Weimer
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer
2020-06-02nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer
2020-05-20nptl: Move pthread_gettattr_np into libcFlorian Weimer
2020-05-20nptl: Move pthread_getaffinity_np into libcFlorian Weimer
2020-05-20nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer
2020-05-20nptl: Replace some stubs with the Linux implementationFlorian Weimer
2020-05-20Linux: Add missing handling of tai field to __ntp_gettime64Florian Weimer
2020-05-20y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski
2020-05-20y2038: linux: Provide __ntp_gettimex64 implementationLukasz Majewski
2020-05-20y2038: linux: Provide __ntp_gettime64 implementationLukasz Majewski
2020-05-20y2038: Provide conversion helpers for struct __ntptimeval64Lukasz Majewski
2020-05-20y2038: Introduce struct __ntptimeval64 - new internal glibc typeLukasz Majewski
2020-05-20y2038: linux: Provide __adjtime64 implementationLukasz Majewski
2020-05-20y2038: linux: Provide ___adjtimex64 implementationLukasz Majewski
2020-05-20y2038: linux: Provide __clock_adjtime64 implementationLukasz Majewski
2020-05-18x86: Add --enable-cet=permissiveH.J. Lu
2020-05-18x86: Move CET control to _dl_x86_feature_control [BZ #25887]H.J. Lu
2020-05-16Linux: Remove remnants of the getcpu cacheFlorian Weimer
2020-05-12aarch64: Accept PLT calls to __getauxval within libc.soFlorian Weimer
2020-05-11Linux: Enhance glibcsyscalls.py to support listing system callsFlorian Weimer
2020-05-11POWER: Add context-synchronizing instructions to pkey_write [BZ #25954]Florian Weimer
2020-05-08linux: Remove assembly umount2 implementationAdhemerval Zanella
2020-05-06semaphore: consolidate arch headers into a generic oneVineet Gupta
2020-05-05y2038: Provide conversion helpers for struct __timex64Lukasz Majewski
2020-05-05y2038: Introduce struct __timex64 - new internal glibc typeLukasz Majewski
2020-05-04nios2: delete sysdeps/unix/sysv/linux/nios2/kernel-features.hChung-Lin Tang
2020-04-30powerpc: Rename argN to _argN in LOADARGS_N [BZ #25902]H.J. Lu
2020-04-30Add a C wrapper for prctl [BZ #25896]H.J. Lu
2020-04-30powerpc64le: Enable support for IEEE long doubleGabriel F. T. Gomes
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy
2020-04-29Add C wrappers for process_vm_readv/process_vm_writev [BZ #25810]H.J. Lu
2020-04-29generic/typesizes.h: Add support for 32-bit arches with 64-bit typesAlistair Francis
2020-04-29semctl: Remove the sem-pad.h fileAlistair Francis
2020-04-29bits/sem.h: Split out struct semid_dsAlistair Francis
2020-04-29Mark unsigned long arguments with U in more syscalls [BZ #25810]H.J. Lu
2020-04-29Add SYSCALL_ULONG_ARG_[12] to pass long to syscall [BZ #25810]H.J. Lu
2020-04-21signal: Only handle on NSIG signals on signal functions (BZ #25657)Adhemerval Zanella
2020-04-21linux: Use pthread_sigmask on sigprocmaskAdhemerval Zanella
2020-04-21ia64: Remove sigprocmask/sigblock objects from libpthreadAdhemerval Zanella
2020-04-21nptl: Move pthread_sigmask implementation to libcAdhemerval Zanella
2020-04-20ARC: Update syscall-names.list for ARC specific syscallsVineet Gupta