summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* PowerPC: Remove unneeded copysign[f] macrosAdhemerval Zanella2014-05-221-27/+0
* PowerPC: Fix memchr ifunc hidden symbol for PPC32Adhemerval Zanella2014-05-222-10/+14
* AArch64: Convert fork.c to arch-fork.hRoland McGrath2014-05-211-4/+2
* Consistently use $(elf-objpfx).Joseph Myers2014-05-212-3/+3
* aarch64: Merge __local_multiple_threads offset with memory referenceRichard Henderson2014-05-211-5/+4
* aarch64: Merge rtld_errno offset with memory referenceRichard Henderson2014-05-211-2/+1
* Fix ARM build with GCC trunk.Joseph Myers2014-05-202-2/+4
* Update powerpc-fpu ULPs.Adhemerval Zanella2014-05-201-0/+63
* PowerPC: Fix copysignf optimization macroAdhemerval Zanella2014-05-201-1/+3
* alpha: fix sa_flags type (BZ 16967)Richard Henderson2014-05-201-1/+1
* alpha: Remove bits/siginfo.h (BZ 16966)Richard Henderson2014-05-201-333/+0
* alpha: Define ELF_MACHINE_NO_RELARichard Henderson2014-05-201-0/+1
* AArch64: Fix handling of nocancel syscall failuresWill Newton2014-05-201-0/+1
* AArch64: Remove asm/ptrace.h inclusion in sys/user.h and sys/procfs.hYvan Roux2014-05-202-21/+16
* PowerPC: Fix multiarch hypotf PPC64 pathAdhemerval Zanella2014-05-191-0/+0
* Revert "ARM: Improve fenv implementation"Marcus Shawcroft2014-05-1912-75/+99
* Fix sparc memcpy data corruption when using niagara2 optimized routines.Jose E. Marchesi2014-05-171-0/+1
* alpha: Create __syscall_nocancel entry pointsRichard Henderson2014-05-172-21/+16
* Merge remote-tracking branch 'origin/roland/nptl-alpha'Richard Henderson2014-05-171-10/+8
|\
| * Alpha: Convert fork.c to arch-fork.hRoland McGrath2014-05-161-10/+8
* | Fix some termios.h conformtest failures on sparc.David S. Miller2014-05-171-14/+5
* | Fix __waitpid_nocancel link error.linaro/masterRoland McGrath2014-05-161-6/+1
* | ARM: soft-fp NaN representation correctionMaciej W. Rozycki2014-05-161-3/+3
* | PowerPC: clean BSD Terminal Modes expectation in termios.hAdhemerval Zanella2014-05-161-2/+9
* | ARM: Convert fork.c to arch-fork.hRoland McGrath2014-05-161-10/+7
|/
* Add stub arch-fork.h header.Roland McGrath2014-05-161-0/+27
* Split arch-fork.h from fork.hRoland McGrath2014-05-166-6/+6
* SPARC: add prlimit and prlimit64 in <bits/resource.h> (BZ #16943)Aurelien Jarno2014-05-161-0/+27
* ptsname_r: don't leak uninitialized memory (BZ #16917)Aurelien Jarno2014-05-161-1/+3
* ARM: Improve fenv implementationWilco2014-05-1512-99/+75
* ARM: Improve fenv implementationWilco2014-05-1516-233/+171
* Return EAI_AGAIN for AF_UNSPEC when herrno is TRY_AGAIN (BZ #16849)Siddhesh Poyarekar2014-05-151-2/+1
* x86: Move abilist files out of nptl/ subdirectories.Roland McGrath2014-05-1443-0/+0
* Move remaining files out of nptl/sysdeps/unix/sysv/linux/x86/.Roland McGrath2014-05-1415-0/+551
* Fix mips fork after i386 reorganization.Roland McGrath2014-05-142-1/+1
* Move remaining nptl/sysdeps/unix/sysv/linux/i386/ files.Roland McGrath2014-05-1459-0/+6452
* Fix powerpc fork after i386 reorganization.Roland McGrath2014-05-141-0/+1
* Update alpha and ia64 timer_*.c files for x86_64 file moves.Roland McGrath2014-05-1410-10/+10
* Move remaining nptl/sysdeps/unix/sysv/linux/x86_64/ files.Roland McGrath2014-05-1424-0/+5322
* x86: Consolidate NPTL fork.Roland McGrath2014-05-142-0/+54
* Consolidate not-cancel.h files.Roland McGrath2014-05-144-63/+27
* Move x86_64 compat-timer.h out of nptl/Roland McGrath2014-05-141-0/+45
* Move x86_64 timer_*.c out of nptl/Roland McGrath2014-05-146-0/+231
* x86: Consolidate NPTL/non versions of cloneRoland McGrath2014-05-142-11/+0
* Move NPTL public ABI headers for x86 to sysdeps/x86/nptl/.Roland McGrath2014-05-144-0/+292
* x86: Consolidate NPTL/non versions of vforkRoland McGrath2014-05-142-12/+39
* ARM: Consolidate NPTL/non versions of vforkRoland McGrath2014-05-143-77/+20
* Fix log1pl (LDBL_MAX) in FE_UPWARD mode (bug 16564).Joseph Myers2014-05-144-4/+20
* Fix cacos (+Inf + finite*i) in round-downward mode (bug 16928).Joseph Myers2014-05-142-0/+96
* Fix acosh (1) in round-downward mode (bug 16927).Joseph Myers2014-05-146-1/+31