aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-302.11.3-1fedora/2.11/masterAndreas Schwab
2010-11-30Use canonical gnu.org URLs.Roland McGrath
2010-11-30Update releases URLAndreas Schwab
2010-11-30Merge commit 'glibc-2.11.3' into fedora/2.11/masterAndreas Schwab
2010-11-30glibc 2.11.3 releaseglibc-2.11.3Petr Baudis
2010-11-30Allow aux_cache_file open()ing to fail silently even in the chroot mode.Petr Baudis
The aux_cache fix of bug 11149 introduced a new bug - normally, ldconfig -r never cares if the auxiliary cache is not available and that is not a fatal problem, however this is not the case in case of ldconfig -r when executed as non-root. In that case, ldconfig -r fails hard unless var/cache/ldconfig/ exists within the chroot. This patch fixes that. Conflicts: ChangeLog (cherry picked from commit 6db52fbb272979bdcd5d5dd7ab187e1893eda9e3)
2010-11-30Fix multiple nss_compat initgroups() bugsUlrich Drepper
Compat initgroups() is completely broken; the code will always set skip_initgroups_dyn to true, so initgroups() will never be actually called, but due to the nature of the code, setgrent() won't be called either - thus, subsequent invocations of initgroups() will not return the NIS group list anymore. This is a simple patch that makes sure skip_initgroups_dyn is set only in case initgroups is not available; it also attempts to handle the unavailability of other NSS interfaces better. Conflicts: ChangeLog (cherry picked from commit 3056dcdb783a177158a5617657d1a33f872358d6)
2010-11-30Remove duplicate ChangeLog entry for f906814Petr Baudis
2010-11-30Re-sync INSTALL and manual/install.texiPetr Baudis
Required for flawless make dist run.
2010-11-30Allow arbitrary whitespace in INSTALL (autogenerated by makeinfo)Petr Baudis
2010-11-20Properly convert f_fsid in statvfsAndreas Schwab
(cherry picked from commit c21cc9bcb38a87ff638d1099ca871d94a2192b31)
2010-11-20Define MAP_HUGETLB.Ulrich Drepper
(cherry picked from commit cf7c9078a5acdbb435498ace92cd81009637a971)
2010-11-20Define SWAP_FLAG_DISCARD.Ulrich Drepper
(cherry picked from commit a1fb5e3ebe9d38b5ae6c5bfbfaa04882d52355bc)
2010-11-15Fix memory leak in fnmatchAndreas Schwab
(cherry picked from commit 3540d66b669af54900b2e4bfc0ab82960e84a471)
2010-11-15Avoid too much stack use in fnmatch.Ulrich Drepper
(cherry picked from commit f15ce4d8dc139523fe0c273580b604b2453acba6)
2010-11-15Fix comparison in sqrtl for IBM long double 128.Luis Machado
(cherry picked from commit da93d21475878725c9e0cb2b6e650bd8d3628435)
2010-11-15Fix warnings in __bswap_16.Ulrich Drepper
(cherry picked from commit 69da074d7adfab7b57004a0dea9403a928e310a5)
2010-11-15Update sparc epoll.h from epoll_create2 to epoll_create1Mike Frysinger
(cherry picked from commit fdc0c10d9b5c39ec20c35d2f3808d3c70cb7f60b)
2010-11-15Don't mix pattern rules with normal rulesAndreas Schwab
(cherry picked from commit 32cf40699346d37fabfa887bbd95e95004799ae1)
2010-11-15Properly quote output of localeAndreas Schwab
(cherry picked from commit 026373745eab50a683536d950cb7e17dc98c4259)
2010-11-15Remove duplicate ChangeLog entry for 8e9f92ePetr Baudis
2010-11-15Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel
(cherry picked from commit f09677388a44cd1460f8986ef1b096c73bd5b958) Fix assertion in ld.so, introduced by delayed adding to global list. (cherry picked from commit fa41c84d73be804639ecb2250f0b793b1a6f765e)
2010-11-09Fix perturbing in malloc on free.Ulrich Drepper
(cherry picked from commit fdc0f374bcd2d0513569aa8d600f960e43e8af1d)
2010-11-09Work around shortest-stem feature in make 3.82+Andreas Schwab
(cherry picked from commit bc96fbda275c305ddc1b0b6d94fc68d81369221a)
2010-11-09Require suid bit on audit objects in privileged programsAndreas Schwab
(cherry picked from commit 8e9f92e9d5d7737afdacf79b76d98c4c42980508)
2010-11-09Don't expand DST twice in dl_openAndreas Schwab
(cherry picked from commit 22cd1c9bcf57c5829d65b6da825f7a459d40c9eb)
2010-11-09Expect PLT call to _Unwind_Find_FDE on s390*-linuxAndreas Schwab
(cherry picked from commit 14d43591face21dbd4d51b5c46fa3c17740ddc78)
2010-11-09Fix alignment of AVX safe area on x86-64.H.J. Lu
(cherry picked from commit f90681487d90a6eea8f1c60021bc8dd83313c59b)
2010-11-09One more regex memory leak fixed.Ulrich Drepper
(cherry picked from commit b833d51fbbf78b38c6ff68074c22d3fe3ddd0ce3)
2010-11-09More regex memory leak fixes and testcasesUlrich Drepper
(cherry picked from commit ef06edbee6463061a7f3dcbd2f56a625b41a4810) (cherry picked from commit e9b9cbf5e9bdcda6f0b50456658bac748202dd70)
2010-11-09Fix memory leak for some invalid regular expressions.Ulrich Drepper
(cherry picked from commit a129c80d54ec951567caa8c1b042275422d5f367)
2010-11-09Linux getifaddrs might return entries with ->ifa_addr being NULL.Ulrich Drepper
(cherry picked from commit 1751705d1c4e8b7aba391391d1d8d88fe8c9d8b8)
2010-11-09Remove specific binutils version recommendation in INSTALL file.Ulrich Drepper
(cherry picked from commit 10be4851911a00cca422c173788bce9a13dbde8e)
2010-11-09Handle large requests.Ulrich Drepper
(cherry picked from commit 3b11189345d0080527a76e3bf867da395a1b0261)
2010-11-09getdents64 fallback d_type supportJoseph Myers
(cherry picked from commit 1ac7a2c7b448c851eb8976fcc290a906a4075203)
2010-11-09Fix register conflict in s390 ____longjmp_chkAndreas Schwab
(cherry picked from commit 7291c56f9d6f5861d1c001bc63a364f047a74738)
2010-11-09Fix _FORITY_SOURCE version of longjmp for Linux/x86-64.Chung-Lin Tang
(cherry picked from commit c044aa75354b48d4b7aaffe465706282192e54c2)
2010-11-09Fix typo in x86-64 epoll.h.Mike Frysinger
(cherry picked from commit e53a31fe575dcfd0dceb9f316d673de34d39abad)
2010-11-09Fix array overflow in floating point parserAndreas Schwab
(cherry picked from commit a726d7960e8a4ac784131f591114a0ef14246d8b)
2010-11-09Actually make it possible to user the default name server.Ulrich Drepper
(cherry picked from commit e66e7419a6f58200eec6941b14e2dcff9875cc6c)
2010-11-09Missing server address again leads to localhost being usedUlrich Drepper
(cherry picked from commit df24a73ecdfea3690821f8176b83d811a5f23725)
2010-11-09Add -fno-asynchronous-unwind-tables to initfini.s for i386H.J. Lu
(cherry picked from commit f8392f40049cf6faedcf4f26736227d9a7a04b9e)
2010-11-09Hurd: fix timeout rounding in selectSamuel Thibault
(cherry picked from commit 5a42321d438211210e0869e5e90f8d75d1354e14)
2010-11-09BZ 11856: fix manual nitRoland McGrath
(cherry picked from commit 48cbc0d6d03b0591280489ddb6a2df60b850e57d)
2010-11-09Document M_PERTURBAndreas Schwab
(cherry picked from commit deb9cabbf475da0b65d7acdb364987c4a15b4214)
2010-11-09BZ #11840: Fix config.cache usage for -fgnu89-inline check.Roland McGrath
(cherry picked from commit 1c7570ff36595cba9f5797453eda95969a72c56e)
2010-11-09Fix vDSO synthetic hwcap handling so they are not masked out from ↵Roland McGrath
ld.so.cache matching. (cherry picked from commit 5dbc3b6cc0b759bf4b22d851ccb9cbf3e3cbc6ef)
2010-11-09Manual wording fix for round{,f,l}.Roland McGrath
(cherry picked from commit 713df3d547041fddea30fa78c52dd0615bfd4c24)
2010-11-09More linking issues fixed.Ulrich Drepper
(cherry picked from commit 702e8f1450279f3e5dc22bf0935ee5ece4369fdb)
2010-11-09Fix build with newer linker.Ulrich Drepper
(cherry picked from commit 72b6e8c85b95a949d8c5d827a16dd1492d9ef26b)