about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* Unify getent output for initgroups databaseUlrich Drepper2011-10-311-0/+4
| | | | | Requests for other fail if iteration is not supported and no parameters are given. Do this for initgroups as well.
* Fix typo in CLUlrich Drepper2011-10-311-1/+1
|
* Cache network interface informationUlrich Drepper2011-10-311-0/+26
| | | | | | | | | | | | Whenever getaddrinfo needed network interface information it used the netlink interface to read the information every single time. The problem is that this information can change at any time. The patch implements monitoring of the network interfaces through nscd. If no change is detected the previously read information can be reused (which is the norm). This timestamp information is also made available to other processes using the shared memory segment between nscd and those processes.
* Fix potential double close in __check_fd if OOMUlrich Drepper2011-10-301-0/+6
|
* Avoid assertion in processes with VM in bad shapeUlrich Drepper2011-10-291-0/+4
|
* Mark a few more functions with __THROWNL.Ulrich Drepper2011-10-291-0/+6
|
* Fix accuracy problem in generic sinUlrich Drepper2011-10-291-0/+7
|
* Correctly NUL-terminate link name in sprofUlrich Drepper2011-10-291-0/+4
|
* Cleanups in ldconfig's chroot handlingUlrich Drepper2011-10-291-0/+2
|
* Avoid warning in dl-lookup.cUlrich Drepper2011-10-291-0/+2
|
* Fix readlink call in ldconfig's chroot handlingThomas Jarosch2011-10-291-0/+4
|
* Add strchrnul performance testUlrich Drepper2011-10-291-0/+4
|
* Update Spanish translationUlrich Drepper2011-10-291-0/+1
|
* Update Italian translationUlrich Drepper2011-10-291-0/+4
|
* More cleanups of x86-64 strstrUlrich Drepper2011-10-281-0/+2
|
* Clean up x86-64 strcasestrUlrich Drepper2011-10-281-0/+5
| | | | Actually describe in the C code what is going on.
* Remove code without too much effectsUlrich Drepper2011-10-281-0/+23
| | | | | Some of the AVX-specific code is not giving enough speed-up to justify the extra code.
* Fix some warning nitsAndreas Schwab2011-10-281-0/+4
|
* Move wide char related routines to wcsmbs subdirAndreas Schwab2011-10-281-0/+5
|
* Don't mark memory synchronisation functions as leafAndreas Schwab2011-10-271-0/+7
|
* BZ#13349: Missing BZ tag for last change.Roland McGrath2011-10-261-0/+1
|
* Remove mention of open_obstack_stream, which has never existed in libio.Roland McGrath2011-10-261-0/+6
|
* Fix uses of math_force_evalAndreas Schwab2011-10-261-0/+4
|
* Make math_force_eval accept non-addressable argumentsAndreas Schwab2011-10-261-0/+6
|
* Add AVX optimized versions for some x86-64 math functionsUlrich Drepper2011-10-251-0/+35
|
* Typo in CLUlrich Drepper2011-10-251-1/+1
|
* Optimize x86-64 SSE4.2+ strcmp a bit moreUlrich Drepper2011-10-251-0/+5
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-10-251-0/+7
|\
| * Use correct signedness in default implementations of wcscmp and wmemcmpAndreas Schwab2011-10-251-0/+3
| |
| * Fix strchr testAndreas Schwab2011-10-251-0/+4
| |
* | Use math_force_eval in more placesUlrich Drepper2011-10-251-0/+22
|/
* Use VEX encoding in inline math functions on x86-64 when possibleUlrich Drepper2011-10-251-0/+4
|
* Small optimization of dependency sortingAndreas Schwab2011-10-251-0/+6
|
* Cleanup FMA4 patchUlrich Drepper2011-10-251-0/+50
| | | | | Move the FMA4 code into its own section. Avoid some of the duplication of data resulting from the double use of source files.
* Better DLA_FMSUlrich Drepper2011-10-241-2/+4
| | | | | It's better to use __builtin_fma if it works. Use it for gcc 4.6 and higher. Move the x86-64 dla.h to the correct place.
* Use inline asm for DLA_FMS because of broken old compilersUlrich Drepper2011-10-241-0/+3
|
* Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper2011-10-241-0/+57
|
* Finish renamed DLA_FMA -> DLA_FMSUlrich Drepper2011-10-241-0/+13
|
* Fix lost wcslen symbolAndreas Schwab2011-10-241-0/+4
|
* Optimized remquo for 64-bit platformsUlrich Drepper2011-10-231-0/+2
|
* Optimize f_modUlrich Drepper2011-10-231-0/+4
| | | | | Branch prediction for the 32-bit implementation and a new optimized 64-bit implementation.
* Fix strnlen changeUlrich Drepper2011-10-231-0/+4
|
* Add optimized wcslen and strnlen for x86-32Liubov Dmitrieva2011-10-231-0/+15
|
* Optimized strnlen and wcscmp for x86-64Liubov Dmitrieva2011-10-231-0/+14
|
* Improve x86-32 SSSE3 memcpyMichael Zolotukhin2011-10-231-0/+5
|
* Add wcschr test casesLiubov Dmitrieva2011-10-231-2/+9
|
* Add wcslen test casesLiubov Dmitrieva2011-10-231-0/+9
|
* Update Italian translationUlrich Drepper2011-10-231-0/+4
|
* Fix signedness in wcscmp comparisonLiubov Dmitrieva2011-10-231-0/+11
|
* Clean up last dla.h changeUlrich Drepper2011-10-231-0/+14
|