Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimized acosh for 64-bit platforms | Ulrich Drepper | 2012-01-11 | 1 | -0/+67 |
| | |||||
* | Optimize scalbln | Ulrich Drepper | 2012-01-11 | 4 | -76/+100 |
| | |||||
* | Optimize s_modf | Ulrich Drepper | 2012-01-10 | 4 | -50/+78 |
| | |||||
* | Optimize ldexp and scalbn | Ulrich Drepper | 2012-01-10 | 4 | -92/+48 |
| | |||||
* | Some branch prediction for log1p | Ulrich Drepper | 2012-01-09 | 1 | -3/+3 |
| | |||||
* | Fix typo in Linux/PPC32 getcontext | Will Schmidt | 2012-01-08 | 1 | -4/+4 |
| | |||||
* | Optimize xmalloc, xcalloc, xrealloc, and xstrdup | Ulrich Drepper | 2012-01-08 | 1 | -5/+8 |
| | | | | | Add alloc_size attribute and apply consistently the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup. | ||||
* | Add checking versions of poll and ppoll | Ulrich Drepper | 2012-01-08 | 2 | -2/+4 |
| | |||||
* | Static linking is always needed | Ulrich Drepper | 2012-01-08 | 1 | -12/+1 |
| | |||||
* | More fallout from supporting only ELF | Ulrich Drepper | 2012-01-08 | 17 | -98/+12 |
| | |||||
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 40 | -297/+291 |
| | | | | No more __const. | ||||
* | Remove non-ELF support | Ulrich Drepper | 2012-01-07 | 13 | -97/+17 |
| | |||||
* | Update ABI information | Ulrich Drepper | 2012-01-07 | 1 | -1/+1 |
| | |||||
* | Remove m68k support from Linux configure | Ulrich Drepper | 2012-01-07 | 1 | -1/+1 |
| | |||||
* | Remove Alpha support from ldsodefs.h | Ulrich Drepper | 2012-01-07 | 1 | -10/+0 |
| | |||||
* | More IA-64 removal | Ulrich Drepper | 2012-01-07 | 4 | -14/+4 |
| | |||||
* | Linux configure cleanup | Ulrich Drepper | 2012-01-07 | 2 | -38/+0 |
| | |||||
* | Remove IA-64 support from kernel-features.h | Ulrich Drepper | 2012-01-07 | 1 | -8/+7 |
| | |||||
* | Fix up a comment | Ulrich Drepper | 2012-01-07 | 1 | -1/+1 |
| | |||||
* | Yet more ia64 removal fallout | Ulrich Drepper | 2012-01-07 | 2 | -2/+134 |
| | |||||
* | More ia64 removal changes | Ulrich Drepper | 2012-01-07 | 5 | -9/+143 |
| | |||||
* | Remove IA-64 support | Ulrich Drepper | 2012-01-07 | 447 | -152654/+0 |
| | |||||
* | Implement timespec_get | Ulrich Drepper | 2012-01-01 | 2 | -0/+67 |
| | |||||
* | Fix typos in comments | Marek Polacek | 2011-12-23 | 1 | -4/+4 |
| | |||||
* | Prevent warnings due to long long constants | Ulrich Drepper | 2011-12-23 | 4 | -80/+105 |
| | |||||
* | Fix overrun in destination buffer | Liubov Dmitrieva | 2011-12-23 | 2 | -508/+323 |
| | |||||
* | Optimize x86-32 feraiseexcept also for !__SSE_MATH__ | Ulrich Drepper | 2011-12-23 | 1 | -1/+11 |
| | |||||
* | Fix wrong copying processing for last bytes in x86-32 wcscpy | Liubov Dmitrieva | 2011-12-23 | 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. | ||||
* | Add feraiseexcept optimization for x86-32 | Ulrich Drepper | 2011-12-22 | 1 | -1/+39 |
| | |||||
* | Also retrieve SSE exceptions in x86-32 fegetexceptflag | Ulrich Drepper | 2011-12-22 | 1 | -4/+18 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-12-22 | 5 | -32/+61 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Support building bits/syscall.h for any number of subarch variants. | Joseph Myers | 2011-12-22 | 5 | -32/+61 |
| | | |||||
* | | Fix overrun in strcpy destination buffer in x86-32/SSSE3 version | Liubov Dmitrieva | 2011-12-22 | 1 | -745/+516 |
|/ | |||||
* | Use __REDIRECT_NTH for __feraiseexcept_renamed | Ulrich Drepper | 2011-12-22 | 1 | -1/+1 |
| | |||||
* | Define EPOLLONESHOT and EPOLLET using unsigned values | Ulrich Drepper | 2011-12-21 | 3 | -9/+9 |
| | |||||
* | Define x86_64 feraiseexcept inline only under __USE_EXTERN_INLINES. | Rafael Ávila de Espíndola | 2011-12-21 | 1 | -1/+1 |
| | |||||
* | Optimized strcasecmp for Power7 | Adhemerval Zanella | 2011-12-17 | 8 | -0/+283 |
| | |||||
* | Fix WP | Ulrich Drepper | 2011-12-17 | 1 | -1/+1 |
| | |||||
* | Simplify code for accessing powerpc GOT | Will Schmidt | 2011-12-17 | 31 | -159/+133 |
| | |||||
* | Optimized nearbyint for PPC | Adhemerval Zanella | 2011-12-17 | 4 | -0/+277 |
| | |||||
* | WP fixes | Ulrich Drepper | 2011-12-17 | 1 | -1/+0 |
| | |||||
* | Optimized wcschr and wcscpy for x86-64 and x86-32 | Ulrich Drepper | 2011-12-17 | 16 | -2/+2427 |
| | |||||
* | Optimize generic ELF hash function a bit more | Ulrich Drepper | 2011-12-10 | 1 | -1/+4 |
| | |||||
* | Fix a wrong constant in powerpc hypot implementation | Andreas Schwab | 2011-12-06 | 1 | -1/+1 |
| | |||||
* | Small optimization of generic ELF hash function | Ulrich Drepper | 2011-12-04 | 1 | -25/+22 |
| | |||||
* | Fix attreibute for _dl_elf_hash | Ulrich Drepper | 2011-12-04 | 1 | -1/+1 |
| | |||||
* | Fix more warnings | Ulrich Drepper | 2011-12-03 | 4 | -12/+6 |
| | |||||
* | SH atomic asms fix for gcc 4.7 | Ulrich Drepper | 2011-12-02 | 1 | -22/+28 |
| | |||||
* | Implement SH backtrace using IA64 version | Ulrich Drepper | 2011-12-02 | 1 | -0/+1 |
| | |||||
* | Truncate time values in Linux futimes when falling back to utime | Andreas Schwab | 2011-12-01 | 1 | -3/+3 |
| |