about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Remove unused sparc64/soft-fp libm function implementations.Joseph Myers2017-11-223-155/+0
* Avoid use of strlen in getlogin_r (bug 22447).Joseph Myers2017-11-221-2/+3
* Update hppa bits/mman.h from Linux 4.14.Joseph Myers2017-11-211-3/+2
* S390: Add cfi information for start routines in order to stop unwinding.Stefan Liebler2017-11-216-16/+26
* aarch64: Optimized memset for falkorSiddhesh Poyarekar2017-11-2011-22/+204
* tst-ttyname: Fix namespace setup for FedoraFlorian Weimer2017-11-181-61/+6
* powerpc: Update AT_HWCAP2 bitsTulio Magno Quites Machado Filho2017-11-172-2/+4
* Use libm_alias_ldouble in sysdeps/x86_64/fpu.Joseph Myers2017-11-1711-12/+23
* Use libm_alias_ldouble in sysdeps/i386/fpu.Joseph Myers2017-11-1721-21/+42
* Support bits/floatn.h inclusion from .S files.Joseph Myers2017-11-175-126/+146
* Add AArch64 HWCAP_DCPOP from Linux 4.14.Joseph Myers2017-11-171-0/+1
* aarch64: Fix f{max,min}{f} build for GCC 4.9 and 5Adhemerval Zanella2017-11-171-0/+6
* Add Linux 4.14 ARPHRD_RAWIP to net/if_arp.h.Joseph Myers2017-11-161-0/+1
* Update kernel version in syscall-names.list to 4.14.Joseph Myers2017-11-161-2/+2
* Prefer https for Sourceware linksSiddhesh Poyarekar2017-11-161-1/+1
* The -Wstringop-truncation option new in GCC 8 detects common misusesMartin Sebor2017-11-152-6/+12
* linux ttyname{_r}: Add testsLuke Shumaker2017-11-152-1/+627
* linux ttyname{_r}: Don't bail prematurely [BZ #22145]Luke Shumaker2017-11-152-15/+24
* linux ttyname{_r}: Make tty checks consistentLuke Shumaker2017-11-153-64/+29
* linux ttyname: Change return type of is_pty from int to boolLuke Shumaker2017-11-151-1/+2
* linux ttyname: Update a reference to kernel docs for kernel 4.10Luke Shumaker2017-11-151-1/+2
* Add MSG_ZEROCOPY from Linux 4.14 to bits/socket.h.Joseph Myers2017-11-151-0/+2
* Add MADV_WIPEONFORK, MADV_KEEPONFORK from Linux 4.14.Joseph Myers2017-11-152-0/+4
* Cleanup sigpause implementationAdhemerval Zanella2017-11-151-20/+6
* Check length of ifname before copying it into to ifreq structure.Steve Ellcey2017-11-151-0/+6
* linux: Include <sysdep-cancel.h> for epoll_waitLuke Shumaker2017-11-151-0/+2
* ld.so: Add architecture specific fieldsH.J. Lu2017-11-133-4/+9
* Fix clog10_downward ulps on hppa.John David Anglin2017-11-111-2/+2
* Add jmp_buf-macros.hH.J. Lu2017-11-0924-0/+144
* nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella2017-11-0718-7/+64
* nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella2017-11-0716-0/+128
* Move <bits/mman-linux.h> to the Linux sysdeps directoryFlorian Weimer2017-11-072-7/+111
* powerpc: Use latest optimization for internal function callsRajalakshmi Srinivasaraghavan2017-11-071-1/+1
* Cleanup Linux sigqueue implementationAdhemerval Zanella2017-11-061-8/+2
* Simplify Linux sig{timed}wait{info} implementationsAdhemerval Zanella2017-11-064-118/+13
* arm: Implement memchr ifunc selection in CAdhemerval Zanella2017-11-068-285/+286
* arm: Implement memcpy ifunc selection in CAdhemerval Zanella2017-11-069-82/+124
* Do not declare _Float128 support for powerpc64le -mlong-double-64 (bug 22402).Joseph Myers2017-11-061-1/+2
* aarch64: Guess L1 cache linesize for aarch64Richard Henderson2017-11-031-0/+55
* aarch64: optimize _dl_tlsdesc_dynamic fast pathSzabolcs Nagy2017-11-031-54/+51
* arm: Remove lazy tlsdesc initialization related codeSzabolcs Nagy2017-11-034-209/+2
* arm: Remove unnecessary volatile qualifierSzabolcs Nagy2017-11-031-2/+1
* [BZ #18572] arm: Disable lazy initialization of tlsdesc entriesSzabolcs Nagy2017-11-031-9/+15
* [BZ #17078] arm: remove prelinker support for R_ARM_TLS_DESCSzabolcs Nagy2017-11-031-31/+3
* aarch64: Remove barriers from TLS descriptor functionsSzabolcs Nagy2017-11-034-342/+1
* aarch64: Disable lazy symbol binding of TLSDESCSzabolcs Nagy2017-11-031-5/+14
* test-errno-linux: quotactl can fail with EPERM in containersFlorian Weimer2017-11-021-38/+38
* x86: Add sysdeps/x86/sysdep.hH.J. Lu2017-11-013-85/+71
* Remove useless #ifdefs from Linux sig*.c syscallsYury Norov2017-10-314-32/+4
* Consolidate Linux sigpending() implementationYury Norov2017-10-314-141/+0