Age | Commit message (Expand) | Author | Files | Lines |
2013-09-23 | Check for integer overflow in cache size computation in strcoll | Siddhesh Poyarekar | 1 | -0/+6 |
2013-09-23 | Fall back to non-cached sequence traversal and comparison on malloc fail | Siddhesh Poyarekar | 1 | -0/+10 |
2013-09-23 | BZ #15754: Fix test case for ARM. | Carlos O'Donell | 1 | -0/+5 |
2013-09-23 | BZ #15754: CVE-2013-4788 | Carlos O'Donell | 1 | -0/+30 |
2013-09-21 | [BZ #15859] Fix memory leak in _dl_map_object_deps | Vinitha Vijayan | 1 | -0/+5 |
2013-09-20 | Make __ffs hidden | Andreas Schwab | 1 | -0/+10 |
2013-09-20 | Mention malloc probes in the NEWS file. | Alexandre Oliva | 1 | -0/+2 |
2013-09-20 | Add malloc probes for sbrk and heap resizing. | Alexandre Oliva | 1 | -0/+8 |
2013-09-20 | Add catch-all alloc retry probe. | Alexandre Oliva | 1 | -0/+3 |
2013-09-20 | Add probes for malloc retries. | Alexandre Oliva | 1 | -0/+8 |
2013-09-20 | Add probes for malloc arena changes. | Alexandre Oliva | 1 | -0/+9 |
2013-09-20 | Add probes for all changes to malloc options. | Alexandre Oliva | 1 | -0/+5 |
2013-09-20 | Add first set of memory probes. | Alexandre Oliva | 1 | -0/+9 |
2013-09-20 | Copy-edit NEWS and fixup ChangeLog entries. | Carlos O'Donell | 1 | -1/+2 |
2013-09-20 | Update Changelog and NEWS | Chris Leonard | 1 | -0/+6 |
2013-09-19 | Consolidate common code into macros | Siddhesh Poyarekar | 1 | -0/+13 |
2013-09-19 | Fix buffer overrun in strtod_l | Liubov Dmitrieva | 1 | -0/+4 |
2013-09-19 | Add benchmark inputs for sincos | Siddhesh Poyarekar | 1 | -0/+3 |
2013-09-19 | New test cases for sin and cos for multiple precision fallback | Siddhesh Poyarekar | 1 | -0/+3 |
2013-09-19 | Consolidate sin/cos table lookup code | Siddhesh Poyarekar | 1 | -0/+14 |
2013-09-19 | Consolidate sin/cos computation for large inputs | Siddhesh Poyarekar | 1 | -0/+5 |
2013-09-19 | Remove redundant goto lines | Siddhesh Poyarekar | 1 | -0/+6 |
2013-09-18 | MIPS: IEEE 754-2008 NaN encoding support | Maciej W. Rozycki | 1 | -0/+9 |
2013-09-18 | e500 port: fpu_control.h. | Joseph Myers | 1 | -0/+23 |
2013-09-18 | e500 port: setjmp/longjmp. | Joseph Myers | 1 | -0/+7 |
2013-09-18 | Don't force -msoft-float for powerpc --without-fp. | Joseph Myers | 1 | -0/+6 |
2013-09-18 | Format sincos32.c | Siddhesh Poyarekar | 1 | -0/+4 |
2013-09-17 | Fix powerpc fpu_control.h namespace and parenthesis issues (bug 15966). | Joseph Myers | 1 | -0/+9 |
2013-09-13 | Fix some types in localedef. | Richard Sandiford | 1 | -0/+7 |
2013-09-11 | sunrpc/rpc/types.h: fix OS X and FreeBSD build problems | Jia Liu | 1 | -0/+6 |
2013-09-11 | Faster strchr implementation. | Ondřej Bílka | 1 | -1/+10 |
2013-09-11 | benchtests: Rename argument to TIMING_INIT macro. | Will Newton | 1 | -0/+7 |
2013-09-11 | Update powerpc-fpu ULPs. | Adhemerval Zanella | 1 | -0/+4 |
2013-09-11 | Add O_TMPFILE to <fcntl.h> | Andreas Schwab | 1 | -0/+8 |
2013-09-11 | malloc: Check for integer overflow in memalign. | Will Newton | 1 | -0/+6 |
2013-09-11 | malloc: Check for integer overflow in valloc. | Will Newton | 1 | -0/+6 |
2013-09-11 | malloc: Check for integer overflow in pvalloc. | Will Newton | 1 | -0/+6 |
2013-09-10 | Remove DO_NOT_USE_THIS conditionals. | Ondřej Bílka | 1 | -0/+8 |
2013-09-10 | Clarify documentation cross-reference | Allan McRae | 1 | -0/+4 |
2013-09-10 | Update pt_chown sections of the manual | Allan McRae | 1 | -0/+7 |
2013-09-09 | Fix static-binary lazy FPU context allocation | Maciej W. Rozycki | 1 | -0/+22 |
2013-09-09 | Fix typo in strcoll example | Allan McRae | 1 | -0/+5 |
2013-09-09 | Fix memory leak in stdlib/isomac.c | Allan McRae | 1 | -0/+3 |
2013-09-09 | Fix memory leaks in libio on allocation failure | Allan McRae | 1 | -0/+4 |
2013-09-09 | Fix nesting of ifdefs in netgroupcache.c | Allan McRae | 1 | -0/+5 |
2013-09-09 | malloc: Add realloc test. | Will Newton | 1 | -0/+5 |
2013-09-09 | Update to latest versions of GPL-2.0 and LGPL-2.1 | Allan McRae | 1 | -0/+6 |
2013-09-06 | Update Chinese (traditional) translations. | David S. Miller | 1 | -0/+5 |
2013-09-06 | Make localedef output generation use more logical interfaces. | Richard Sandiford | 1 | -0/+80 |
2013-09-06 | benchtests: Add memrchr benchmark | Adhemerval Zanella | 1 | -0/+8 |