about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* aarch64: fix swapcontext for BTISzabolcs Nagy2020-07-021-2/+12
* Linux: Fix UTC offset setting in settimeofday for __TIMESIZE != 64Florian Weimer2020-06-301-3/+8
* Update kernel version to 5.7 in tst-mman-consts.py.Joseph Myers2020-06-291-1/+1
* Add MREMAP_DONTUNMAP from Linux 5.7Joseph Myers2020-06-231-0/+1
* x86: Update CPU feature detection [BZ #26149]H.J. Lu2020-06-221-1/+1
* New exp10f version without SVID compat wrapperAdhemerval Zanella2020-06-1926-0/+26
* Update syscall-names.list for Linux 5.7.Joseph Myers2020-06-151-2/+2
* Linux: Use __pthread_attr_setsigmask_internal for timer helper threadFlorian Weimer2020-06-021-9/+10
* nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer2020-06-0230-0/+60
* nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer2020-06-021-3/+6
* i386: Remove unused file sysdeps/unix/i386/sysdep.SFlorian Weimer2020-05-281-64/+0
* nptl: Move pthread_gettattr_np into libcFlorian Weimer2020-05-2057-27/+74
* nptl: Move pthread_getaffinity_np into libcFlorian Weimer2020-05-2057-43/+79
* nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer2020-05-2057-43/+79
* nptl: Replace some stubs with the Linux implementationFlorian Weimer2020-05-209-723/+1
* Linux: Add missing handling of tai field to __ntp_gettime64Florian Weimer2020-05-201-0/+1
* y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski2020-05-202-7/+4
* y2038: linux: Provide __ntp_gettimex64 implementationLukasz Majewski2020-05-202-3/+26
* y2038: linux: Provide __ntp_gettime64 implementationLukasz Majewski2020-05-202-3/+27
* y2038: Provide conversion helpers for struct __ntptimeval64Lukasz Majewski2020-05-201-0/+36
* y2038: Introduce struct __ntptimeval64 - new internal glibc typeLukasz Majewski2020-05-201-0/+14
* y2038: linux: Provide __adjtime64 implementationLukasz Majewski2020-05-201-4/+22
* y2038: linux: Provide ___adjtimex64 implementationLukasz Majewski2020-05-202-2/+22
* y2038: linux: Provide __clock_adjtime64 implementationLukasz Majewski2020-05-204-2/+77
* x86: Add --enable-cet=permissiveH.J. Lu2020-05-181-1/+1
* x86: Move CET control to _dl_x86_feature_control [BZ #25887]H.J. Lu2020-05-181-1/+1
* Linux: Remove remnants of the getcpu cacheFlorian Weimer2020-05-164-38/+0
* Add arch-syscall.h dependency for generating sysd-syscalls fileguojinhui2020-05-141-0/+1
* aarch64: Accept PLT calls to __getauxval within libc.soFlorian Weimer2020-05-121-0/+3
* Linux: Enhance glibcsyscalls.py to support listing system callsFlorian Weimer2020-05-111-1/+83
* POWER: Add context-synchronizing instructions to pkey_write [BZ #25954]Florian Weimer2020-05-111-1/+1
* linux: Remove assembly umount2 implementationAdhemerval Zanella2020-05-085-20/+63
* semaphore: consolidate arch headers into a generic oneVineet Gupta2020-05-062-36/+2
* y2038: Provide conversion helpers for struct __timex64Lukasz Majewski2020-05-051-0/+61
* y2038: Introduce struct __timex64 - new internal glibc typeLukasz Majewski2020-05-051-0/+46
* nios2: delete sysdeps/unix/sysv/linux/nios2/kernel-features.hChung-Lin Tang2020-05-041-22/+0
* powerpc: Rename argN to _argN in LOADARGS_N [BZ #25902]H.J. Lu2020-04-301-12/+12
* Add a C wrapper for prctl [BZ #25896]H.J. Lu2020-04-303-2/+43
* powerpc64le: Enable support for IEEE long doubleGabriel F. T. Gomes2020-04-303-0/+218
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-302-2/+2
* Add C wrappers for process_vm_readv/process_vm_writev [BZ #25810]H.J. Lu2020-04-294-3/+66
* generic/typesizes.h: Add support for 32-bit arches with 64-bit typesAlistair Francis2020-04-291-10/+23
* semctl: Remove the sem-pad.h fileAlistair Francis2020-04-2911-117/+141
* bits/sem.h: Split out struct semid_dsAlistair Francis2020-04-293-23/+45
* Mark unsigned long arguments with U in more syscalls [BZ #25810]H.J. Lu2020-04-292-18/+18
* Add SYSCALL_ULONG_ARG_[12] to pass long to syscall [BZ #25810]H.J. Lu2020-04-296-30/+159
* misc: Remove sstk from the autogenerated system call listFlorian Weimer2020-04-281-1/+0
* signal: Only handle on NSIG signals on signal functions (BZ #25657)Adhemerval Zanella2020-04-212-83/+78
* linux: Use pthread_sigmask on sigprocmaskAdhemerval Zanella2020-04-212-15/+24
* ia64: Remove sigprocmask/sigblock objects from libpthreadAdhemerval Zanella2020-04-211-2/+1