Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-06 | Avoid gettimeofday vsyscall | Ulrich Drepper | 1 | -19/+3 | |
2011-09-06 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 1 | -0/+1 | |
2011-09-06 | Remove now-wrong comment | Ulrich Drepper | 1 | -5/+0 | |
2011-09-06 | Fix missing declaration | Andreas Schwab | 1 | -0/+1 | |
2011-09-06 | Prefer real syscalls instead of vsyscalls on x86-64 outside libc.so | Ulrich Drepper | 4 | -3/+28 | |
2011-09-05 | Fix whitespaces | Ulrich Drepper | 2 | -2/+0 | |
2011-09-05 | Add Atom-optimized strchr and strrchr for x86-64 | Liubov Dmitrieva | 5 | -3/+851 | |
2011-09-05 | Try shell in posix_spawn* only in compat mode | Ulrich Drepper | 2 | -9/+15 | |
2011-09-05 | Fix whitespaces | Ulrich Drepper | 2 | -2/+0 | |
2011-09-05 | Optimized strchr and strrchr with SSE2 on x86-32 | Liubov Dmitrieva | 7 | -1/+1656 | |
2011-09-05 | Add optimized x86-64 wcscmp | Ulrich Drepper | 1 | -0/+936 | |
2011-09-05 | Fix whitespaces | Ulrich Drepper | 3 | -4/+1 | |
2011-09-05 | Add x86-32 optimized wcscmp | Ulrich Drepper | 4 | -1/+1075 | |
2011-09-05 | Fixes and optimizations for 32-bit sparc fabs*(). | David S. Miller | 5 | -13/+63 | |
2011-09-05 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 12 | -153/+266 | |
Conflicts: ChangeLog | |||||
2011-09-05 | Fix semid_ds for x86-64 | Ulrich Drepper | 1 | -1/+5 | |
2011-09-01 | Sanitize HWCAP_SPARC_* defines/usage, and add new entries. | David S. Miller | 8 | -19/+69 | |
2011-08-31 | Fix sparc localplt testcase failures. | David S. Miller | 4 | -132/+195 | |
2011-08-29 | rtld, i386: Fix cfi directive in audit trampoline code | Jiri Olsa | 1 | -2/+2 | |
_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 | 1 | -247/+169 | |
2011-08-23 | Fix nptl/tst-cancel17 and nptl/tst-cancelx17 with recent gcc. | David S. Miller | 1 | -1/+13 | |
2011-08-23 | Fix jmpbuf unwind checks on sparc64. | David S. Miller | 2 | -4/+4 | |
2011-08-23 | Fix spurious nop at start of __strspn_ia32 | Andreas Schwab | 1 | -2/+2 | |
2011-08-23 | Fix duplicate definition of Elf64_FuncDesc | Aurelien Jarno | 2 | -8/+7 | |
2011-08-22 | Bug fixes for ____longjmp_chk on sparc. | David S. Miller | 2 | -5/+32 | |
2011-08-22 | Fix missing declaration | Andreas Schwab | 1 | -0/+1 | |
2011-08-21 | Use ifuncs for time and gettimeofday on x86-64 | Ulrich Drepper | 4 | -70/+47 | |
2011-08-20 | Fix minor CFI problem in regular x86-64 trampoline | Ulrich Drepper | 1 | -1/+2 | |
2011-08-20 | Fix CFI info in x86-64 trampolines for non-AVX code | Ulrich Drepper | 2 | -11/+19 | |
2011-08-20 | Adjust libm test ulps for powerpc | Andreas Schwab | 1 | -0/+2 | |
2011-08-20 | Remove the file< | Andreas Schwab | 1 | -1/+0 | |
2011-08-20 | Use correct scandir64 implementation on ppc64 | Andreas Schwab | 1 | -0/+1 | |
2011-08-17 | Fix tst-writev on non-4K page size | David S. Miller | 1 | -1/+1 | |
2011-08-16 | Improve printing of lookup scopes | Ulrich Drepper | 1 | -1/+1 | |
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 | 1 | -5/+13 | |
2011-08-14 | Warning patrol. | Roland McGrath | 1 | -1/+1 | |
2011-08-14 | * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY, | David S. Miller | 1 | -2/+2 | |
RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc. | |||||
2011-08-13 | Implement LD_DEBUG=scopes | Ulrich Drepper | 1 | -2/+6 | |
2011-08-11 | Minor optimization of popcount in l10nflist | Ulrich Drepper | 1 | -0/+13 | |
2011-08-11 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 4 | -4/+4 | |
Conflicts: ChangeLog | |||||
2011-08-11 | Clean up PLT use for scandirat | Andreas Schwab | 1 | -1/+1 | |
2011-08-10 | * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in | David S. Miller | 4 | -4/+4 | |
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 | 4 | -8/+122 | |
2011-08-08 | Avoid multiple definitions of identical scandir cancellation handler | Ulrich Drepper | 1 | -1/+2 | |
2011-08-04 | Fix encoding name for IDN in getaddrinfo | Andreas Schwab | 1 | -1/+4 | |
2011-08-04 | Fix up __kernel_rem_pio2 for FLT_EVAL_METHOD != 0 architectures | Jakub Jelinek | 1 | -6/+12 | |
2011-08-04 | Fix whitespaces | Ulrich Drepper | 2 | -2/+0 | |
2011-08-04 | Improve x86-32 strcat functions with SSE2/SSSE3 | Liubov Dmitrieva | 10 | -317/+2314 | |
2011-08-04 | Fix inline strncat/strncmp on x86 | Andreas Schwab | 2 | -9/+9 | |
2011-07-23 | Define AF_NFC and PF_NFC | Ulrich Drepper | 2 | -2/+6 | |