Age | Commit message (Expand) | Author | Files | Lines |
2018-08-17 | malloc: Additional checks for unsorted bin integrity I. | Istvan Kurucsai | 1 | -4/+15 |
2018-08-17 | Add --with-nonshared-cflags option to configure | Florian Weimer | 7 | -1/+64 |
2018-08-17 | Makeconfig (ASFLAGS): Always append required assembler flags | Florian Weimer | 2 | -1/+5 |
2018-08-17 | Fix attribution of previous change in ChangeLog | Florian Weimer | 1 | -1/+1 |
2018-08-16 | malloc: Mitigate null-byte overflow attacks | Moritz Eckert | 2 | -0/+9 |
2018-08-16 | malloc: Verify size of top chunk. | Pochang Chen | 2 | -0/+7 |
2018-08-16 | Reallocate buffers for every run in strlen | Siddhesh Poyarekar | 2 | -7/+13 |
2018-08-16 | Print strlen benchmark output in json | Siddhesh Poyarekar | 2 | -15/+42 |
2018-08-16 | powerpc: Rearrange little endian specific files | Rajalakshmi Srinivasaraghavan | 9 | -24/+53 |
2018-08-15 | [aarch64] Add an ASIMD variant of strlen for falkor | Siddhesh Poyarekar | 7 | -4/+273 |
2018-08-15 | Use generic sinf/cosf in lgammaf_r | Wilco Dijkstra | 4 | -112/+14 |
2018-08-15 | Fix spaces in x86_64 ULP file | Wilco Dijkstra | 2 | -3/+7 |
2018-08-14 | error, warn, warnx: Use __fxprintf for wide printing [BZ #23519] | Florian Weimer | 7 | -145/+129 |
2018-08-14 | Improve performance of sinf and cosf | Wilco Dijkstra | 9 | -384/+207 |
2018-08-14 | nss_files: Fix file stream leak in aliases lookup [BZ #23521] | Florian Weimer | 4 | -0/+262 |
2018-08-14 | nscd: Deallocate existing user names in file parser | Florian Weimer | 2 | -1/+10 |
2018-08-13 | Update syscall-names.list for Linux 4.18. | Joseph Myers | 2 | -2/+9 |
2018-08-13 | Update install.texi documentation of uses of Perl and Python. | Joseph Myers | 3 | -73/+70 |
2018-08-13 | Use Linux 4.18 in build-many-glibcs.py. | Joseph Myers | 2 | -1/+6 |
2018-08-13 | error, error_at_line: Add missing va_end calls | Florian Weimer | 2 | -0/+7 |
2018-08-13 | mbstowcs: Remove outdated comment | Florian Weimer | 2 | -6/+5 |
2018-08-11 | [benchtests] Add workload test properties to schema | Siddhesh Poyarekar | 2 | -0/+7 |
2018-08-11 | [benchtests] Add mandatory attributes to workload tests | Siddhesh Poyarekar | 2 | -0/+7 |
2018-08-10 | ChangeLog: Fix an obvious typo. | Rafal Luzynski | 1 | -1/+1 |
2018-08-10 | regex: Gnulib unibyte RRI uses bytes not chars | Paul Eggert | 2 | -5/+16 |
2018-08-10 | Move SNAN_TESTS_* out of math-tests.h. | Joseph Myers | 6 | -33/+93 |
2018-08-10 | Improve performance of sincosf | Wilco Dijkstra | 8 | -133/+274 |
2018-08-10 | Clean up converttoint handling and document the semantics | Szabolcs Nagy | 4 | -19/+36 |
2018-08-10 | Linux: Rewrite __old_getdents64 [BZ #23497] | Florian Weimer | 4 | -25/+187 |
2018-08-10 | S390: Fix unwind in 32-bit _mcount | Ilya Leoshkevich | 2 | -2/+11 |
2018-08-10 | S390: Implement 64-bit __fentry__ | Ilya Leoshkevich | 5 | -57/+134 |
2018-08-10 | Move __fentry__ version definition to sysdeps/{i386,x86_64} | Ilya Leoshkevich | 4 | -3/+12 |
2018-08-10 | S390: Test that lazy binding does not clobber R0 | Ilya Leoshkevich | 8 | -0/+230 |
2018-08-10 | S390: Do not clobber R0 in 64-bit _dl_runtime_profile | Ilya Leoshkevich | 2 | -0/+11 |
2018-08-10 | S390: Do not clobber R0 in 64-bit _dl_runtime_resolve | Ilya Leoshkevich | 2 | -2/+13 |
2018-08-10 | S390: Do not clobber R0 in 32-bit _dl_runtime_profile | Ilya Leoshkevich | 2 | -0/+11 |
2018-08-10 | S390: Do not clobber R0 in 32-bit _dl_runtime_resolve | Ilya Leoshkevich | 2 | -2/+13 |
2018-08-10 | S390: Use symbolic offsets for stack variables in 64-bit _dl_runtime_profile | Ilya Leoshkevich | 2 | -84/+148 |
2018-08-10 | S390: Use symbolic offsets for stack variables in 64-bit _dl_runtime_resolve | Ilya Leoshkevich | 2 | -41/+88 |
2018-08-10 | S390: Use symbolic offsets for stack variables in 32-bit _dl_runtime_profile | Ilya Leoshkevich | 2 | -78/+140 |
2018-08-10 | S390: Use symbolic offsets for stack variables in 32-bit _dl_runtime_resolve | Ilya Leoshkevich | 2 | -36/+78 |
2018-08-09 | Replace gen-libm-test.pl with gen-libm-test.py. | Joseph Myers | 10 | -875/+651 |
2018-08-09 | hurd: Avoid PLTs for __pthread_get/setspecific | Samuel Thibault | 4 | -0/+8 |
2018-08-08 | [aarch64] Fix value of MIN_PAGE_SIZE for testing | Siddhesh Poyarekar | 2 | -1/+6 |
2018-08-08 | Move comment from libm-test-nextdown.inc to libm-test-nexttoward.inc. | Joseph Myers | 3 | -5/+9 |
2018-08-08 | hurd: Add missing symbols for proper libc_get/setspecific | Samuel Thibault | 2 | -0/+7 |
2018-08-08 | benchtests: Clean up the alloc_bufs | Siddhesh Poyarekar | 7 | -33/+57 |
2018-08-06 | RISC-V: Don't use ps_get_thread_area in libthread_db (bug 23402) | Andreas Schwab | 2 | -2/+8 |
2018-08-06 | x86: Move STATE_SAVE_OFFSET/STATE_SAVE_MASK to sysdep.h | H.J. Lu | 4 | -15/+20 |
2018-08-03 | Improve ChangeLog message. | DJ Delorie | 1 | -1/+1 |