aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/x86_64
AgeCommit message (Expand)Author
2020-10-09Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella
2020-10-06posix: Fix -Warray-bounds instances building timer_create [BZ #26687]Adhemerval Zanella
2020-09-17Update mallinfo2 ABI, and testDJ Delorie
2020-09-11x86: Install <sys/platform/x86.h> [BZ #26124]H.J. Lu
2020-09-11linux: Define STAT64_IS_KERNEL_STAT64Adhemerval Zanella
2020-08-31x32: Add <fixup-asm-unistd.h> and regenerate arch-syscall.hH.J. Lu
2020-08-07Update syscall lists for Linux 5.8.Joseph Myers
2020-07-16Linux: Remove rseq supportFlorian Weimer
2020-07-07string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella
2020-07-07string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella
2020-07-06Add the __libc_single_threaded variableFlorian Weimer
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers
2020-06-22x86: Update CPU feature detection [BZ #26149]H.J. Lu
2020-06-19New exp10f version without SVID compat wrapperAdhemerval Zanella
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian 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-16Linux: Remove remnants of the getcpu cacheFlorian Weimer
2020-04-29Add SYSCALL_ULONG_ARG_[12] to pass long to syscall [BZ #25810]H.J. Lu
2020-04-21nptl: Move pthread_sigmask implementation to libcAdhemerval Zanella
2020-04-15Linux: Remove <sys/sysctl.h> and the sysctl functionFlorian Weimer
2020-04-13x32: Properly pass long to syscall [BZ #25810]H.J. Lu
2020-04-03Update syscall lists for Linux 5.6.Joseph Myers
2020-04-03nptl: Remove x86_64 cancellation assembly implementations [BZ #25765]Adhemerval Zanella
2020-03-03x86_64: Do not define __NR_semtimedop in <sysdep.h>Florian Weimer
2020-02-20nptl: Move pthread_setschedparam implementation into libcFlorian Weimer
2020-02-20nptl: Move pthread_getschedparam implementation into libcFlorian Weimer
2020-02-20nptl: Move pthread_cond_init implementation into libcFlorian Weimer
2020-02-20nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer
2020-02-20nptl: Move pthread_condattr_init implementation into libcFlorian Weimer
2020-02-20nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer
2020-02-20nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer
2020-02-20nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer
2020-02-20nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer
2020-02-20nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella
2020-02-14linux: Consolidate INLINE_SYSCALLAdhemerval Zanella
2020-01-03linux: Add support for clock_getres64 vDSOAdhemerval Zanella
2020-01-03linux: Add support for clock_gettime64 vDSOAdhemerval Zanella
2020-01-03linux: Update x86 vDSO symbolsAdhemerval Zanella
2020-01-03x86: Make x32 use x86 time implementationAdhemerval Zanella
2020-01-02Linux: Remove pread/pread64, pwrite/pwrite64 kludges from <sysdep.h>Florian Weimer
2020-01-02Linux: Add tables with system call numbersFlorian Weimer
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-27linux: Consolidate sigprocmaskAdhemerval Zanella
2019-12-19nptl: Move waitpid implementation to libcAdhemerval Zanella
2019-12-19nptl: Move wait implementation to libcAdhemerval Zanella