summaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2013-03-01Merge branch 't/af_local_strlen' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2013-03-01Introduce a common helperSamuel Thibault
2013-03-01Merge branch 't/af_local_strlen' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2013-03-01Fix connect/sendto/sendmsg into ignoring bytes beyond sockaddr lengthSamuel Thibault
2013-02-26Merge branch 't/remap_getcwd' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2013-02-26Allow unknown root directory.Samuel Thibault
2013-02-11Merge branch 't/pie-sbrk' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2013-02-11Fix sbrk in PIE binariesSamuel Thibault
2013-02-11Merge branch 't/setitimer' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2013-02-11Fix Hurd implementation of setitimer.Samuel Thibault
2013-02-10Merge branch 't/bigmem' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2013-01-25Fix subhurd hangSamuel Thibault
2012-12-06Merge branch 't/hurdsig-global-dispositions' into refs/top-bases/tschwinge/Ro...Thomas Schwinge
2012-12-06 * sysdeps/mach/hurd/fork.c (__fork): In the child, reinitializeThomas Schwinge
2012-11-27Merge branch 't/tls' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2012-11-14id:"87ipp35nc1.fsf@kepler.schwinge.homeip.net".Thomas Schwinge
2012-11-03Merge branch 't/sendmmsg' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2012-11-03Merge commit 'refs/top-bases/t/sendmmsg' into t/sendmmsgThomas Schwinge
2012-11-03Merge commit 'refs/top-bases/t/hurdsig-global-dispositions' into t/hurdsig-gl...Thomas Schwinge
2012-11-03Merge commit 'refs/top-bases/t/bigmem' into t/bigmemThomas Schwinge
2012-11-03Merge branch 't/tls' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2012-11-03Really remove PowerPC GNU Mach/GNU Hurd sysdep files.Thomas Schwinge
2012-11-03Merge branch 't/tls' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2012-11-03Merge commit 'refs/top-bases/t/tls' into t/tlsThomas Schwinge
2012-11-03Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2012-11-03Update as per review comments.Thomas Schwinge
2012-11-03Make fenv.h FE_* macros usable in #if (bug 3439).Joseph Myers
2012-11-02Compile x86 rtld with -mno-sse -mno-mmxH.J. Lu
2012-11-02Direct __ppc_get_timebase to __builtin_ppc_get_timebase for GCC 4.8+.Tulio Magno Quites Machado Filho
2012-11-01PowerPC: Fix uc_link == NULL handling for makecontex.Andreas Schwab
2012-11-01PowerPC: Remove unnecessary -mnew-mnemonics.Tulio Magno Quites Machado Filho
2012-11-01Put __NO_FPRS__ around floating point opcodes in powerpc32/dl-trampoline.S.Sebastan Andrzej Siewior
2012-11-01Fix build of test cases on GNU Hurd that are statically linked.Thomas Schwinge
2012-11-01Remove PowerPC sysdep files for GNU Hurd and GNU Mach.Thomas Schwinge
2012-11-01Fix fma (a, b, c) for small a * b (bugs 14784, 14785).Joseph Myers
2012-11-01Fix a compilation error in the Hurd's bits/param.h.Thomas Schwinge
2012-11-01Merge branch 't/sendmmsg' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2012-11-01Merge commit 'refs/top-bases/t/hurdsig-global-dispositions' into t/hurdsig-gl...Thomas Schwinge
2012-11-01Merge commit 'refs/top-bases/t/bigmem' into t/bigmemThomas Schwinge
2012-11-01Merge commit 'refs/top-bases/t/tls' into t/tlsThomas Schwinge
2012-11-01Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2012-11-01Move to GLIBC_2.17 versions, also add for ports.Thomas Schwinge
2012-11-01Build SH backtrace with -funwind-tables.Joseph Myers
2012-11-01Merge commit 'refs/top-bases/t/sendmmsg' into t/sendmmsgThomas Schwinge
2012-10-31Fix powerpc abilist sort orderAndreas Schwab
2012-10-31Correct order of entries in powerpc libc.abilist files.Tulio Magno Quites Machado Filho
2012-10-31Update powerpc libm ULPsAndreas Schwab
2012-10-31Fix ldbl-128ibm atan2l for x near 1.Joseph Myers
2012-10-31Fix fma underflow exceptions in after-rounding edge cases.Joseph Myers
2012-10-30Use sysdeps/x86/tininess.h for i386 and x86_64H.J. Lu