Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Adjust libm test ulps for s390 | Andreas Schwab | 2011-11-30 | 1 | -4/+4 |
| | |||||
* | Fix SSSE3/SSE4.2 strcasecmp[_l]/strncasecmp[_l] for non-PIC and ↵ | Andreas Schwab | 2011-11-16 | 2 | -12/+68 |
| | | | | -mno-tls-direct-seg-refs | ||||
* | Fix clock_gettime for assumed kernel >= 2.6.12 | Andreas Schwab | 2011-11-15 | 2 | -2/+10 |
| | |||||
* | Pretty printing | Ulrich Drepper | 2011-11-15 | 1 | -1/+1 |
| | |||||
* | Fix reference counting in network interface information cache | Andreas Schwab | 2011-11-15 | 1 | -1/+2 |
| | |||||
* | Clean up internal fopen uses | Ulrich Drepper | 2011-11-15 | 3 | -4/+4 |
| | | | | No need to ever not use c and e. | ||||
* | Add SSE4.2 support for strcasecmp and strncasecmp on x86-32 | Ulrich Drepper | 2011-11-14 | 8 | -89/+470 |
| | |||||
* | SSSE3 optimized strcasecmp and strncasecmp for x86-32 | Ulrich Drepper | 2011-11-13 | 14 | -266/+1058 |
| | |||||
* | Fix wanings in clock_gettime | Ulrich Drepper | 2011-11-12 | 2 | -8/+8 |
| | |||||
* | Avoid warnings about unused variable in 96-bit j0l and j1l | Ulrich Drepper | 2011-11-12 | 2 | -4/+4 |
| | |||||
* | Avoid warnings about unused variables in 96-bit hypotl | Ulrich Drepper | 2011-11-12 | 1 | -2/+4 |
| | |||||
* | Prepare dwarf2.h for multiple inclusion | Ulrich Drepper | 2011-11-12 | 1 | -0/+5 |
| | |||||
* | Fix incomplete edit in last patch | Ulrich Drepper | 2011-11-12 | 1 | -2/+0 |
| | |||||
* | Avoid redefinition of DWARF constants | Ulrich Drepper | 2011-11-12 | 2 | -76/+47 |
| | |||||
* | Avoid warning from shifting | Ulrich Drepper | 2011-11-12 | 1 | -2/+6 |
| | |||||
* | Fix warnings in fallback C code of x86-32 wide memory functions | Ulrich Drepper | 2011-11-12 | 3 | -0/+12 |
| | |||||
* | PowerPC: Arithmetic function optimizations for POWER | Adhemerval Zanella | 2011-11-11 | 5 | -4/+138 |
| | |||||
* | Remove unused variables | Marek Polacek | 2011-11-11 | 1 | -2/+2 |
| | |||||
* | Remove unnecessary code from x86-32 SSSE3 strncmp | Ulrich Drepper | 2011-11-08 | 1 | -3/+1 |
| | |||||
* | Fix test of non-ASCII locales in x86-64 strcasecmp et.al. | Ulrich Drepper | 2011-11-01 | 2 | -5/+5 |
| | |||||
* | unsigned long it better for the size arguments | Ulrich Drepper | 2011-11-01 | 1 | -4/+6 |
| | | | | | The new syscalls should use unsigned long not size_t. The parameters are not a direct measure of memory size. | ||||
* | New Linux syscalls process_vm_readv and process_vm_writev | Ulrich Drepper | 2011-11-01 | 3 | -1/+30 |
| |