aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-27support: Implement support_quote_stringFlorian Weimer5-0/+102
2018-11-27CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer3-6/+16
2018-11-27Enable VDSO for static linking on aarch64Rafael Ávila de Espíndola4-10/+15
2018-11-26abilist.awk: Treat .tdata like .tbss and reject unknown combinations.Carlos O'Donell2-9/+10
2018-11-26Touch more glibc source files in build-many-glibcs.py.Joseph Myers2-0/+19
2018-11-26malloc: tcache: Validate tc_idx before checking for double-frees [BZ #23907]Florian Weimer2-25/+31
2018-11-26Enable VDSO on powerpc statically linked programs (bug 19767)Rafael Ávila de Espíndola5-9/+21
2018-11-23Enable VDSO on x86_64 statically linked programs [BZ #19767]Rafael Ávila de Espíndola10-12/+47
2018-11-23Fix Arm __ASSUME_COPY_FILE_RANGE (bug 23915).Joseph Myers2-3/+11
2018-11-23x86/CET: Add a re-exec test with legacy bitmapH.J. Lu3-2/+93
2018-11-22Combine more conformtest tests into single execution of the compiler.Joseph Myers2-1/+29
2018-11-22Separate conformtest subtest generation and execution.Joseph Myers2-65/+122
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy37-15/+125
2018-11-21Remove the error handling wrapper from log2Szabolcs Nagy33-10/+112
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy38-11/+125
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy45-23/+214
2018-11-20malloc: tcache double free checkDJ Delorie7-1/+148
2018-11-20[AArch64] Adjust writeback in non-zero memsetWilco Dijkstra2-3/+8
2018-11-20Use unique identifiers in conformtest.Joseph Myers2-76/+100
2018-11-19hurd: Support lockf at offset 0 with size 0 or 1.Samuel Thibault2-0/+19
2018-11-19Update config.guess and config.sub to current versions.Mao Han3-1555/+1522
2018-11-19support: Print timestamps in timeout handlerFlorian Weimer2-0/+35
2018-11-16Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg7-37/+67
2018-11-16hurd: Fix F_*LK* fcntl with __USE_FILE_OFFSET64Samuel Thibault7-34/+151
2018-11-15mktime: DEBUG_MKTIME cleanupPaul Eggert2-160/+8
2018-11-15mktime: fix non-EOVERFLOW errno handlingPaul Eggert2-98/+113
2018-11-15mktime: fix bug with Y2038 DST transitionPaul Eggert2-1/+10
2018-11-15mktime: make more room for overflowPaul Eggert2-9/+17
2018-11-15mktime: simplify offset guessPaul Eggert2-3/+7
2018-11-15mktime: new test for mktime failurePaul Eggert3-1/+100
2018-11-15mktime: fix EOVERFLOW bugPaul Eggert2-7/+27
2018-11-14hurd: Fix build with GCC 9Samuel Thibault2-2/+10
2018-11-13malloc: Use current (C11-style) atomics for fastbin accessFlorian Weimer2-70/+105
2018-11-13Fix mips build with GCC 9.Joseph Myers2-1/+9
2018-11-13Add hidden_tls_def macros, fix powerpc-soft build with GCC 9.Joseph Myers3-5/+57
2018-11-13Fix sparc64 build with GCC 9.Joseph Myers2-1/+8
2018-11-12Fix armv7 build with GCC 9.Joseph Myers2-1/+5
2018-11-12Fix i686 build with GCC 9.Joseph Myers7-6/+17
2018-11-12Remove redundant macro definitions from ia64 sfp-machine.h.Joseph Myers2-10/+8
2018-11-12malloc: Convert the unlink macro to the unlink_chunk functionFlorian Weimer3-47/+62
2018-11-11hurd: Fix spawni's user_link reallocationSamuel Thibault1-2/+2
2018-11-11hurd: Document dtable_cloexec size convention.Samuel Thibault2-1/+3
2018-11-10Hurd: export _hurd_port_moveSamuel Thibault3-0/+8
2018-11-10Hurd: Fix ulinks in fd table reallocationSamuel Thibault4-1/+64
2018-11-10Hurd: Implement chdir support in posix_spawnSamuel Thibault2-10/+85
2018-11-09Add support for GCC 9 attribute copy.Martin Sebor21-26/+71
2018-11-09Convert tst-efgcvt to the new test frameworkGabriel F. T. Gomes2-8/+19
2018-11-09Update conform/Makefile mkdir commands.Joseph Myers2-2/+6
2018-11-09Replace conformtest.pl with conformtest.py.Joseph Myers11-995/+730
2018-11-08Use TEST_COMPARE_STRING in recently added testGabriel F. T. Gomes4-21/+10