Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trigonometric optimizations for POWER | Adhemerval Zanella | 2011-09-07 | 10 | -0/+1083 |
| | |||||
* | Fix profiling on powerpc32 secure-plt shared libs and PIEs | Alan Modra | 2011-09-07 | 7 | -8/+24 |
| | |||||
* | power7 strncmp optimization | Will Schmidt | 2011-09-07 | 3 | -2/+12 |
| | |||||
* | power7 memcpy VSX optimizations | Will Schmidt | 2011-09-07 | 3 | -29/+151 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-09-07 | 2 | -4/+6 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Revert "Fix semid_ds for x86-64" | Andreas Schwab | 2011-09-07 | 2 | -4/+6 |
| | | | | | | | | This reverts commit 2f0ad8f3a470fa5e9aeb9c5a41984f96ae58d7ba. | ||||
* | | Simplify AVX check | H.J. Lu | 2011-09-07 | 2 | -4/+6 |
|/ | |||||
* | Remove gettimeofday vsyscall use from x86-86 libpthread | Ulrich Drepper | 2011-09-07 | 6 | -45/+37 |
| | |||||
* | Make sure __vdso_clock_gettime always contains a valid pointer | Ulrich Drepper | 2011-09-07 | 3 | -0/+16 |
| | |||||
* | Fix handling of __vdso_clock_gettime | Ulrich Drepper | 2011-09-06 | 2 | -2/+9 |
| | |||||
* | Don't call gettimeofday vsyscall in x86-64 sem_timedwait | Ulrich Drepper | 2011-09-06 | 2 | -8/+10 |
| | |||||
* | Move Atom-optimized code out of the way and together | Ulrich Drepper | 2011-09-06 | 9 | -9/+23 |
| | |||||
* | Don't unconditionally use clock_gettime vsyscall on x86-64 | Ulrich Drepper | 2011-09-06 | 5 | -16/+40 |
| | |||||
* | Avoid gettimeofday vsyscall | Ulrich Drepper | 2011-09-06 | 2 | -19/+8 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-09-06 | 2 | -0/+6 |
|\ | |||||
| * | Fix missing declaration | Andreas Schwab | 2011-09-06 | 2 | -0/+6 |
| | | |||||
* | | Remove now-wrong comment | Ulrich Drepper | 2011-09-06 | 1 | -5/+0 |
|/ | |||||
* | Prefer real syscalls instead of vsyscalls on x86-64 outside libc.so | Ulrich Drepper | 2011-09-06 | 5 | -3/+38 |
| | |||||
* | Remove unused parameter in pldd and simplify ELF handling | Ulrich Drepper | 2011-09-05 | 3 | -11/+13 |
| | |||||
* | Fix whitespaces | Ulrich Drepper | 2011-09-05 | 2 | -2/+0 |
| | |||||
* | Add Atom-optimized strchr and strrchr for x86-64 | Liubov Dmitrieva | 2011-09-05 | 6 | -3/+861 |
| | |||||
* | Try shell in posix_spawn* only in compat mode | Ulrich Drepper | 2011-09-05 | 8 | -24/+83 |
| | |||||
* | Fix last checkin | Ulrich Drepper | 2011-09-05 | 1 | -0/+1 |
| | |||||
* | Fix glob.h header by removing gcc 1.x support | Ulrich Drepper | 2011-09-05 | 3 | -17/+7 |
| | |||||
* | Use O_CLOEXEC when loading ld.so cache | Ulrich Drepper | 2011-09-05 | 3 | -5/+14 |
| | |||||
* | Fix whitespaces | Ulrich Drepper | 2011-09-05 | 2 | -2/+0 |
| | |||||
* | Optimized strchr and strrchr with SSE2 on x86-32 | Liubov Dmitrieva | 2011-09-05 | 9 | -1/+1671 |
| | |||||
* | Add optimized x86-64 wcscmp | Ulrich Drepper | 2011-09-05 | 3 | -1/+940 |
| | |||||
* | Fix whitespaces | Ulrich Drepper | 2011-09-05 | 3 | -4/+1 |
| | |||||
* | Add x86-32 optimized wcscmp | Ulrich Drepper | 2011-09-05 | 7 | -4/+1090 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-09-05 | 13 | -70/+179 |
|\ | |||||
| * | Fixes and optimizations for 32-bit sparc fabs*(). | David S. Miller | 2011-09-05 | 6 | -13/+72 |
| | | |||||
| * | Fix nptl semaphore cleanup invocation. | David S. Miller | 2011-09-05 | 7 | -57/+107 |
| | | |||||
* | | Update Japanese translation | Ulrich Drepper | 2011-09-05 | 2 | -44/+43 |
|/ | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-09-05 | 19 | -175/+340 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Sanitize HWCAP_SPARC_* defines/usage, and add new entries. | David S. Miller | 2011-09-01 | 10 | -30/+85 |
| | | |||||
| * | Fix sparc localplt testcase failures. carlos/master | David S. Miller | 2011-08-31 | 7 | -134/+225 |
| | | |||||
| * | Fix setxid race handling exiting threads | Andreas Schwab | 2011-08-31 | 2 | -1/+15 |
| | | |||||
| * | Relocate objects in dependency order | Andreas Schwab | 2011-08-30 | 2 | -8/+8 |
| | | |||||
| * | rtld, i386: Fix cfi directive in audit trampoline code | Jiri Olsa | 2011-08-29 | 2 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | _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. | ||||
* | | Fix semid_ds for x86-64 | Ulrich Drepper | 2011-09-05 | 3 | -3/+14 |
|/ | |||||
* | Rewritten v9/64-bit sparc strcmp. | David S. Miller | 2011-08-24 | 2 | -247/+173 |
| | |||||
* | Fix scope handling during dl_close | Andreas Schwab | 2011-08-24 | 8 | -1/+103 |
| | |||||
* | Fix nptl/tst-cancel17 and nptl/tst-cancelx17 with recent gcc. | David S. Miller | 2011-08-23 | 2 | -1/+17 |
| | |||||
* | Fix jmpbuf unwind checks on sparc64. | David S. Miller | 2011-08-23 | 3 | -4/+12 |
| | |||||
* | Fix spurious nop at start of __strspn_ia32 | Andreas Schwab | 2011-08-23 | 2 | -2/+7 |
| | |||||
* | Fix duplicate definition of Elf64_FuncDesc | Aurelien Jarno | 2011-08-23 | 3 | -8/+15 |
| | |||||
* | Bug fixes for ____longjmp_chk on sparc. | David S. Miller | 2011-08-22 | 3 | -5/+39 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-08-22 | 4 | -5/+17 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Fix missing declaration | Andreas Schwab | 2011-08-22 | 2 | -0/+3 |
| | |