Age | Commit message (Expand) | Author | Files | Lines |
2015-10-19 | Mark ld.so internel __fxstatat64 hidden | H.J. Lu | 2 | -0/+9 |
2015-10-19 | PowerPC: Fix a race condition when eliding a lock | Tulio Magno Quites Machado Filho | 3 | -59/+82 |
2015-10-19 | timezone: polish grammar a bit in documentation | Mike Frysinger | 5 | -8/+15 |
2015-10-19 | timezone: document new --disable-timezone-tools option | Mike Frysinger | 1 | -0/+5 |
2015-10-19 | pt_chown: Clear any signal mask inherited from the parent process. | Geoffrey Thomas | 2 | -0/+11 |
2015-10-19 | Remove -fgnu89-inline configure test. | Joseph Myers | 5 | -63/+7 |
2015-10-19 | Remove .weak, .weakext configure tests. | Joseph Myers | 5 | -136/+15 |
2015-10-19 | Convert 231 sysdeps function definitions to prototype style. | Joseph Myers | 218 | -678/+510 |
2015-10-17 | sunrpc: Rewrite with explicit TLS access using __thread | Florian Weimer | 2 | -14/+17 |
2015-10-17 | malloc: Rewrite with explicit TLS access using __thread | Florian Weimer | 6 | -60/+41 |
2015-10-17 | vfprintf: Rewrite printf_positional to use struct scratch_buffer | Florian Weimer | 2 | -40/+15 |
2015-10-17 | Assume that SOCK_CLOEXEC is available and works | Florian Weimer | 11 | -232/+33 |
2015-10-17 | The va_list pointer is unspecified after a call to vfprintf [BZ #18982] | Florian Weimer | 3 | -17/+19 |
2015-10-17 | lt_LT: change currency symbol to the euro [BZ #18953] | Gunnar Hjalmarsson | 3 | -6/+11 |
2015-10-17 | hu_HU: change time separator to colon [BZ #18918] | Egmont Koblinger | 3 | -10/+15 |
2015-10-16 | Add more libm tests (fabs, fdim, fma, fmax, fmin, fmod). | Joseph Myers | 2 | -1/+232 |
2015-10-16 | Make performance improvement to MIPS memcpy for small copies. | Steve Ellcey | 2 | -2/+48 |
2015-10-16 | Add more tests for ceil, floor, round, trunc. | Joseph Myers | 2 | -5/+171 |
2015-10-16 | Convert 703 function definitions to prototype style. | Joseph Myers | 492 | -2105/+1453 |
2015-10-16 | Fix i386 build for lll_unlock_elision change. | Joseph Myers | 2 | -1/+6 |
2015-10-15 | Remove NPTL configure errors based on top-level configure tests. | Joseph Myers | 3 | -18/+4 |
2015-10-15 | Remove -Bgroup configure test. | Joseph Myers | 4 | -45/+4 |
2015-10-15 | Remove sizeof (long double) configure test. | Joseph Myers | 4 | -273/+5 |
2015-10-15 | Remove -fexceptions configure test. | Joseph Myers | 11 | -153/+193 |
2015-10-15 | Do not leave files behind in /tmp from testing. | Joseph Myers | 5 | -4/+12 |
2015-10-15 | powerpc: Optimize lock elision for pthread_mutex_t | Paul Murphy | 5 | -6/+27 |
2015-10-15 | nptl: Add adapt_count parameter to lll_unlock_elision | Paul Murphy | 5 | -5/+16 |
2015-10-15 | Mark ld.so internel __uname hidden | H.J. Lu | 2 | -0/+7 |
2015-10-15 | Mark ld.so internel string functions hidden | H.J. Lu | 2 | -0/+38 |
2015-10-15 | Mark ld.so internel stdlib functions hidden | H.J. Lu | 2 | -0/+9 |
2015-10-15 | Mark ld.so internel sigaction functions hidden | H.J. Lu | 2 | -0/+9 |
2015-10-15 | Mark internal setjmp functions hidden | H.J. Lu | 2 | -1/+8 |
2015-10-15 | Mark ld.so internel __profile_frequency hidden | H.J. Lu | 2 | -0/+7 |
2015-10-15 | Mark internal fcntl functions hidden | H.J. Lu | 2 | -1/+10 |
2015-10-15 | Mark internal dirent functions hidden | H.J. Lu | 2 | -4/+23 |
2015-10-15 | Mark _dl_catch_error hidden | H.J. Lu | 3 | -13/+16 |
2015-10-15 | Mark internal _itoa functions hidden | H.J. Lu | 2 | -2/+6 |
2015-10-15 | Mark internal _dl_XXX functions hidden | H.J. Lu | 5 | -21/+50 |
2015-10-15 | Mark _wordcopy_XXX functions hidden | H.J. Lu | 2 | -4/+14 |
2015-10-15 | Mark x86 _dl_unmap/_dl_make_tlsdesc_dynamic hidden | H.J. Lu | 5 | -6/+20 |
2015-10-15 | Add comments for GCC 5 requirement | H.J. Lu | 2 | -0/+9 |
2015-10-15 | Remove assembler -mtune=i686 configure test. | Joseph Myers | 4 | -32/+6 |
2015-10-15 | Remove .previous, .popsection configure tests. | Joseph Myers | 5 | -102/+14 |
2015-10-15 | Remove -static-libgcc configure test. | Joseph Myers | 5 | -28/+9 |
2015-10-15 | Remove stddef.h configure test. | Joseph Myers | 3 | -56/+5 |
2015-10-15 | vfscanf: Use struct scratch_buffer instead of extend_alloca | Florian Weimer | 2 | -125/+241 |
2015-10-15 | Remove i386/epoll_pwait.S | H.J. Lu | 4 | -79/+9 |
2015-10-15 | Optimize i386 syscall inlining for GCC 5 | H.J. Lu | 3 | -11/+131 |
2015-10-15 | i386: Remove syscall assembly codes with 6 arguments | H.J. Lu | 6 | -268/+55 |
2015-10-15 | Always enable pointer guard [BZ #18928] | Florian Weimer | 4 | -19/+22 |