summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release/2.11/master' into fedora/2.11/masterAndreas Schwab2009-11-3026-99/+246
|\
| * Avoid local PLTs.Ulrich Drepper2009-11-251-3/+3
| * Prevent unintended file desriptor leak in grantpt.Andreas Schwab2009-11-252-0/+46
| * Properly recover from shorter read.H.J. Lu2009-11-201-1/+10
| * Fix sync_file_range on ppc/ppc64.Jakub Jelinek2009-11-192-1/+53
| * Avoid warnings in CPU_* macros when using const bitsets.Ulrich Drepper2009-11-191-6/+6
| * Add missing Linux MADV_* definitions.Ulrich Drepper2009-11-187-64/+89
| * Fix building on x86 with older kernel headers.Mike Frsyinger2009-11-182-0/+12
| * Fix F_SETOWN_EX and F_GETOWN_EX definitions.Ulrich Drepper2009-11-147-20/+20
| * Fix spelling of (Newton-)RaphsonPhilippe De Muyter2009-11-062-6/+6
| * Correct readahead syscall wrapper on powerpc32.Andreas Schwab2009-11-061-0/+3
| * Fix R_PPC64_{JMP_IREL,IRELATIVE} handling in dl-conflict.c.Jakub Jelinek2009-11-061-2/+4
| * Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64.Jakub Jelinek2009-11-067-14/+14
| * Make name of libgcc_s library configurableAndreas Schwab2009-11-032-1/+4
* | Re-install F_[GS]ETOWN_EX changesAndreas Schwab2009-11-2510-26/+225
* | Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64Jakub Jelinek2009-11-057-14/+14
* | Fix R_PPC64_{JMP_IREL,IRELATIVE} handling in dl-conflict.cJakub Jelinek2009-11-051-2/+4
* | Correct readahead syscall wrapper on powerpc32Andreas Schwab2009-11-051-0/+3
* | 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