Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix jn precision | Petr Baudis | 2011-09-09 | 7 | -53/+198 |
| | |||||
* | Use (void*) instead of 0 for return value pointer in __cmsg_nexthdr | Ulrich Drepper | 2011-09-09 | 3 | -6/+6 |
| | |||||
* | Fix lround() loses precision | Paul Pluzhnikov | 2011-09-08 | 1 | -1/+1 |
| | |||||
* | Remove support for automatic cvs check-ins | Ulrich Drepper | 2011-09-08 | 3 | -14/+4 |
| | | | | CVS use for glibc is long gone. | ||||
* | sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro. | Samuel Thibault | 2011-09-08 | 1 | -1/+5 |
| | |||||
* | Hurd: fix use of uninitialized value in fork port copying. | Roland McGrath | 2011-09-08 | 1 | -2/+2 |
| | |||||
* | Fix up x86-32 section names for Atom code | Liubov Dmitrieva | 2011-09-07 | 6 | -9/+6 |
| | |||||
* | Check for finite/infinity parms in IBM Long Double 128 fmal( ) | Ulrich Drepper | 2011-09-07 | 1 | -0/+39 |
| | | | | | | | | | | | This patch addresses some IBM Long Double 128 fmal () test-ldouble.out and test-ildoubl.out failures. If the ‘x’ and ‘y’ parameters are finite values and ‘z’ is infinity, the result of fmal () should be ‘z’ not NaN. Conflicts: ChangeLog | ||||
* | Fix whitespaces | Ulrich Drepper | 2011-09-07 | 2 | -2/+1 |
| | |||||
* | Trigonometric optimizations for POWER | Adhemerval Zanella | 2011-09-07 | 9 | -0/+1070 |
| | |||||
* | Fix profiling on powerpc32 secure-plt shared libs and PIEs | Alan Modra | 2011-09-07 | 5 | -6/+10 |
| | |||||
* | power7 strncmp optimization | Will Schmidt | 2011-09-07 | 2 | -2/+6 |
| | |||||
* | power7 memcpy VSX optimizations | Will Schmidt | 2011-09-07 | 2 | -29/+145 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-09-07 | 1 | -4/+0 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Revert "Fix semid_ds for x86-64" | Andreas Schwab | 2011-09-07 | 1 | -4/+0 |
| | | | | | | | | This reverts commit 2f0ad8f3a470fa5e9aeb9c5a41984f96ae58d7ba. | ||||
* | | Simplify AVX check | H.J. Lu | 2011-09-07 | 1 | -4/+1 |
|/ | |||||
* | Make sure __vdso_clock_gettime always contains a valid pointer | Ulrich Drepper | 2011-09-07 | 2 | -0/+8 |
| | |||||
* | Fix handling of __vdso_clock_gettime | Ulrich Drepper | 2011-09-06 | 1 | -2/+6 |
| | |||||
* | Move Atom-optimized code out of the way and together | Ulrich Drepper | 2011-09-06 | 8 | -9/+13 |
| | |||||
* | Don't unconditionally use clock_gettime vsyscall on x86-64 | Ulrich Drepper | 2011-09-06 | 4 | -16/+29 |
| | |||||
* | Avoid gettimeofday vsyscall | Ulrich Drepper | 2011-09-06 | 1 | -19/+3 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-09-06 | 1 | -0/+1 |
|\ | |||||
| * | Fix missing declaration | Andreas Schwab | 2011-09-06 | 1 | -0/+1 |
| | | |||||
* | | 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 | 4 | -3/+28 |
| | |||||
* | Fix whitespaces | Ulrich Drepper | 2011-09-05 | 2 | -2/+0 |
| | |||||
* | Add Atom-optimized strchr and strrchr for x86-64 | Liubov Dmitrieva | 2011-09-05 | 5 | -3/+851 |
| | |||||
* | Try shell in posix_spawn* only in compat mode | Ulrich Drepper | 2011-09-05 | 2 | -9/+15 |
| | |||||
* | Fix whitespaces | Ulrich Drepper | 2011-09-05 | 2 | -2/+0 |
| | |||||
* | Optimized strchr and strrchr with SSE2 on x86-32 | Liubov Dmitrieva | 2011-09-05 | 7 | -1/+1656 |
| | |||||
* | Add optimized x86-64 wcscmp | Ulrich Drepper | 2011-09-05 | 1 | -0/+936 |
| | |||||
* | Fix whitespaces | Ulrich Drepper | 2011-09-05 | 3 | -4/+1 |
| | |||||
* | Add x86-32 optimized wcscmp | Ulrich Drepper | 2011-09-05 | 4 | -1/+1075 |
| | |||||
* | Fixes and optimizations for 32-bit sparc fabs*(). | David S. Miller | 2011-09-05 | 5 | -13/+63 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-09-05 | 12 | -153/+266 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Sanitize HWCAP_SPARC_* defines/usage, and add new entries. | David S. Miller | 2011-09-01 | 8 | -19/+69 |
| | | |||||
| * | Fix sparc localplt testcase failures. carlos/master | David S. Miller | 2011-08-31 | 4 | -132/+195 |
| | | |||||
| * | rtld, i386: Fix cfi directive in audit trampoline code | Jiri Olsa | 2011-08-29 | 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. | ||||
* | | Fix semid_ds for x86-64 | Ulrich Drepper | 2011-09-05 | 1 | -1/+5 |
|/ | |||||
* | Rewritten v9/64-bit sparc strcmp. | David S. Miller | 2011-08-24 | 1 | -247/+169 |
| | |||||
* | Fix nptl/tst-cancel17 and nptl/tst-cancelx17 with recent gcc. | David S. Miller | 2011-08-23 | 1 | -1/+13 |
| | |||||
* | Fix jmpbuf unwind checks on sparc64. | David S. Miller | 2011-08-23 | 2 | -4/+4 |
| | |||||
* | Fix spurious nop at start of __strspn_ia32 | Andreas Schwab | 2011-08-23 | 1 | -2/+2 |
| | |||||
* | Fix duplicate definition of Elf64_FuncDesc | Aurelien Jarno | 2011-08-23 | 2 | -8/+7 |
| | |||||
* | Bug fixes for ____longjmp_chk on sparc. | David S. Miller | 2011-08-22 | 2 | -5/+32 |
| | |||||
* | Fix missing declaration | Andreas Schwab | 2011-08-22 | 1 | -0/+1 |
| | |||||
* | Use ifuncs for time and gettimeofday on x86-64 | Ulrich Drepper | 2011-08-21 | 4 | -70/+47 |
| | |||||
* | Fix minor CFI problem in regular x86-64 trampoline | Ulrich Drepper | 2011-08-20 | 1 | -1/+2 |
| | |||||
* | Fix CFI info in x86-64 trampolines for non-AVX code | Ulrich Drepper | 2011-08-20 | 2 | -11/+19 |
| | |||||
* | Adjust libm test ulps for powerpc | Andreas Schwab | 2011-08-20 | 1 | -0/+2 |
| |