Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-31 | Fix sparc localplt testcase failures.carlos/master | David S. Miller | |
2011-08-29 | rtld, i386: Fix cfi directive in audit trampoline code | Jiri Olsa | |
_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. | |||
2011-08-24 | Rewritten v9/64-bit sparc strcmp. | David S. Miller | |
2011-08-23 | Fix nptl/tst-cancel17 and nptl/tst-cancelx17 with recent gcc. | David S. Miller | |
2011-08-23 | Fix jmpbuf unwind checks on sparc64. | David S. Miller | |
2011-08-23 | Fix spurious nop at start of __strspn_ia32 | Andreas Schwab | |
2011-08-23 | Fix duplicate definition of Elf64_FuncDesc | Aurelien Jarno | |
2011-08-22 | Bug fixes for ____longjmp_chk on sparc. | David S. Miller | |
2011-08-22 | Fix missing declaration | Andreas Schwab | |
2011-08-21 | Use ifuncs for time and gettimeofday on x86-64 | Ulrich Drepper | |
2011-08-20 | Fix minor CFI problem in regular x86-64 trampoline | Ulrich Drepper | |
2011-08-20 | Fix CFI info in x86-64 trampolines for non-AVX code | Ulrich Drepper | |
2011-08-20 | Adjust libm test ulps for powerpc | Andreas Schwab | |
2011-08-20 | Remove the file< | Andreas Schwab | |
2011-08-20 | Use correct scandir64 implementation on ppc64 | Andreas Schwab | |
2011-08-17 | Fix tst-writev on non-4K page size | David S. Miller | |
2011-08-16 | Improve printing of lookup scopes | Ulrich Drepper | |
The scope of a new object should be printed earlier and when the scope of an already loaded object is extended only the changes should be printed. | |||
2011-08-14 | More warning patrol, in dead code (sigh). | Roland McGrath | |
2011-08-14 | Warning patrol. | Roland McGrath | |
2011-08-14 | * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY, | David S. Miller | |
RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc. | |||
2011-08-13 | Implement LD_DEBUG=scopes | Ulrich Drepper | |
2011-08-11 | Minor optimization of popcount in l10nflist | Ulrich Drepper | |
2011-08-11 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | |
Conflicts: ChangeLog | |||
2011-08-11 | Clean up PLT use for scandirat | Andreas Schwab | |
2011-08-10 | * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in | David S. Miller | |
enum. * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise. * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise. * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise. | |||
2011-08-09 | Implement scandirat function | Ulrich Drepper | |
2011-08-08 | Avoid multiple definitions of identical scandir cancellation handler | Ulrich Drepper | |
2011-08-04 | Fix encoding name for IDN in getaddrinfo | Andreas Schwab | |
2011-08-04 | Fix up __kernel_rem_pio2 for FLT_EVAL_METHOD != 0 architectures | Jakub Jelinek | |
2011-08-04 | Fix whitespaces | Ulrich Drepper | |
2011-08-04 | Improve x86-32 strcat functions with SSE2/SSSE3 | Liubov Dmitrieva | |
2011-08-04 | Fix inline strncat/strncmp on x86 | Andreas Schwab | |
2011-07-23 | Define AF_NFC and PF_NFC | Ulrich Drepper | |
2011-07-23 | Update ptrace constants | Ulrich Drepper | |
2011-07-23 | One more typo in AVX test | Ulrich Drepper | |
2011-07-23 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | |
Conflicts: ChangeLog | |||
2011-07-22 | One more change to XSAVE patch | Ulrich Drepper | |
2011-07-22 | Fix AVX check | Andreas Schwab | |
2011-07-21 | Fix overflow bug is optimized strncat for x86-64 | Ulrich Drepper | |
2011-07-20 | Fix check for AVX enablement | Ulrich Drepper | |
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 | |
2011-07-20 | Fix missing include | Andreas Schwab | |
2011-07-20 | Add const attr to gnu_dev_{major,minor,makedev} | Marek Polacek | |
2011-07-19 | S/390: Don't use r11 in INTERNAL_VSYSCALL_NCS macro | Andreas Krebbel | |
2011-07-19 | _dl_sort_fini: Remove unused argument | Marek Polacek | |
2011-07-19 | Fix whitespaces | Ulrich Drepper | |
2011-07-19 | Improve 64 bit strcat functions with SSE2/SSSE3 | Liubov Dmitrieva | |
2011-07-18 | Fix typos in pretty much unused code in sched.h header. | Ulrich Drepper | |
2011-07-16 | Never use -mpreferred-stack-boundary=2 on i386, now disallowed by GCC. | Roland McGrath | |
2011-07-14 | Quash a warning in strstr-c.c built for static. | Roland McGrath | |