about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Update netinet/tcp.h from Linux 4.18.Joseph Myers2018-08-212-0/+26
* Avoid running some tests if the file system does not support holesFlorian Weimer2018-08-2110-1/+135
* Makeconfig: Do not sort and deduplicate +cflags [BZ # 17248]Florian Weimer2018-08-212-3/+5
* __readlink_chk: Remove micro-optimizationFlorian Weimer2018-08-213-37/+5
* __readlink_chk: Assume HAVE_INLINED_SYSCALLSFlorian Weimer2018-08-202-7/+6
* Update struct signalfd_siginfo from Linux 4.18.Joseph Myers2018-08-202-1/+10
* Add NT_VMCOREDD, AT_MINSIGSTKSZ from Linux 4.18 to elf.h.Joseph Myers2018-08-202-0/+9
* malloc: Add ChangeLog for accidentally committed changeFlorian Weimer2018-08-202-1/+5
* powerpc: Remove powerpc specific sinf and cosf optimizationRajalakshmi Srinivasaraghavan2018-08-2014-1453/+18
* math: Regenerate s390 ulpsFlorian Weimer2018-08-172-0/+22
* malloc: Additional checks for unsorted bin integrity I.Istvan Kurucsai2018-08-171-4/+15
* Add --with-nonshared-cflags option to configureFlorian Weimer2018-08-177-1/+64
* Makeconfig (ASFLAGS): Always append required assembler flagsFlorian Weimer2018-08-172-1/+5
* Fix attribution of previous change in ChangeLogFlorian Weimer2018-08-171-1/+1
* malloc: Mitigate null-byte overflow attacksMoritz Eckert2018-08-162-0/+9
* malloc: Verify size of top chunk.Pochang Chen2018-08-162-0/+7
* Reallocate buffers for every run in strlenSiddhesh Poyarekar2018-08-162-7/+13
* Print strlen benchmark output in jsonSiddhesh Poyarekar2018-08-162-15/+42
* powerpc: Rearrange little endian specific filesRajalakshmi Srinivasaraghavan2018-08-169-24/+53
* [aarch64] Add an ASIMD variant of strlen for falkorSiddhesh Poyarekar2018-08-157-4/+273
* Use generic sinf/cosf in lgammaf_rWilco Dijkstra2018-08-154-112/+14
* Fix spaces in x86_64 ULP fileWilco Dijkstra2018-08-152-3/+7
* error, warn, warnx: Use __fxprintf for wide printing [BZ #23519]Florian Weimer2018-08-147-145/+129
* Improve performance of sinf and cosfWilco Dijkstra2018-08-149-384/+207
* nss_files: Fix file stream leak in aliases lookup [BZ #23521]Florian Weimer2018-08-144-0/+262
* nscd: Deallocate existing user names in file parserFlorian Weimer2018-08-142-1/+10
* Update syscall-names.list for Linux 4.18.Joseph Myers2018-08-132-2/+9
* Update install.texi documentation of uses of Perl and Python.Joseph Myers2018-08-133-73/+70
* Use Linux 4.18 in build-many-glibcs.py.Joseph Myers2018-08-132-1/+6
* error, error_at_line: Add missing va_end callsFlorian Weimer2018-08-132-0/+7
* mbstowcs: Remove outdated commentFlorian Weimer2018-08-132-6/+5
* [benchtests] Add workload test properties to schemaSiddhesh Poyarekar2018-08-112-0/+7
* [benchtests] Add mandatory attributes to workload testsSiddhesh Poyarekar2018-08-112-0/+7
* ChangeLog: Fix an obvious typo.Rafal Luzynski2018-08-101-1/+1
* regex: Gnulib unibyte RRI uses bytes not charsPaul Eggert2018-08-102-5/+16
* Move SNAN_TESTS_* out of math-tests.h.Joseph Myers2018-08-106-33/+93
* Improve performance of sincosfWilco Dijkstra2018-08-108-133/+274
* Clean up converttoint handling and document the semanticsSzabolcs Nagy2018-08-104-19/+36
* Linux: Rewrite __old_getdents64 [BZ #23497]Florian Weimer2018-08-104-25/+187
* S390: Fix unwind in 32-bit _mcountIlya Leoshkevich2018-08-102-2/+11
* S390: Implement 64-bit __fentry__Ilya Leoshkevich2018-08-105-57/+134
* Move __fentry__ version definition to sysdeps/{i386,x86_64}Ilya Leoshkevich2018-08-104-3/+12
* S390: Test that lazy binding does not clobber R0Ilya Leoshkevich2018-08-108-0/+230
* S390: Do not clobber R0 in 64-bit _dl_runtime_profileIlya Leoshkevich2018-08-102-0/+11
* S390: Do not clobber R0 in 64-bit _dl_runtime_resolveIlya Leoshkevich2018-08-102-2/+13
* S390: Do not clobber R0 in 32-bit _dl_runtime_profileIlya Leoshkevich2018-08-102-0/+11
* S390: Do not clobber R0 in 32-bit _dl_runtime_resolveIlya Leoshkevich2018-08-102-2/+13
* S390: Use symbolic offsets for stack variables in 64-bit _dl_runtime_profileIlya Leoshkevich2018-08-102-84/+148
* S390: Use symbolic offsets for stack variables in 64-bit _dl_runtime_resolveIlya Leoshkevich2018-08-102-41/+88
* S390: Use symbolic offsets for stack variables in 32-bit _dl_runtime_profileIlya Leoshkevich2018-08-102-78/+140