Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use include/sys/epoll.h to provide libc_hidden_proto for epoll_pwait(). | Chris Metcalf | 2012-01-28 | 1 | -1/+3 |
| | |||||
* | Simplify use of AVX instructions in internal math macros | Ulrich Drepper | 2012-01-28 | 1 | -59/+20 |
| | |||||
* | PowerPC - A2 memcpy cache line size initialization | Adhemerval Zanella | 2012-01-27 | 2 | -4/+51 |
| | |||||
* | Remove __STDC__ conditionals from libm. | Joseph Myers | 2012-01-27 | 125 | -1076/+124 |
| | |||||
* | Remove __STDC__ conditionals from non-installed headers. | Joseph Myers | 2012-01-26 | 6 | -46/+10 |
| | |||||
* | Remove __STDC__ conditionals from installed headers. | Joseph Myers | 2012-01-26 | 6 | -49/+10 |
| | |||||
* | Really fix AVX tests | Ulrich Drepper | 2012-01-26 | 8 | -27/+31 |
| | | | | | | There is no problem with strcmp, it doesn't use the YMM registers. The math routines might since gcc perhaps generates such code. Introduce bit_YMM_USBALE and use it in the math routines. | ||||
* | Reset bit_AVX in __cpu_features is OS support is missing | Ulrich Drepper | 2012-01-26 | 2 | -2/+15 |
| | |||||
* | Hurd: Try to respect mmap address hint for non-MAP_FIXED. | Samuel Thibault | 2012-01-23 | 1 | -15/+31 |
| | |||||
* | Hurd: socket uses EAFNOSUPPORT rather than EPFNOSUPPORT. | Pino Toscano | 2012-01-23 | 1 | -2/+2 |
| | |||||
* | Powerpc: correct duplicate label issue with multiple passes through context code | Will Schmidt | 2012-01-12 | 4 | -11/+17 |
| | |||||
* | 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 |
| |