summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix encoding name for IDN in getaddrinfoAndreas Schwab2011-08-052-1/+9
| | | | (cherry picked from commit 2e96f1c73b06e81da59ef7fffa426dc201875f31)
* Fix inline strncat/strncmp on x86Andreas Schwab2011-08-052-8/+14
| | | | (cherry picked from commit 8c1a459f9a64abee69c154c8a0e5ab9be86256e4)
* One more typo in AVX testUlrich Drepper2011-07-252-2/+8
| | | | (cherry picked from commit bba33c289b1b24e1bb3075b7fce5b56c9d01ce2f)
* One more change to XSAVE patchUlrich Drepper2011-07-252-2/+10
| | | | (cherry picked from commit 1aae088a8aa2a4e4211bfe6c0e18100d85f106ae)
* Fix AVX checkAndreas Schwab2011-07-252-6/+21
| | | | (cherry picked from commit 1d002f25399c0a0ed2cc276d4ee18db869152384)
* Fix check for AVX enablementUlrich Drepper2011-07-254-13/+57
| | | | | | The AVX bit is set if the CPU supports AVX. But this doesn't mean the kernel does. Add checks according to Intel's documentation. (cherry picked from commit 5644ef5461b5d3ff266206d8ee70d4b575ea6658)
* Check for overflows in expressionsUlrich Drepper2011-07-212-8/+41
| | | | | Some passed in values might cause overflows in expressions. (cherry picked from commit 90bb2039e93c6b7e95531cf9a9dfc23bbb50f860)
* Force :a_x86_64_ymm to be 16-byte alignedUlrich Drepper2011-07-212-3/+8
| | | | (cherry picked from commit 6986b98a18490e76b16911d1c6b1ba013598d40d)
* Use size_t for strlen resultsAndreas Schwab2011-07-212-1/+6
| | | | (cherry picked from commit 28b59fca7ae3cfc2d57e0007aaa3793d4b775e97)
* Fix alloca accounting in strxfmAndreas Schwab2011-07-212-2/+7
| | | | (cherry picked from commit e0e722848005e335132015a64a09cad7f7a12073)
* Avoid possible crashes in anormal nscd exitsUlrich Drepper2011-07-212-1/+6
| | | | (cherry picked from commit feb1eb0be78b40d53c71474f07d1b0517ba95586)
* Add test case strtod underflowAndreas Jaeger2011-07-212-1/+7
| | | | (cherry picked from commit 04d08991c4612450880eb55a1d3070597429b7cb)
* Handle Lustre filesystemAndreas Dilger2011-07-214-2/+24
| | | | (cherry picked from commit de283087c74f720cf8a7171972e72b5fa2b45e79)
* Handle W; without long options in getoptUlrich Drepper2011-07-212-2/+13
| | | | (cherry picked from commit 01636b2140cd1281202b89f7103249ed598065c4)
* Change error code for underflows in strtodUlrich Drepper2011-07-212-2/+7
| | | | (cherry picked from commit 9895c8bc62759a2d7abf95654fb2aefe5677a930)
* Fix robust mutex handling after forkUlrich Drepper2011-07-045-15/+66
| | | | (cherry picked from commit 6f8326cacd08bf7d1966743086855fc36574bf74)
* Make sure RES_USE_INET6 is always restoredAndreas Schwab2011-06-302-0/+9
| | | | (cherry picked from commit 89f654c57b3b9a6aee480e25e37f88f06c898901)
* Fix quoting in some installed shell scriptsUlrich Drepper2011-06-303-2/+8
| | | | (cherry picked from commit 5c0b8d9013560bb24805844d31a7fb3959ee1e8d)
* Fix crash in GB18030 encoderAndreas Schwab2011-06-282-6/+11
| | | | (cherry picked from commit a4172181585cec75422786d905c6e03ddfa7cd20)
* Fix Ipv4&IPv6 lookup in getaddrinfoAndreas Schwab2011-06-242-1/+5
| | | | | Problem introduced in the last patch. (cherry picked from commit e12df166d37522c2ed434c2d70a1b04640d2d7c6)
* Fix IPv6-only lookups through getaddrinfoUlrich Drepper2011-06-222-3/+37
| | | | | | A recent patch introduced a problem where IPv6 lookups happily returned IPv4 addresses. (cherry picked from commit c0244a9dedce43a4b950d91451b16a7cf5408476)
* Fix typo in recent resolver change which causes segvsUlrich Drepper2011-06-162-2/+7
| | | | (cherry picked from commit 57912a71cc379f8582e3ea272782dc39c6c02e45)
* Improve 64-bit buildAndreas Schwab2011-06-162-0/+10
| | | | | An imperfect version of fxstatat64 was used in ld.so. (cherry picked from commit ee22793dd0b6c6bcbf341b5324da1af83d07dd13)
* Quash two memset undeclared warnings.Andreas Jaeger2011-06-164-2/+13
| | | | (cherry picked from commit c71ca1f89c6e89d8c4145e4c2fdcce2fc78812bd)
* Fix memory leak in getaddrinfoUlrich Drepper2011-06-142-1/+6
| | | | (cherry picked from commit 3154bfb8c7fb84fbf7ecdc787752b395579d2ac7)
* sparc: Fix LD_BIND_NOW with multiarch.David S. Miller2011-06-077-65/+33
|
* S/390 longlong.h: Fix smul_ppmm with -m31 -mzarchAndreas Krebbel2011-06-072-1/+5
|
* Use canonical FSF .texi files for LGPL and FDL texts.Roland McGrath2011-06-065-46/+45
|
* Fix <bits/mqueue2.h> for C++Jakub Jelinek2011-06-043-7/+16
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-06-032-1/+6
|\ | | | | | | | | Conflicts: ChangeLog
| * Fix typo in stack guard setup code for old kernelsUlrich Drepper2011-05-312-1/+6
| |
* | Assume Intel Core i3/i5/i7 processor if AVX is availableH.J. Lu2011-06-032-0/+12
|/
* Don't free non-malloced memory and fix memory leakUlrich Drepper2011-05-312-4/+17
|
* 2.14 releaseglibc-2.14Ulrich Drepper2011-05-313-3/+6
|
* No need for RANLIB make variable anymoreUlrich Drepper2011-05-312-1/+4
|
* Updated translation template fileUlrich Drepper2011-05-311-668/+937
|
* Also translation messages in .ksh filesUlrich Drepper2011-05-312-3/+12
|
* Handle DNS server failures in case of AF_UNSPEC lookups correctlyUlrich Drepper2011-05-303-7/+16
|
* Undo last patchUlrich Drepper2011-05-301-6/+6
|
* Add BZ number to NEWSUlrich Drepper2011-05-301-6/+6
|
* Handle DSOs without any dependency in ld.soUlrich Drepper2011-05-305-52/+62
|
* One more thinko in CLUlrich Drepper2011-05-302-1/+2
|
* Fix typo in CLUlrich Drepper2011-05-301-1/+1
|
* Prevent loader from loading itselfUlrich Drepper2011-05-302-0/+12
|
* Restore _res correctlyUlrich Drepper2011-05-293-9/+14
| | | | | | getaddrinfo works around the resolver functionality to avoid automatic IPv6 lookups. The restoring didn't allow for the resolver to set additional bits in _res.
* Reference wrong BZUlrich Drepper2011-05-292-2/+2
|
* Interpret numeric values in shadow file as signedUlrich Drepper2011-05-293-20/+24
|
* Make resolv.conf parsing more compactUlrich Drepper2011-05-292-32/+37
|
* Recognize use-vc option in resolv.confUlrich Drepper2011-05-293-8/+15
|
* Record when bug 11577 was fixed and by which patchUlrich Drepper2011-05-292-5/+6
|