Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-07 | Remove Alpha support from ldsodefs.h | Ulrich Drepper | 1 | -10/+0 | |
2012-01-07 | More IA-64 removal | Ulrich Drepper | 4 | -14/+4 | |
2012-01-07 | Linux configure cleanup | Ulrich Drepper | 2 | -38/+0 | |
2012-01-07 | Remove IA-64 support from kernel-features.h | Ulrich Drepper | 1 | -8/+7 | |
2012-01-07 | Fix up a comment | Ulrich Drepper | 1 | -1/+1 | |
2012-01-07 | Yet more ia64 removal fallout | Ulrich Drepper | 2 | -2/+134 | |
2012-01-07 | More ia64 removal changes | Ulrich Drepper | 5 | -9/+143 | |
2012-01-07 | Remove IA-64 support | Ulrich Drepper | 447 | -152654/+0 | |
2012-01-01 | Implement timespec_get | Ulrich Drepper | 2 | -0/+67 | |
2011-12-23 | Fix typos in comments | Marek Polacek | 1 | -4/+4 | |
2011-12-23 | Prevent warnings due to long long constants | Ulrich Drepper | 4 | -80/+105 | |
2011-12-23 | Fix overrun in destination buffer | Liubov Dmitrieva | 2 | -508/+323 | |
2011-12-23 | Optimize x86-32 feraiseexcept also for !__SSE_MATH__ | Ulrich Drepper | 1 | -1/+11 | |
2011-12-23 | Fix wrong copying processing for last bytes in x86-32 wcscpy | Liubov Dmitrieva | 1 | -41/+21 | |
Wrong copy algorithm for last bytes, not thread safety. In some particular cases it uses the destination memory beyond the string end for 16-byte load, puts changes into that part that is relevant to destination string and writes whole 16-byte chunk into memory. I have a test case where the memory beyond the string end contains malloc/free data, that appear corrupted in case free() updates it in between the 16-byte read and 16-byte write. | |||||
2011-12-22 | Add feraiseexcept optimization for x86-32 | Ulrich Drepper | 1 | -1/+39 | |
2011-12-22 | Also retrieve SSE exceptions in x86-32 fegetexceptflag | Ulrich Drepper | 1 | -4/+18 | |
2011-12-22 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 5 | -32/+61 | |
Conflicts: ChangeLog | |||||
2011-12-22 | Fix overrun in strcpy destination buffer in x86-32/SSSE3 version | Liubov Dmitrieva | 1 | -745/+516 | |
2011-12-22 | Support building bits/syscall.h for any number of subarch variants. | Joseph Myers | 5 | -32/+61 | |
2011-12-22 | Use __REDIRECT_NTH for __feraiseexcept_renamed | Ulrich Drepper | 1 | -1/+1 | |
2011-12-21 | Define EPOLLONESHOT and EPOLLET using unsigned values | Ulrich Drepper | 3 | -9/+9 | |
2011-12-21 | Define x86_64 feraiseexcept inline only under __USE_EXTERN_INLINES. | Rafael Ávila de Espíndola | 1 | -1/+1 | |
2011-12-17 | Optimized strcasecmp for Power7 | Adhemerval Zanella | 8 | -0/+283 | |
2011-12-17 | Fix WP | Ulrich Drepper | 1 | -1/+1 | |
2011-12-17 | Simplify code for accessing powerpc GOT | Will Schmidt | 31 | -159/+133 | |
2011-12-17 | Optimized nearbyint for PPC | Adhemerval Zanella | 4 | -0/+277 | |
2011-12-17 | WP fixes | Ulrich Drepper | 1 | -1/+0 | |
2011-12-17 | Optimized wcschr and wcscpy for x86-64 and x86-32 | Ulrich Drepper | 16 | -2/+2427 | |
2011-12-10 | Optimize generic ELF hash function a bit more | Ulrich Drepper | 1 | -1/+4 | |
2011-12-06 | Fix a wrong constant in powerpc hypot implementation | Andreas Schwab | 1 | -1/+1 | |
2011-12-04 | Small optimization of generic ELF hash function | Ulrich Drepper | 1 | -25/+22 | |
2011-12-04 | Fix attreibute for _dl_elf_hash | Ulrich Drepper | 1 | -1/+1 | |
2011-12-03 | Fix more warnings | Ulrich Drepper | 4 | -12/+6 | |
2011-12-02 | SH atomic asms fix for gcc 4.7 | Ulrich Drepper | 1 | -22/+28 | |
2011-12-02 | Implement SH backtrace using IA64 version | Ulrich Drepper | 1 | -0/+1 | |
2011-12-01 | Truncate time values in Linux futimes when falling back to utime | Andreas Schwab | 1 | -3/+3 | |
2011-11-30 | Adjust libm test ulps for s390 | Andreas Schwab | 1 | -4/+4 | |
2011-11-16 | Fix SSSE3/SSE4.2 strcasecmp[_l]/strncasecmp[_l] for non-PIC and ↵ | Andreas Schwab | 2 | -12/+68 | |
-mno-tls-direct-seg-refs | |||||
2011-11-15 | Fix clock_gettime for assumed kernel >= 2.6.12 | Andreas Schwab | 2 | -2/+10 | |
2011-11-15 | Pretty printing | Ulrich Drepper | 1 | -1/+1 | |
2011-11-15 | Fix reference counting in network interface information cache | Andreas Schwab | 1 | -1/+2 | |
2011-11-15 | Clean up internal fopen uses | Ulrich Drepper | 3 | -4/+4 | |
No need to ever not use c and e. | |||||
2011-11-14 | Add SSE4.2 support for strcasecmp and strncasecmp on x86-32 | Ulrich Drepper | 8 | -89/+470 | |
2011-11-13 | SSSE3 optimized strcasecmp and strncasecmp for x86-32 | Ulrich Drepper | 14 | -266/+1058 | |
2011-11-12 | Fix wanings in clock_gettime | Ulrich Drepper | 2 | -8/+8 | |
2011-11-12 | Avoid warnings about unused variable in 96-bit j0l and j1l | Ulrich Drepper | 2 | -4/+4 | |
2011-11-12 | Avoid warnings about unused variables in 96-bit hypotl | Ulrich Drepper | 1 | -2/+4 | |
2011-11-12 | Prepare dwarf2.h for multiple inclusion | Ulrich Drepper | 1 | -0/+5 | |
2011-11-12 | Fix incomplete edit in last patch | Ulrich Drepper | 1 | -2/+0 | |
2011-11-12 | Avoid redefinition of DWARF constants | Ulrich Drepper | 2 | -76/+47 | |