| Commit message (Expand) | Author | Age | Files | Lines |
* | tile: avoid preprocessor redefinition warnings | Chris Metcalf | 2015-10-21 | 2 | -0/+8 |
* | Disable GCC 5 optimization when PROF is defined | H.J. Lu | 2015-10-21 | 2 | -7/+18 |
* | Apply -fomit-frame-pointer only to .o/.os files | H.J. Lu | 2015-10-21 | 2 | -4/+24 |
* | tst-backtrace4: fix a warning message | Tulio Magno Quites Machado Filho | 2015-10-21 | 2 | -2/+7 |
* | Use -Wold-style-definition. | Joseph Myers | 2015-10-21 | 3 | -2/+6 |
* | Convert a few more function definitions to prototype style. | Joseph Myers | 2015-10-21 | 8 | -59/+71 |
* | Add more libm tests (fmod, fpclassify, frexp, hypot, ilogb, j0, j1, jn, log, ... | Joseph Myers | 2015-10-21 | 4 | -0/+3936 |
* | Convert miscellaneous function definitions to prototype style. | Joseph Myers | 2015-10-20 | 50 | -355/+221 |
* | Convert 113 more function definitions to prototype style (files with assertio... | Joseph Myers | 2015-10-20 | 68 | -400/+293 |
* | Convert 29 more function definitions to prototype style (multiple parameters ... | Joseph Myers | 2015-10-20 | 18 | -105/+78 |
* | Convert 24 more function definitions to prototype style (array parameters). | Joseph Myers | 2015-10-20 | 25 | -77/+55 |
* | Remove gnu_unique_object configure test. | Joseph Myers | 2015-10-19 | 10 | -58/+13 |
* | Do not use -Wno-strict-prototypes. | Joseph Myers | 2015-10-19 | 3 | -2/+4 |
* | Convert 69 more function definitions to prototype style (line wrap cases). | Joseph Myers | 2015-10-19 | 63 | -354/+229 |
* | use -fstack-protector-strong when available | Mike Frysinger | 2015-10-19 | 7 | -12/+58 |
* | Mark ld.so internel __fxstatat64 hidden | H.J. Lu | 2015-10-19 | 2 | -0/+9 |
* | PowerPC: Fix a race condition when eliding a lock | Tulio Magno Quites Machado Filho | 2015-10-19 | 3 | -59/+82 |
* | timezone: polish grammar a bit in documentation | Mike Frysinger | 2015-10-19 | 5 | -8/+15 |
* | timezone: document new --disable-timezone-tools option | Mike Frysinger | 2015-10-19 | 1 | -0/+5 |
* | pt_chown: Clear any signal mask inherited from the parent process. | Geoffrey Thomas | 2015-10-19 | 2 | -0/+11 |
* | Remove -fgnu89-inline configure test. | Joseph Myers | 2015-10-19 | 5 | -63/+7 |
* | Remove .weak, .weakext configure tests. | Joseph Myers | 2015-10-19 | 5 | -136/+15 |
* | Convert 231 sysdeps function definitions to prototype style. | Joseph Myers | 2015-10-19 | 218 | -678/+510 |
* | sunrpc: Rewrite with explicit TLS access using __thread | Florian Weimer | 2015-10-17 | 2 | -14/+17 |
* | malloc: Rewrite with explicit TLS access using __thread | Florian Weimer | 2015-10-17 | 6 | -60/+41 |
* | vfprintf: Rewrite printf_positional to use struct scratch_buffer | Florian Weimer | 2015-10-17 | 2 | -40/+15 |
* | Assume that SOCK_CLOEXEC is available and works | Florian Weimer | 2015-10-17 | 11 | -232/+33 |
* | The va_list pointer is unspecified after a call to vfprintf [BZ #18982] | Florian Weimer | 2015-10-17 | 3 | -17/+19 |
* | lt_LT: change currency symbol to the euro [BZ #18953] | Gunnar Hjalmarsson | 2015-10-17 | 3 | -6/+11 |
* | hu_HU: change time separator to colon [BZ #18918] | Egmont Koblinger | 2015-10-17 | 3 | -10/+15 |
* | Add more libm tests (fabs, fdim, fma, fmax, fmin, fmod). | Joseph Myers | 2015-10-16 | 2 | -1/+232 |
* | Make performance improvement to MIPS memcpy for small copies. | Steve Ellcey | 2015-10-16 | 2 | -2/+48 |
* | Add more tests for ceil, floor, round, trunc. | Joseph Myers | 2015-10-16 | 2 | -5/+171 |
* | Convert 703 function definitions to prototype style. | Joseph Myers | 2015-10-16 | 492 | -2105/+1453 |
* | Fix i386 build for lll_unlock_elision change. | Joseph Myers | 2015-10-16 | 2 | -1/+6 |
* | Remove NPTL configure errors based on top-level configure tests. | Joseph Myers | 2015-10-15 | 3 | -18/+4 |
* | Remove -Bgroup configure test. | Joseph Myers | 2015-10-15 | 4 | -45/+4 |
* | Remove sizeof (long double) configure test. | Joseph Myers | 2015-10-15 | 4 | -273/+5 |
* | Remove -fexceptions configure test. | Joseph Myers | 2015-10-15 | 11 | -153/+193 |
* | Do not leave files behind in /tmp from testing. | Joseph Myers | 2015-10-15 | 5 | -4/+12 |
* | powerpc: Optimize lock elision for pthread_mutex_t | Paul Murphy | 2015-10-15 | 5 | -6/+27 |
* | nptl: Add adapt_count parameter to lll_unlock_elision | Paul Murphy | 2015-10-15 | 5 | -5/+16 |
* | Mark ld.so internel __uname hidden | H.J. Lu | 2015-10-15 | 2 | -0/+7 |
* | Mark ld.so internel string functions hidden | H.J. Lu | 2015-10-15 | 2 | -0/+38 |
* | Mark ld.so internel stdlib functions hidden | H.J. Lu | 2015-10-15 | 2 | -0/+9 |
* | Mark ld.so internel sigaction functions hidden | H.J. Lu | 2015-10-15 | 2 | -0/+9 |
* | Mark internal setjmp functions hidden | H.J. Lu | 2015-10-15 | 2 | -1/+8 |
* | Mark ld.so internel __profile_frequency hidden | H.J. Lu | 2015-10-15 | 2 | -0/+7 |
* | Mark internal fcntl functions hidden | H.J. Lu | 2015-10-15 | 2 | -1/+10 |
* | Mark internal dirent functions hidden | H.J. Lu | 2015-10-15 | 2 | -4/+23 |