Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use extend_alloca in _dl_map_object_deps. | Paul Pluzhnikov | 2011-10-31 | 2 | -2/+22 | |
| | ||||||
* | Unify getent output for initgroups database | Ulrich Drepper | 2011-10-31 | 3 | -2/+12 | |
| | | | | | Requests for other fail if iteration is not supported and no parameters are given. Do this for initgroups as well. | |||||
* | Fix typo in CL | Ulrich Drepper | 2011-10-31 | 1 | -1/+1 | |
| | ||||||
* | Cache network interface information | Ulrich Drepper | 2011-10-31 | 10 | -46/+359 | |
| | | | | | | | | | | | | 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 OOM | Ulrich Drepper | 2011-10-30 | 2 | -15/+24 | |
| | ||||||
* | Add bug number | Ulrich Drepper | 2011-10-29 | 1 | -2/+2 | |
| | ||||||
* | Avoid assertion in processes with VM in bad shape | Ulrich Drepper | 2011-10-29 | 2 | -4/+8 | |
| | ||||||
* | Mark a few more functions with __THROWNL. | Ulrich Drepper | 2011-10-29 | 3 | -12/+18 | |
| | ||||||
* | Add missing register initialization in x86-64 pthread_cond_timedwait | Ulrich Drepper | 2011-10-29 | 3 | -4/+12 | |
| | ||||||
* | Fix accuracy problem in generic sin | Ulrich Drepper | 2011-10-29 | 4 | -5/+13 | |
| | ||||||
* | Typo in last checkin | Ulrich Drepper | 2011-10-29 | 1 | -1/+1 | |
| | ||||||
* | Correctly NUL-terminate link name in sprof | Ulrich Drepper | 2011-10-29 | 3 | -4/+9 | |
| | ||||||
* | Cleanups in ldconfig's chroot handling | Ulrich Drepper | 2011-10-29 | 2 | -3/+4 | |
| | ||||||
* | Avoid warning in dl-lookup.c | Ulrich Drepper | 2011-10-29 | 2 | -2/+4 | |
| | ||||||
* | Fix readlink call in ldconfig's chroot handling | Thomas Jarosch | 2011-10-29 | 3 | -4/+9 | |
| | ||||||
* | Add strchrnul performance test | Ulrich Drepper | 2011-10-29 | 4 | -8/+27 | |
| | ||||||
* | Update Spanish translation | Ulrich Drepper | 2011-10-29 | 2 | -4903/+5389 | |
| | ||||||
* | Update Italian translation | Ulrich Drepper | 2011-10-29 | 2 | -3/+7 | |
| | ||||||
* | More cleanups of x86-64 strstr | Ulrich Drepper | 2011-10-28 | 2 | -13/+14 | |
| | ||||||
* | Clean up x86-64 strcasestr | Ulrich Drepper | 2011-10-28 | 2 | -13/+17 | |
| | | | | Actually describe in the C code what is going on. | |||||
* | Remove code without too much effects | Ulrich Drepper | 2011-10-28 | 16 | -113/+28 | |
| | | | | | Some of the AVX-specific code is not giving enough speed-up to justify the extra code. | |||||
* | Fix some warning nits | Andreas Schwab | 2011-10-28 | 3 | -7/+9 | |
| | ||||||
* | Move wide char related routines to wcsmbs subdir | Andreas Schwab | 2011-10-28 | 2 | -3/+12 | |
| | ||||||
* | Don't mark memory synchronisation functions as leaf | Andreas Schwab | 2011-10-27 | 7 | -26/+45 | |
| | ||||||
* | BZ#13349: Missing BZ tag for last change. | Roland McGrath | 2011-10-26 | 1 | -0/+1 | |
| | ||||||
* | Remove mention of open_obstack_stream, which has never existed in libio. | Roland McGrath | 2011-10-26 | 3 | -60/+7 | |
| | ||||||
* | Fix uses of math_force_eval | Andreas Schwab | 2011-10-26 | 4 | -6/+10 | |
| | ||||||
* | Make math_force_eval accept non-addressable arguments | Andreas Schwab | 2011-10-26 | 3 | -5/+13 | |
| | ||||||
* | Add AVX optimized versions for some x86-64 math functions | Ulrich Drepper | 2011-10-25 | 30 | -92/+370 | |
| | ||||||
* | Typo in CL | Ulrich Drepper | 2011-10-25 | 1 | -1/+1 | |
| | ||||||
* | Optimize x86-64 SSE4.2+ strcmp a bit more | Ulrich Drepper | 2011-10-25 | 2 | -175/+135 | |
| | ||||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-10-25 | 4 | -31/+42 | |
|\ | ||||||
| * | Use correct signedness in default implementations of wcscmp and wmemcmp | Andreas Schwab | 2011-10-25 | 3 | -20/+23 | |
| | | ||||||
| * | Fix strchr test | Andreas Schwab | 2011-10-25 | 2 | -11/+19 | |
| | | ||||||
* | | Use math_force_eval in more places | Ulrich Drepper | 2011-10-25 | 21 | -310/+257 | |
|/ | ||||||
* | Use VEX encoding in inline math functions on x86-64 when possible | Ulrich Drepper | 2011-10-25 | 2 | -48/+142 | |
| | ||||||
* | Small optimization of dependency sorting | Andreas Schwab | 2011-10-25 | 3 | -2/+8 | |
| | ||||||
* | Cleanup FMA4 patch | Ulrich Drepper | 2011-10-25 | 47 | -198/+494 | |
| | | | | | 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_FMS | Ulrich Drepper | 2011-10-24 | 2 | -3/+12 | |
| | | | | | 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. | |||||
* | Remove warnings in NPTL tests | Ulrich Drepper | 2011-10-24 | 5 | -9/+17 | |
| | ||||||
* | Use inline asm for DLA_FMS because of broken old compilers | Ulrich Drepper | 2011-10-24 | 2 | -2/+9 | |
| | ||||||
* | Optimize accurate 64-bit routines for FMA4 on x86-64 | Ulrich Drepper | 2011-10-24 | 48 | -177/+595 | |
| | ||||||
* | Finish renamed DLA_FMA -> DLA_FMS | Ulrich Drepper | 2011-10-24 | 9 | -9/+22 | |
| | ||||||
* | Fix lost wcslen symbol | Andreas Schwab | 2011-10-24 | 2 | -3/+7 | |
| | ||||||
* | Optimized remquo for 64-bit platforms | Ulrich Drepper | 2011-10-23 | 2 | -0/+114 | |
| | ||||||
* | Optimize f_mod | Ulrich Drepper | 2011-10-23 | 3 | -6/+113 | |
| | | | | | Branch prediction for the 32-bit implementation and a new optimized 64-bit implementation. | |||||
* | Remove unnecessary include from x86-32 tls.h | Ulrich Drepper | 2011-10-23 | 2 | -2/+5 | |
| | ||||||
* | Fix strnlen change | Ulrich Drepper | 2011-10-23 | 4 | -7/+10 | |
| | ||||||
* | Add optimized wcslen and strnlen for x86-32 | Liubov Dmitrieva | 2011-10-23 | 12 | -47/+757 | |
| | ||||||
* | Fix WS | Ulrich Drepper | 2011-10-23 | 1 | -1/+1 | |
| |