about summary refs log tree commit diff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Fix memory leak in case of failed dlopenUlrich Drepper2011-09-071-1/+1
|
* Remove invalid BZ numberUlrich Drepper2011-09-071-1/+1
|
* Fix profiling on powerpc32 secure-plt shared libs and PIEsAlan Modra2011-09-071-2/+2
|
* Try shell in posix_spawn* only in compat modeUlrich Drepper2011-09-051-1/+1
|
* Fix glob.h header by removing gcc 1.x supportUlrich Drepper2011-09-051-1/+1
|
* Use O_CLOEXEC when loading ld.so cacheUlrich Drepper2011-09-051-2/+2
|
* Optimized strchr and strrchr with SSE2 on x86-32Liubov Dmitrieva2011-09-051-0/+3
|
* Add optimized x86-64 wcscmpUlrich Drepper2011-09-051-1/+2
|
* Add x86-32 optimized wcscmpUlrich Drepper2011-09-051-1/+1
|
* Fix semid_ds for x86-64Ulrich Drepper2011-09-051-2/+3
|
* Add test for BZ 13114Ulrich Drepper2011-08-201-2/+2
|
* Implement scandirat functionUlrich Drepper2011-08-091-1/+4
|
* Adjust test for correct installationUlrich Drepper2011-07-231-2/+2
|
* Check for overflows in expressionsUlrich Drepper2011-07-201-1/+1
| | | | Some passed in values might cause overflows in expressions.
* Fix check for AVX enablementUlrich Drepper2011-07-201-2/+2
| | | | | 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.
* Correct feature announcementUlrich Drepper2011-07-191-1/+1
|
* Improve 64 bit strcat functions with SSE2/SSSE3Liubov Dmitrieva2011-07-191-1/+4
|
* Handle Lustre filesystemAndreas Dilger2011-07-071-1/+1
|
* Handle W; without long options in getoptUlrich Drepper2011-07-061-1/+1
|
* Change error code for underflows in strtodUlrich Drepper2011-07-061-2/+2
|
* Fix quoting in some installed shell scriptsUlrich Drepper2011-06-281-2/+2
|
* Improved st{r,p}{,n}cpy for SSE2 and SSSE3 on x86-64H.J. Lu2011-06-241-0/+3
|
* Work around limit in writev in 2.6.38+ kernelsUlrich Drepper2011-06-241-1/+1
|
* Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32H.J. Lu2011-06-241-1/+4
|
* Avoid __check_pf calls in getaddrinfo unless really neededUlrich Drepper2011-06-221-2/+2
|
* Fix IPv6-only lookups through getaddrinfoUlrich Drepper2011-06-211-1/+5
| | | | | A recent patch introduced a problem where IPv6 lookups happily returned IPv4 addresses.
* Add initgroups lookups to nss_dbUlrich Drepper2011-06-151-1/+5
|
* Add pldd programUlrich Drepper2011-06-091-1/+4
|
* Start 2.15 developmentUlrich Drepper2011-06-071-1/+3
|
* Fix <bits/mqueue2.h> for C++Jakub Jelinek2011-06-041-2/+2
|
* Handle DNS server failures in case of AF_UNSPEC lookups correctlyUlrich Drepper2011-05-301-3/+3
|
* 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-301-2/+2
|
* Restore _res correctlyUlrich Drepper2011-05-291-7/+7
| | | | | | 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-291-1/+1
|
* Interpret numeric values in shadow file as signedUlrich Drepper2011-05-291-10/+10
|
* Recognize use-vc option in resolv.confUlrich Drepper2011-05-291-8/+9
|
* Record when bug 11577 was fixed and by which patchUlrich Drepper2011-05-291-5/+5
|
* Don't build AVX tests with old compilersUlrich Drepper2011-05-291-8/+8
|
* Mark malloc hook variables as deprecatedUlrich Drepper2011-05-291-0/+5
|
* Declare malloc hook variables as volatile.Ulrich Drepper2011-05-291-8/+8
|
* Don't document si_code used for raise()Ulrich Drepper2011-05-291-9/+9
|
* Fix unnecessary overallocation due to incomplete characterUlrich Drepper2011-05-281-1/+1
| | | | | | When incomplete characters are found at the end of a string the code ran amok and allocated lots of memory. Stricter limits are now in place.
* Add sotruss programUlrich Drepper2011-05-281-1/+4
|
* Add sendmmsg syscallUlrich Drepper2011-05-281-1/+1
|
* Set setns system callUlrich Drepper2011-05-281-1/+1
|
* Use getcpu definition from vDSO on x86-64Ulrich Drepper2011-05-271-1/+1
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-05-271-1/+1
|\ | | | | | | | | | | Conflicts: ChangeLog NEWS
| * Define RLIMIT_RTTIMEUlrich Drepper2011-05-231-2/+2
| |