about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Support and use mixed compat/non-compat aliases in syscalls.list.Joseph Myers2014-10-066-47/+6
* Move some chown / lchown / fchown definitions to syscalls.list (bug 14138).Joseph Myers2014-10-068-47/+6
* powerpc: remove linux lowlevellock.hAdhemerval Zanella2014-10-063-346/+4
* tile: fix copyright header blocks in just-committed filesChris Metcalf2014-10-064-13/+6
* tile: add clock_gettime support via vDSOChris Metcalf2014-10-065-6/+69
* tile: make the prolog of clone() more conformantChris Metcalf2014-10-061-5/+6
* tile: optimize memcmpChris Metcalf2014-10-061-0/+367
* tile: add support for _SC_LEVEL*CACHE* sysconf() queriesChris Metcalf2014-10-061-0/+75
* tilegx: provide optimized strnlen, strstr, and strcasestrChris Metcalf2014-10-064-5/+401
* tilegx: optimize string copy_byte() internal functionChris Metcalf2014-10-061-6/+5
* Move execve to syscalls.list (bug 14138).Joseph Myers2014-10-012-35/+1
* Remove extra whitespace from end of line.Steve Ellcey2014-10-011-1/+1
* * sysdeps/mips/strcmp.S: New.Steve Ellcey2014-10-011-0/+249
* Move some *at definitions to syscalls.list (bug 14138).Joseph Myers2014-09-308-272/+8
* Run tst-ld-sse-use.sh with bash.Joseph Myers2014-09-291-1/+1
* Require autoconf 2.69H.J. Lu2014-09-2912-17/+23
* Remove shlib-versions entries redundant with DEFAULT entries.Joseph Myers2014-09-264-10/+5
* Clean up gnu/lib-names.h generation (bug 14171).Joseph Myers2014-09-2611-22/+6
* Move some setrlimit definitions to syscalls.list (bug 14138).Joseph Myers2014-09-2310-43/+4
* ARM: Don't define _SYS_AUXV_H in sysdep.hWill Newton2014-09-232-2/+1
* Fix prototype of eventfd.Rasmus Villemoes2014-09-203-3/+3
* Sync recvmmsg prototype with kernel usage.Ondřej Bílka2014-09-201-3/+3
* Remove bitrotten --enable-oldest-abi (bug 6652).Joseph Myers2014-09-164-32/+0
* Handle zero prefix length in getifaddrs (BZ #17371)Andreas Schwab2014-09-151-7/+4
* Remove _POSIX_REGEX_VERSIONSiddhesh Poyarekar2014-09-151-4/+2
* Remove configuration name patterns from shlib-versions.Joseph Myers2014-09-1220-78/+78
* Use %ifdef in sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions.Joseph Myers2014-09-123-2/+10
* Move OS-specific shlib-versions entries to sysdeps files.Joseph Myers2014-09-122-0/+14
* Move architecture-specific shlib-versions entries to sysdeps files.Joseph Myers2014-09-125-0/+17
* Add new Linux 3.16 constants to netinet/udp.h.Joseph Myers2014-09-121-0/+4
* Fix typo in macro names in sysconf.cSiddhesh Poyarekar2014-09-121-2/+2
* Enhance tst-xmmymm.sh to detect zmm register usage in ld.so (BZ #16194)Siddhesh Poyarekar2014-09-122-6/+6
* tile: remove linux lowlevellock.hChris Metcalf2014-09-101-304/+0
* PowerPC: memset optimization for POWER8/PPC64Adhemerval Zanella2014-09-106-9/+513
* PowerPC: multiarch bzero cleanup for PPC64Adhemerval Zanella2014-09-1010-91/+15
* Put mips preconfigure code inside mips* case statement.Steve Ellcey2014-09-091-20/+25
* Modify ABI tests in MIPS preconfigure.Steve Ellcey2014-09-091-34/+24
* HPPA: Add c++-types.data.Carlos O'Donell2014-09-071-0/+67
* HPPA: Transition to new non-addon NPTL.Carlos O'Donell2014-09-0718-29/+4
* [BZ #17354] tile: Fix up corner cases with signed relocationsChris Metcalf2014-09-061-18/+23
* Define __GI_fegetenv for e500 libmKhem Raj2014-09-021-0/+1
* Fix hang on forkSamuel Thibault2014-08-281-0/+4
* i386 TLS_INIT_TP might produce bogus asm changing stack pointer [BZ #17319]Mark Wielaard2014-08-281-29/+2
* Simplify atomicity of socket creation in bind.Samuel Thibault2014-08-281-22/+18
* Update x86 ULPsAllan McRae2014-08-271-4/+4
* Remove unnecessary uses of NOT_IN_libcSiddhesh Poyarekar2014-08-2127-31/+33
* Fix powerpc32 __get_clockfreq for non-power4 (bug 17263).Joseph Myers2014-08-131-1/+2
* Fix comment error that Jakub pointed out but I forgot to fixSiddhesh Poyarekar2014-08-131-1/+1
* Disable x87 inline functions for x86_64 and SSE [BZ #17262]Siddhesh Poyarekar2014-08-131-2/+5
* Replace cpuid asm statement with __cpuid_countH.J. Lu2014-08-121-3/+1