Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-22 | One more change to XSAVE patch | Ulrich Drepper | 1 | -2/+4 | |
2011-07-22 | Fix AVX check | Andreas Schwab | 1 | -6/+15 | |
2011-07-21 | Fix overflow bug is optimized strncat for x86-64 | Ulrich Drepper | 2 | -29/+27 | |
2011-07-20 | Fix check for AVX enablement | Ulrich Drepper | 1 | -5/+12 | |
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. | |||||
2011-07-20 | Force :a_x86_64_ymm to be 16-byte aligned | Ulrich Drepper | 1 | -3/+4 | |
2011-07-20 | Fix missing include | Andreas Schwab | 1 | -1/+3 | |
2011-07-20 | Add const attr to gnu_dev_{major,minor,makedev} | Marek Polacek | 1 | -6/+6 | |
2011-07-19 | S/390: Don't use r11 in INTERNAL_VSYSCALL_NCS macro | Andreas Krebbel | 2 | -8/+8 | |
2011-07-19 | _dl_sort_fini: Remove unused argument | Marek Polacek | 1 | -3/+3 | |
2011-07-19 | Fix whitespaces | Ulrich Drepper | 4 | -12/+9 | |
2011-07-19 | Improve 64 bit strcat functions with SSE2/SSSE3 | Liubov Dmitrieva | 15 | -318/+1486 | |
2011-07-18 | Fix typos in pretty much unused code in sched.h header. | Ulrich Drepper | 1 | -1/+1 | |
2011-07-16 | Never use -mpreferred-stack-boundary=2 on i386, now disallowed by GCC. | Roland McGrath | 1 | -1/+4 | |
2011-07-14 | Quash a warning in strstr-c.c built for static. | Roland McGrath | 1 | -0/+2 | |
2011-07-11 | Generalize framework to register monitoring of files in nscd | Ulrich Drepper | 1 | -7/+1 | |
nscd can clear caches when certain files change. The list of files was hardcoded so far and worked for nss_files and nss_dns and those modules which need no monitoring. nss_db, for instance, has its own set of files to monitor. Now the NSS modules themselves can request that certain files are monitored. | |||||
2011-07-07 | Handle ext4 in {,f}pathconf | Ulrich Drepper | 3 | -9/+87 | |
ext4 has a higher LINK_MAX limit than ext2/3. Unfortunately it is not easy to distinguish the filesystems from userlevel. | |||||
2011-07-07 | Handle Lustre filesystem | Andreas Dilger | 3 | -2/+14 | |
2011-07-06 | Fix for installation in sysdeps/s390/s390-64/Makefile | Ulrich Drepper | 1 | -0/+12 | |
2011-07-06 | Rebuild configure scripts | Ulrich Drepper | 2 | -4/+4 | |
2011-06-30 | Make sure RES_USE_INET6 is always restored | Andreas Schwab | 1 | -0/+4 | |
2011-06-29 | Fix build with multiarch disabled. | Aurelien Jarno | 1 | -1/+8 | |
2011-06-27 | Add missing HAVE_SENDFILE definition | Ulrich Drepper | 1 | -0/+1 | |
2011-06-26 | Use __gettimeofday instead of gettimeofday | H.J. Lu | 1 | -1/+1 | |
2011-06-25 | Fix unwind info in 32bit SSE2/SSSE3 strncpy | H.J. Lu | 2 | -1/+5 | |
2011-06-24 | Improved st{r,p}{,n}cpy for SSE2 and SSSE3 on x86-64 | H.J. Lu | 10 | -1838/+5488 | |
2011-06-24 | Work around limit in writev in 2.6.38+ kernels | Ulrich Drepper | 2 | -2/+9 | |
2011-06-24 | Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32 | H.J. Lu | 16 | -4/+6556 | |
2011-06-22 | Avoid __check_pf calls in getaddrinfo unless really needed | Ulrich Drepper | 1 | -5/+12 | |
2011-06-22 | Fix Ipv4&IPv6 lookup in getaddrinfo | Andreas Schwab | 1 | -1/+1 | |
Problem introduced in the last patch. | |||||
2011-06-22 | Use a /sys/devices/system/cpu/online for _SC_NPROCESSORS_ONLN implementation | Ulrich Drepper | 1 | -3/+49 | |
2011-06-22 | Rate limit expensive _SC_NPROCESSORS_ONLN computation | Ulrich Drepper | 1 | -1/+31 | |
2011-06-22 | Clean up after kernel sigcontext header mess | Ulrich Drepper | 1 | -1/+5 | |
2011-06-21 | Fix IPv6-only lookups through getaddrinfo | Ulrich Drepper | 1 | -3/+31 | |
A recent patch introduced a problem where IPv6 lookups happily returned IPv4 addresses. | |||||
2011-06-21 | Minor optimization of getaddrinfo after recent patch | Ulrich Drepper | 1 | -14/+4 | |
2011-06-20 | Add an elf_ifunc_invoke interface so that architectures can implement | David S. Miller | 8 | -9/+61 | |
the ifunc resolver calls however they wish. | |||||
2011-06-15 | Improve 64-bit build | Andreas Schwab | 1 | -0/+6 | |
An imperfect version of fxstatat64 was used in ld.so. | |||||
2011-06-14 | Quash two memset undeclared warnings. | Andreas Jaeger | 1 | -1/+2 | |
2011-06-13 | Fix memory leak in getaddrinfo | Ulrich Drepper | 1 | -1/+1 | |
2011-06-07 | sparc: Fix LD_BIND_NOW with multiarch. | David S. Miller | 6 | -65/+19 | |
2011-06-03 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 1 | -1/+1 | |
Conflicts: ChangeLog | |||||
2011-06-03 | Assume Intel Core i3/i5/i7 processor if AVX is available | H.J. Lu | 1 | -0/+7 | |
2011-05-31 | Fix typo in stack guard setup code for old kernels | Ulrich Drepper | 1 | -1/+1 | |
2011-05-29 | Restore _res correctly | Ulrich Drepper | 1 | -2/+2 | |
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. | |||||
2011-05-29 | Same change for the other siginfi.h files | Ulrich Drepper | 3 | -6/+6 | |
2011-05-29 | Don't document si_code used for raise() | Ulrich Drepper | 1 | -2/+2 | |
2011-05-28 | Fix build for platforms with socketcall syscall | Ulrich Drepper | 1 | -1/+2 | |
2011-05-28 | Add support for time syscall in vDSO | Ulrich Drepper | 2 | -1/+16 | |
2011-05-28 | Add sendmmsg syscall | Ulrich Drepper | 6 | -2/+127 | |
2011-05-28 | Set setns system call | Ulrich Drepper | 3 | -3/+11 | |
2011-05-27 | Use getcpu definition from vDSO on x86-64 | Ulrich Drepper | 2 | -2/+17 | |