about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* inet/tst-if_index-long: New test case for CVE-2018-19591 [BZ #23927]Florian Weimer2018-12-063-1/+69
* support: Implement <support/descriptors.h> to track file descriptorsFlorian Weimer2018-12-067-0/+544
* Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-12-056-280/+280
* Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg2018-12-0535-551/+413
* Add __vsyslog_internal, with same flags as __v*printf_internal.Zack Weinberg2018-12-054-25/+52
* Add __v*printf_internal with flags argumentsZack Weinberg2018-12-0545-2465/+2632
* Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-12-053-134/+144
* Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD.Zack Weinberg2018-12-0516-75/+40
* Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg2018-12-0535-3128/+3351
* Y2038: make __tz_convert compatible with 64-bit-timeAlbert ARIBAUD (3ADEV)2018-12-057-41/+43
* Stop test-in-container trying to run other-OS binaries.Joseph Myers2018-12-042-0/+7
* test-container: add "su" command to run test as root, add unshare hintsDJ Delorie2018-12-042-4/+70
* Make gen-as-const.py handle '--' consistently with awk script.Joseph Myers2018-12-032-29/+43
* Enable VDSO for static linking on armRafael Ávila de Espíndola2018-12-034-10/+16
* posix: Fix segfault in maybe_script_executeAdhemerval Zanella2018-12-032-1/+7
* Add --no-hard-links option to localedef (bug 23923)Carlos O'Donell2018-12-035-5/+39
* x86: Extend CPUID support in struct cpu_featuresH.J. Lu2018-12-037-245/+1294
* Fix test-as-const-jmp_buf-ssp.c generation on gnu-i386Samuel Thibault2018-12-032-1/+6
* support: Close original descriptors in support_capture_subprocessFlorian Weimer2018-12-012-0/+12
* htl: Fix comparing attr with default valuesSamuel Thibault2018-12-015-4/+16
* Mutex: Add pthread mutex tunablesKemi Wang2018-12-0111-6/+190
* stdlib: assert on NULL function pointer in atexit etc. [BZ #20544]Paul Pluzhnikov2018-11-305-1/+133
* Enable VDSO on i386 statically linked programsRafael Ávila de Espíndola2018-11-303-7/+15
* scripts/abilist.awk: Handle special _end symbol for HurdFlorian Weimer2018-11-303-3/+17
* Fix ChangeLog date from previous commitAdhemerval Zanella2018-11-301-1/+1
* posix: Use posix_spawn on systemAdhemerval Zanella2018-11-309-255/+131
* posix: Use posix_spawn on popenAdhemerval Zanella2018-11-303-47/+99
* Fix _dl_profile_fixup data-dependency issue (Bug 23690)Tulio Magno Quites Machado Filho2018-11-308-7/+359
* Replace gen-as-const.awk by gen-as-const.py.Joseph Myers2018-11-304-74/+174
* elf/dl-exception.c: Include <_itoa.h> for _itoa prototypeH.J. Lu2018-11-292-0/+5
* hurd: Fix returning value for fcntl(F_*LK*)Samuel Thibault2018-11-302-6/+9
* _dl_exception_create_format: Support %x/%lx/%zxH.J. Lu2018-11-294-1/+153
* argp: do not call _IO_fwide() if _LIBC is not definedCharles-Antoine Couret2018-11-293-0/+13
* C-SKY: Add dynamic relocations to elf.hMao Han2018-11-292-1/+90
* posix: Do not include testcases.h, ptestcases.h in source treeFlorian Weimer2018-11-295-501/+22
* support: Add signal support to support_capture_subprocess_checkFlorian Weimer2018-11-285-28/+77
* Do not copy glibc sources in build-many-glibcs.py.Joseph Myers2018-11-282-21/+7
* S390: Regenerate ULPs.Stefan Liebler2018-11-282-12/+12
* support_quote_string: Do not use str parameter nameFlorian Weimer2018-11-282-2/+7
* Fix Hurd build with read-only source directory.Joseph Myers2018-11-272-3/+9
* support: Implement support_quote_stringFlorian Weimer2018-11-275-0/+102
* CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer2018-11-273-6/+16
* Enable VDSO for static linking on aarch64Rafael Ávila de Espíndola2018-11-274-10/+15
* abilist.awk: Treat .tdata like .tbss and reject unknown combinations.Carlos O'Donell2018-11-262-9/+10
* Touch more glibc source files in build-many-glibcs.py.Joseph Myers2018-11-262-0/+19
* malloc: tcache: Validate tc_idx before checking for double-frees [BZ #23907]Florian Weimer2018-11-262-25/+31
* Enable VDSO on powerpc statically linked programs (bug 19767)Rafael Ávila de Espíndola2018-11-265-9/+21
* Enable VDSO on x86_64 statically linked programs [BZ #19767]Rafael Ávila de Espíndola2018-11-2310-12/+47
* Fix Arm __ASSUME_COPY_FILE_RANGE (bug 23915).Joseph Myers2018-11-232-3/+11
* x86/CET: Add a re-exec test with legacy bitmapH.J. Lu2018-11-233-2/+93