about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* glibc 2.14.1 release glibc-2.14.1 release/2.14/masterAndreas Schwab2011-10-072-1/+5
|
* NEWS for 2.14.1Andreas Schwab2011-10-071-1/+8
|
* Correctly reparse group line after enlarging the bufferAndreas Schwab2011-10-072-4/+13
| | | | (cherry picked from commit 32c76b63be605d12314e0c6ac2bd702c883d1423)
* Avoid race between {,__de}allocate_stack and __reclaim_stacks during forkAndreas Schwab2011-09-157-9/+41
| | | | (cherry picked from commit 7a775e6b3d938586db5a66a76de9c14667151cf9)
* Fix setxid race handling exiting threadsAndreas Schwab2011-09-072-1/+15
| | | | (cherry picked from commit 523df511514331a7fa0668b37a917b52f71684af)
* rtld, i386: Fix cfi directive in audit trampoline codeJiri Olsa2011-09-072-2/+7
| | | | | | | | | | | | _dl_runtime_profile function has wrong cfi directive when rewinding stack back for the pltexit path. Only 8 bytes - 2 'pop edx' instructions from the pltentry-only code should be rewinded back. With attached patch, I'm able to rewind stack correctly throught the rtld code from audit library callback. (cherry picked from commit fbeb5f4db12dccb985ee10eb87fe00b46562b796)
* Fix scope handling during dl_closeAndreas Schwab2011-09-078-1/+103
| | | | (cherry picked from commit 39dd69dfb9b8948720f05455df6775b70238803f)
* Fix spurious nop at start of __strspn_ia32Andreas Schwab2011-09-072-2/+7
| | | | (cherry picked from commit 2cae4995416cc25f381686902b4243f0095daedd)
* Revert "Don't crash when dependencies are missing"Andreas Schwab2011-09-072-4/+9
| | | | | This reverts commit f2092faf2b6bd491a1891d5d5e393a8bf85d01d7. (cherry picked from commit f55ffe58e9754e54f2de20c67613e8a26a9878df)
* Correct cycle detection during dependency sortingAndreas Schwab2011-09-076-18/+83
| | | | (cherry picked from commit e888bcbe4fb8ad538ec640bfb18b687d51e001e7)
* Add test for BZ 13114Ulrich Drepper2011-09-073-1/+33
| | | | (cherry picked from commit 5c43483f0c868a29161979a783b7a728d665f06e)
* Fix fopen (non-existing-file, "re") errnoAndreas Jaeger2011-09-072-13/+17
| | | | (cherry picked from commit a101b025af141e956feb04042ee75e28997c0011)
* Fix minor CFI problem in regular x86-64 trampolineUlrich Drepper2011-09-072-1/+7
| | | | (cherry picked from commit 0276a718c0fa58916a6e7c54bad22b4e58bb39b4)
* Fix CFI info in x86-64 trampolines for non-AVX codeUlrich Drepper2011-09-073-11/+27
| | | | (cherry picked from commit c88f17668b67d22fe470933ab81119de587ee175)
* Clean up locale/Makefile variables for -D switches.Roland McGrath2011-08-152-11/+26
| | | | (cherry picked from commit 675456ef83622a17c86ae60b94b8e5e3a9d5bb2f)
* Fix compile problemUlrich Drepper2011-08-153-10/+22
| | | | | l10nflist compiles for localedef now. Optimize a bit. (cherry picked from commit f9ddf089f124279836930692b9cd7bc807e60088)
* Locale-independent parsing in libintlUlrich Drepper2011-08-152-6/+11
| | | | (cherry picked from commit 89edf2e9119b57fc404891670d2bc47bdfdb61ef)
* Fix stack alignment on x86_64Andreas Schwab2011-08-094-7/+16
| | | | (cherry picked from commit a724d1b9bfa0f6ee9146b365e43ea6e245d0cf0c)
* Properly tokenize nameserver line for servers with IPv6 addressAndreas Schwab2011-08-052-1/+6
| | | | (cherry picked from commit 9be9bfcc9de543ac0ac335692cbbf8a0f46a2ccc)
* 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
| |