Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-12 | Powerpc: correct duplicate label issue with multiple passes through context code | Will Schmidt | |
2012-01-11 | Optimized acosh for 64-bit platforms | Ulrich Drepper | |
2012-01-11 | Optimize scalbln | Ulrich Drepper | |
2012-01-10 | Optimize s_modf | Ulrich Drepper | |
2012-01-10 | Optimize ldexp and scalbn | Ulrich Drepper | |
2012-01-09 | Some branch prediction for log1p | Ulrich Drepper | |
2012-01-08 | Fix typo in Linux/PPC32 getcontext | Will Schmidt | |
2012-01-08 | Optimize xmalloc, xcalloc, xrealloc, and xstrdup | Ulrich Drepper | |
Add alloc_size attribute and apply consistently the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup. | |||
2012-01-08 | Add checking versions of poll and ppoll | Ulrich Drepper | |
2012-01-08 | Static linking is always needed | Ulrich Drepper | |
2012-01-08 | More fallout from supporting only ELF | Ulrich Drepper | |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | |
No more __const. | |||
2012-01-07 | Remove non-ELF support | Ulrich Drepper | |
2012-01-07 | Update ABI information | Ulrich Drepper | |
2012-01-07 | Remove m68k support from Linux configure | Ulrich Drepper | |
2012-01-07 | Remove Alpha support from ldsodefs.h | Ulrich Drepper | |
2012-01-07 | More IA-64 removal | Ulrich Drepper | |
2012-01-07 | Linux configure cleanup | Ulrich Drepper | |
2012-01-07 | Remove IA-64 support from kernel-features.h | Ulrich Drepper | |
2012-01-07 | Fix up a comment | Ulrich Drepper | |
2012-01-07 | Yet more ia64 removal fallout | Ulrich Drepper | |
2012-01-07 | More ia64 removal changes | Ulrich Drepper | |
2012-01-07 | Remove IA-64 support | Ulrich Drepper | |
2012-01-01 | Implement timespec_get | Ulrich Drepper | |
2011-12-23 | Fix typos in comments | Marek Polacek | |
2011-12-23 | Prevent warnings due to long long constants | Ulrich Drepper | |
2011-12-23 | Fix overrun in destination buffer | Liubov Dmitrieva | |
2011-12-23 | Optimize x86-32 feraiseexcept also for !__SSE_MATH__ | Ulrich Drepper | |
2011-12-23 | Fix wrong copying processing for last bytes in x86-32 wcscpy | Liubov Dmitrieva | |
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 | |
2011-12-22 | Also retrieve SSE exceptions in x86-32 fegetexceptflag | Ulrich Drepper | |
2011-12-22 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | |
Conflicts: ChangeLog | |||
2011-12-22 | Fix overrun in strcpy destination buffer in x86-32/SSSE3 version | Liubov Dmitrieva | |
2011-12-22 | Support building bits/syscall.h for any number of subarch variants. | Joseph Myers | |
2011-12-22 | Use __REDIRECT_NTH for __feraiseexcept_renamed | Ulrich Drepper | |
2011-12-21 | Define EPOLLONESHOT and EPOLLET using unsigned values | Ulrich Drepper | |
2011-12-21 | Define x86_64 feraiseexcept inline only under __USE_EXTERN_INLINES. | Rafael Ávila de Espíndola | |
2011-12-17 | Optimized strcasecmp for Power7 | Adhemerval Zanella | |
2011-12-17 | Fix WP | Ulrich Drepper | |
2011-12-17 | Simplify code for accessing powerpc GOT | Will Schmidt | |
2011-12-17 | Optimized nearbyint for PPC | Adhemerval Zanella | |
2011-12-17 | WP fixes | Ulrich Drepper | |
2011-12-17 | Optimized wcschr and wcscpy for x86-64 and x86-32 | Ulrich Drepper | |
2011-12-10 | Optimize generic ELF hash function a bit more | Ulrich Drepper | |
2011-12-06 | Fix a wrong constant in powerpc hypot implementation | Andreas Schwab | |
2011-12-04 | Small optimization of generic ELF hash function | Ulrich Drepper | |
2011-12-04 | Fix attreibute for _dl_elf_hash | Ulrich Drepper | |
2011-12-03 | Fix more warnings | Ulrich Drepper | |
2011-12-02 | SH atomic asms fix for gcc 4.7 | Ulrich Drepper | |
2011-12-02 | Implement SH backtrace using IA64 version | Ulrich Drepper | |