aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-05Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg35-3128/+3351
2018-12-05Y2038: make __tz_convert compatible with 64-bit-timeAlbert ARIBAUD (3ADEV)7-41/+43
2018-12-04Stop test-in-container trying to run other-OS binaries.Joseph Myers2-0/+7
2018-12-04test-container: add "su" command to run test as root, add unshare hintsDJ Delorie2-4/+70
2018-12-03Make gen-as-const.py handle '--' consistently with awk script.Joseph Myers2-29/+43
2018-12-03Enable VDSO for static linking on armRafael Ávila de Espíndola4-10/+16
2018-12-03posix: Fix segfault in maybe_script_executeAdhemerval Zanella2-1/+7
2018-12-03Add --no-hard-links option to localedef (bug 23923)Carlos O'Donell5-5/+39
2018-12-03x86: Extend CPUID support in struct cpu_featuresH.J. Lu7-245/+1294
2018-12-03Fix test-as-const-jmp_buf-ssp.c generation on gnu-i386Samuel Thibault2-1/+6
2018-12-01support: Close original descriptors in support_capture_subprocessFlorian Weimer2-0/+12
2018-12-01htl: Fix comparing attr with default valuesSamuel Thibault5-4/+16
2018-12-01Mutex: Add pthread mutex tunablesKemi Wang11-6/+190
2018-11-30stdlib: assert on NULL function pointer in atexit etc. [BZ #20544]Paul Pluzhnikov5-1/+133
2018-11-30Enable VDSO on i386 statically linked programsRafael Ávila de Espíndola3-7/+15
2018-11-30scripts/abilist.awk: Handle special _end symbol for HurdFlorian Weimer3-3/+17
2018-11-30Fix ChangeLog date from previous commitAdhemerval Zanella1-1/+1
2018-11-30posix: Use posix_spawn on systemAdhemerval Zanella9-255/+131
2018-11-30posix: Use posix_spawn on popenAdhemerval Zanella3-47/+99
2018-11-30Fix _dl_profile_fixup data-dependency issue (Bug 23690)Tulio Magno Quites Machado Filho8-7/+359
2018-11-30Replace gen-as-const.awk by gen-as-const.py.Joseph Myers4-74/+174
2018-11-29elf/dl-exception.c: Include <_itoa.h> for _itoa prototypeH.J. Lu2-0/+5
2018-11-30hurd: Fix returning value for fcntl(F_*LK*)Samuel Thibault2-6/+9
2018-11-29_dl_exception_create_format: Support %x/%lx/%zxH.J. Lu4-1/+153
2018-11-29argp: do not call _IO_fwide() if _LIBC is not definedCharles-Antoine Couret3-0/+13
2018-11-29C-SKY: Add dynamic relocations to elf.hMao Han2-1/+90
2018-11-29posix: Do not include testcases.h, ptestcases.h in source treeFlorian Weimer5-501/+22
2018-11-28support: Add signal support to support_capture_subprocess_checkFlorian Weimer5-28/+77
2018-11-28Do not copy glibc sources in build-many-glibcs.py.Joseph Myers2-21/+7
2018-11-28S390: Regenerate ULPs.Stefan Liebler2-12/+12
2018-11-28support_quote_string: Do not use str parameter nameFlorian Weimer2-2/+7
2018-11-27Fix Hurd build with read-only source directory.Joseph Myers2-3/+9
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