aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2010-11-30Merge commit 'glibc-2.11.3' into fedora/2.11/masterAndreas Schwab22-95/+180
2010-11-20Properly convert f_fsid in statvfsAndreas Schwab1-1/+2
2010-11-20Define MAP_HUGETLB.Ulrich Drepper2-2/+5
2010-11-20Define SWAP_FLAG_DISCARD.Ulrich Drepper1-1/+2
2010-11-15Fix comparison in sqrtl for IBM long double 128.Luis Machado1-2/+2
2010-11-15Fix warnings in __bswap_16.Ulrich Drepper2-21/+23
2010-11-15Update sparc epoll.h from epoll_create2 to epoll_create1Mike Frysinger1-4/+5
2010-11-15Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel1-2/+5
2010-11-09Linux getifaddrs might return entries with ->ifa_addr being NULL.Ulrich Drepper1-5/+8
2010-11-09getdents64 fallback d_type supportJoseph Myers1-1/+5
2010-11-09Fix register conflict in s390 ____longjmp_chkAndreas Schwab2-10/+16
2010-11-09Fix _FORITY_SOURCE version of longjmp for Linux/x86-64.Chung-Lin Tang1-11/+15
2010-11-09Fix typo in x86-64 epoll.h.Mike Frysinger1-2/+2
2010-11-09Add -fno-asynchronous-unwind-tables to initfini.s for i386H.J. Lu1-0/+4
2010-11-09Hurd: Fix linkat symlink handling.Emilio Pozuelo Monfort1-2/+4
2010-11-0932bit memset-sse2.S fails with uneven cache sizeUlrich Drepper1-3/+9
2010-11-09Verify in ttyname() that the symlink is valid.Miklos Szeredi2-10/+55
2010-11-01Fix x86-64 strchr propagation of search byte into all bytes of SSE registerRichard Li1-2/+2
2010-11-01Require suid bit on audit objects in privileged programsAndreas Schwab1-4/+2
2010-11-01Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strn{,case}cmpUlrich Drepper1-16/+16
2010-10-22Require suid bit on audit objects in privileged programsAndreas Schwab1-4/+2
2010-10-21Merge remote branch 'origin/release/2.11/master' into fedora/2.11/masterAndreas Schwab2-4/+4
2010-05-31Incorrect x86 CPU family and model check.H.J. Lu1-2/+2
2010-05-31Fix iov[] size in SH register_dump()Takashi Yoshii1-2/+2
2010-05-20Merge commit 'glibc-2.11.2' into fedora/2.11/masterAndreas Schwab1-3/+9
2010-05-19Fix FP exception control.Andrew Stubbs1-3/+9
2010-05-14Merge remote branch 'origin/release/2.11/master' into fedora/2.11/masterAndreas Schwab19-65/+145
2010-05-12BZ #11538: Fix ttyname_r callers not to expect errno was set.Bruno Haible2-5/+15
2010-05-12BZ #11537: Hurd: Fix ttyname_r error return value.Bruno Haible1-3/+3
2010-05-12Fix fallocate error return on i386.Andreas Schwab2-2/+14
2010-05-12Fix concurrent handling of __cpu_features.Ulrich Drepper2-14/+23
2010-05-12Handle unnecessary padding in getdents64.Ulrich Drepper2-3/+14
2010-05-12Fix changes to interface list during getifaddrs calls.Ulrich Drepper1-12/+43
2010-05-12Fix spurious UNAVAIL status is getaddrinfoAndreas Schwab1-0/+1
2010-05-12Fix typo in cuseridAndreas Schwab1-1/+1
2010-05-12calls to cuserid() can result in buffer overruns and/or overflowsJonathan Geisler1-2/+3
2010-05-12Fix R_X86_64_PC32 overflow detectionRichard Guenther1-2/+2
2010-05-12S/390: Disable two UTF conversion instructionsAndreas Krebbel2-4/+16
2010-05-12Fix i386 __mpn_lshift unwind infoUlrich Drepper1-1/+3
2010-05-12Fix ____longjmp_chk for s390/s390x.Andreas Schwab2-2/+2
2010-05-11memchr overshoots on ia64H.J. Lu1-2/+6
2010-05-10Remove incorrect paring of /proc/stat etc.Ryan S. Arnold1-13/+1
2010-04-09Fix spurious UNAVAIL status is getaddrinfoAndreas Schwab1-0/+1
2010-04-062.11.1-5fedora/glibc-2.11.1-5Tom "spot" Callaway1-0/+49
2010-03-18Merge remote branch 'origin/release/2.11/master' into fedora/2.11/masterAndreas Schwab1-7/+2
2010-03-18sparc64: Fix handling of R_SPARC_TLS_LE_* relocations.David S. Miller1-4/+6
2010-01-18Fix a few error cases in *name4_r lookup handling.Ulrich Drepper1-7/+2
2009-12-04Avoid local PLTs.Ulrich Drepper1-3/+3
2009-12-04Prevent unintended file desriptor leak in grantpt.Ulrich Drepper2-0/+46
2009-11-30Merge branch 'release/2.11/master' into fedora/2.11/masterAndreas Schwab26-99/+246