summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix F_GETOWN on some Linux archs." and "Define F_OWNER_* and f_owner_...Andreas Schwab2009-10-3010-197/+12
* Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2009-10-3055-63/+1180
|\
| * Fix typo in readlinkatAndreas Schwab2009-10-301-1/+1
| * Uglify IFUNC tests for PPC.Alan Modra2009-10-302-0/+72
| * Implement IFUNC for PPC.Alan Modra2009-10-305-4/+152
| * Add a few defines to <netinet/udp.h>.Ulrich Drepper2009-10-301-1/+11
| * Implement mkstemps and mkstemps64.Ulrich Drepper2009-10-301-7/+7
| * Fix IA-64 and S390 sigevent definitions.Ulrich Drepper2009-10-292-4/+12
| * Fix compat handling in *at functions.Ulrich Drepper2009-10-2918-18/+132
| * Fix AIO when thread creation failed.Ulrich Drepper2009-10-291-7/+19
| * Fix errno handling in posix_openpt.Andreas Schwab2009-10-291-2/+5
| * Fix getttyname on Linux when called for different devices.Ulrich Drepper2009-10-291-1/+6
| * Add macros for DSCP markings.Philip Prindeville2009-10-291-1/+37
| * Fix F_GETOWN on some Linux archs.Ulrich Drepper2009-10-293-5/+71
| * Define F_OWNER_* and f_owner_ex for Linux targets.Ulrich Drepper2009-10-297-7/+126
| * Allow compat handling of getutmp.Ulrich Drepper2009-10-291-4/+6
| * Readd definition of __expl in ldbl-128Joseph S. Myers2009-10-281-0/+1
| * Fix whitespaces.Ulrich Drepper2009-10-222-11/+11
| * Implement SSE4.2 optimized strchr and strrchr.H.J. Lu2009-10-224-1/+506
| * Correct errno handling in expm1.Andreas Schwab2009-10-196-1/+17
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2009-10-192-0/+184
|\|
| * Add ____longjmp_chk for sparcDavid S. Miller2009-10-142-0/+184
* | Revert "Define F_SETOWN_EX and F_GETOWN_EX in Linux headers."Andreas Schwab2009-10-127-28/+14
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2009-10-1212-43/+44
|\|
| * Clean up unnecessary libc_hidden_builtin_def fiddling in x86 multiarch defini...Roland McGrath2009-10-062-5/+4
| * Clean up x86 multiarch HAS_FOO macros.Roland McGrath2009-10-062-23/+10
| * Define F_SETOWN_EX and F_GETOWN_EX in Linux headers.Ulrich Drepper2009-10-017-14/+28
| * Fix Hurd mkdirat.Samuel Thibault2009-09-281-1/+2
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2009-09-2120-727/+763
|\|
| * configure tweaks, support $libc_add_on_config_subdirsRoland McGrath2009-09-1520-727/+763
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2009-09-142-2/+30
|\|
| * Fix __longjmp_chk on s390/s390x.Jakub Jelinek2009-09-082-2/+30
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-09-071-1/+2
|\|
| * Fix IA-32 strstr in multiarch configuration as well.Ulrich Drepper2009-09-031-1/+2
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-09-034-6/+8
|\|
| * Fix strstr/strcasestr/fma/fmaf on x86_64.Jakub Jelinek2009-09-024-6/+8
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-09-022-1/+13
|\|
| * Fix use of 64-bit insn in 32-bit memcpy for POWER6.Joshua W. Boyer2009-09-011-1/+1
| * Fix x86_64 bits/mathinline.h for -m32 compilation.Jakub Jelinek2009-09-011-0/+12
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-09-013-13/+3
|\|
| * Fix parse error in bits/mathinline.h with --std=c99Andreas Schwab2009-08-311-2/+2
| * Remove ENABLE_SSSE3_ON_ATOM.H.J. Lu2009-08-282-11/+1
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-08-2621-31/+812
|\|
| * Add isinf optimized for 64-bit.Ulrich Drepper2009-08-261-0/+30
| * Optimized isnan for 64-bit machines.Ulrich Drepper2009-08-261-0/+39
| * Make llround an alias for lround on 64-bit machines.Ulrich Drepper2009-08-252-0/+14
| * Optimized nearbyint for 64-bit.Ulrich Drepper2009-08-251-0/+86
| * Optimized rint implementation for x86-64.Ulrich Drepper2009-08-251-0/+79
| * Add 64-bit optimized s_round.Ulrich Drepper2009-08-251-0/+77
| * Optimize out duplicated scalbln code for x86-64.Ulrich Drepper2009-08-253-6/+17