about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix handling of missing syscall in Linux mkdirat.Ulrich Drepper2011-02-032-2/+6
| | | | (cherry picked from commit 1086d70d916fd0eb969b3d89ff88abd35f6a5c34)
* Handle long lines in host lookups in the right place.Ulrich Drepper2011-02-034-6/+67
| | | | (cherry picked from commit 451f001b50870604e1f2daef12f04f9f460d3997)
* Fix assertion when handling DSTs during auditing.Ulrich Drepper2011-02-032-6/+16
| | | | (cherry picked from commit 0876917582041d17a9eb6b08894c1123a2affe74)
* Don't underestimate length of DST substitutionAndreas Schwab2011-02-032-8/+18
| | | | (cherry picked from commit 4c35fb65c9ea221561bc5698358944a73383b3d6)
* Fix alignment in x86 destructor calls.Ulrich Drepper2011-02-032-0/+6
| | | | (cherry picked from commit 5e49c52efdb37eb0aa315156f39056f25ff9ddaa)
* Fix grouping when rounding increases number of integer digits.Ulrich Drepper2011-02-034-9/+111
| | | | (cherry picked from commit f57e41a5b8e88186c67ec0410d61a751b274340c)
* sparc64: Use i386 implementation for fxstat.David S. Miller2011-02-032-1/+7
| | | | | | | This was simply missed when Jakub converted all of the other sparc64 xstat cases. (cherry picked from commit 16c2895feabae0962e0eba2b9164c6a83014bfe4)
* Fix infloop on persistent failing calloc in regex.Jim Meyering2011-02-032-0/+8
| | | | (cherry picked from commit 2543fef229599e8a6e4feeea65ca2dd3f984154f)
* Use fastbin macro everywhere.Ulrich Drepper2011-02-032-1/+6
| | | | (cherry picked from commit 9798346413d74dc9b3c64731807600b5ab9c1517)
* Fix ChangeLogs.Ulrich Drepper2011-02-031-1/+2
| | | | (cherry picked from commit 14b697f75a5f039a0e3155c62399ee217c0f17dc)
* More accurate computatin of reclen in readdir_r.Ulrich Drepper2011-02-033-1/+9
| | | | | | | | Alignment issue can increase the reclen limit. Make sure Linux 64-bit readdir_r also accounts for 64-bit alignment in getdents. (cherry picked from commit db753e2cfb2051ebf20dc089f87c5b1297cc2cff)
* Fix use of restrict in wchar.hAndreas Schwab2011-02-033-22/+36
| | | | (cherry picked from commit 4f1972374a080e823c4ead7c0496827dfc013837)
* Fix typo in comment.Ulrich Drepper2011-02-031-1/+1
| | | | (cherry picked from commit eaea92f137762dd754fdf858a2cd600f15005884)
* Fix race in qsort_r initialization.Ulrich Drepper2011-02-032-1/+11
| | | | (cherry picked from commit fb88ac72c2dcbbd979c8798e4ea497818bb3e171)
* Fix -D_FORTIFY_SOURCE memmove and bcopJakub Jelinek2011-02-032-5/+7
| | | | (cherry picked from commit 42acbb92c861e97a6e1293ea853db88342a1bf53)
* Relax libm tests for x86-32.Ulrich Drepper2011-02-032-2/+6
| | | | (cherry picked from commit 1e24cf6e6e8f6999e8fa188ece41e23f54330743)
* Don't ignore zero TTL in DNS answersAndreas Schwab2011-02-032-4/+9
| | | | (cherry picked from commit a769081960837719ea79c2b6f1c962318f23865c)
* glibc 2.11.3 release glibc-2.11.3Petr Baudis2010-11-301-1/+1
|
* Allow aux_cache_file open()ing to fail silently even in the chroot mode.Petr Baudis2010-11-302-8/+10
| | | | | | | | | | | | | | 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)
* Fix multiple nss_compat initgroups() bugsUlrich Drepper2010-11-302-8/+17
| | | | | | | | | | | | | | | | | 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)
* Remove duplicate ChangeLog entry for f906814Petr Baudis2010-11-301-7/+0
|
* Re-sync INSTALL and manual/install.texiPetr Baudis2010-11-302-2/+4
| | | | Required for flawless make dist run.
* Allow arbitrary whitespace in INSTALL (autogenerated by makeinfo)Petr Baudis2010-11-301-0/+1
|
* Properly convert f_fsid in statvfsAndreas Schwab2010-11-202-1/+8
| | | | (cherry picked from commit c21cc9bcb38a87ff638d1099ca871d94a2192b31)
* Define MAP_HUGETLB.Ulrich Drepper2010-11-203-2/+10
| | | | (cherry picked from commit cf7c9078a5acdbb435498ace92cd81009637a971)
* Define SWAP_FLAG_DISCARD.Ulrich Drepper2010-11-202-1/+6
| | | | (cherry picked from commit a1fb5e3ebe9d38b5ae6c5bfbfaa04882d52355bc)
* Fix memory leak in fnmatchAndreas Schwab2010-11-154-8/+24
| | | | (cherry picked from commit 3540d66b669af54900b2e4bfc0ab82960e84a471)
* Avoid too much stack use in fnmatch.Ulrich Drepper2010-11-153-61/+134
| | | | (cherry picked from commit f15ce4d8dc139523fe0c273580b604b2453acba6)
* Fix comparison in sqrtl for IBM long double 128.Luis Machado2010-11-152-2/+7
| | | | (cherry picked from commit da93d21475878725c9e0cb2b6e650bd8d3628435)
* Fix warnings in __bswap_16.Ulrich Drepper2010-11-153-21/+29
| | | | (cherry picked from commit 69da074d7adfab7b57004a0dea9403a928e310a5)
* Update sparc epoll.h from epoll_create2 to epoll_create1Mike Frysinger2010-11-152-4/+8
| | | | (cherry picked from commit fdc0c10d9b5c39ec20c35d2f3808d3c70cb7f60b)
* Don't mix pattern rules with normal rulesAndreas Schwab2010-11-152-1/+8
| | | | (cherry picked from commit 32cf40699346d37fabfa887bbd95e95004799ae1)
* Properly quote output of localeAndreas Schwab2010-11-152-7/+36
| | | | (cherry picked from commit 026373745eab50a683536d950cb7e17dc98c4259)
* Remove duplicate ChangeLog entry for 8e9f92ePetr Baudis2010-11-151-15/+0
|
* Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel2010-11-155-38/+68
| | | | | | | | (cherry picked from commit f09677388a44cd1460f8986ef1b096c73bd5b958) Fix assertion in ld.so, introduced by delayed adding to global list. (cherry picked from commit fa41c84d73be804639ecb2250f0b793b1a6f765e)
* Fix perturbing in malloc on free.Ulrich Drepper2010-11-092-2/+8
| | | | (cherry picked from commit fdc0f374bcd2d0513569aa8d600f960e43e8af1d)
* Work around shortest-stem feature in make 3.82+Andreas Schwab2010-11-093-6/+22
| | | | (cherry picked from commit bc96fbda275c305ddc1b0b6d94fc68d81369221a)
* Require suid bit on audit objects in privileged programsAndreas Schwab2010-11-091-0/+15
| | | | (cherry picked from commit 8e9f92e9d5d7737afdacf79b76d98c4c42980508)
* Don't expand DST twice in dl_openAndreas Schwab2010-11-092-29/+5
| | | | (cherry picked from commit 22cd1c9bcf57c5829d65b6da825f7a459d40c9eb)
* Expect PLT call to _Unwind_Find_FDE on s390*-linuxAndreas Schwab2010-11-093-0/+19
| | | | (cherry picked from commit 14d43591face21dbd4d51b5c46fa3c17740ddc78)
* Fix alignment of AVX safe area on x86-64.H.J. Lu2010-11-091-0/+7
| | | | (cherry picked from commit f90681487d90a6eea8f1c60021bc8dd83313c59b)
* One more regex memory leak fixed.Ulrich Drepper2010-11-093-0/+9
| | | | (cherry picked from commit b833d51fbbf78b38c6ff68074c22d3fe3ddd0ce3)
* More regex memory leak fixes and testcasesUlrich Drepper2010-11-095-5/+63
| | | | | (cherry picked from commit ef06edbee6463061a7f3dcbd2f56a625b41a4810) (cherry picked from commit e9b9cbf5e9bdcda6f0b50456658bac748202dd70)
* Fix memory leak for some invalid regular expressions.Ulrich Drepper2010-11-092-1/+14
| | | | (cherry picked from commit a129c80d54ec951567caa8c1b042275422d5f367)
* Linux getifaddrs might return entries with ->ifa_addr being NULL.Ulrich Drepper2010-11-092-5/+14
| | | | (cherry picked from commit 1751705d1c4e8b7aba391391d1d8d88fe8c9d8b8)
* Remove specific binutils version recommendation in INSTALL file.Ulrich Drepper2010-11-091-3/+3
| | | | (cherry picked from commit 10be4851911a00cca422c173788bce9a13dbde8e)
* Handle large requests.Ulrich Drepper2010-11-092-1/+24
| | | | (cherry picked from commit 3b11189345d0080527a76e3bf867da395a1b0261)
* getdents64 fallback d_type supportJoseph Myers2010-11-092-1/+11
| | | | (cherry picked from commit 1ac7a2c7b448c851eb8976fcc290a906a4075203)
* Fix register conflict in s390 ____longjmp_chkAndreas Schwab2010-11-093-10/+22
| | | | (cherry picked from commit 7291c56f9d6f5861d1c001bc63a364f047a74738)
* Fix _FORITY_SOURCE version of longjmp for Linux/x86-64.Chung-Lin Tang2010-11-092-11/+23
| | | | (cherry picked from commit c044aa75354b48d4b7aaffe465706282192e54c2)