about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* x86: Add Hygon Dhyana support.Carlos O'Donell2018-12-132-2/+8
* Fix rwlock stall with PREFER_WRITER_NONRECURSIVE_NP (bug 23861)Andreas Schwab2018-12-134-2/+95
* Reindent nptl/pthread_rwlock_common.cAndreas Schwab2018-12-132-78/+84
* Remove x86 mathinline.h hypot inline.Joseph Myers2018-12-122-4/+5
* benchtests: send non-consumable data to stderrLeonardo Sandoval2018-12-122-3/+12
* benchtests: include --stats parameterLeonardo Sandoval2018-12-122-9/+27
* benchtests: keep comparing even if function timings do not matchLeonardo Sandoval2018-12-122-1/+6
* timespec_get (posix): Fix copyright headerFlorian Weimer2018-12-122-1/+6
* powerpc: Add missing CFI register information (bug #23614)Tulio Magno Quites Machado Filho2018-12-124-18/+46
* Add *-ldbl.h headers to include/bitsGabriel F. T. Gomes2018-12-117-0/+15
* Remove redirection of _IO_vfprintfGabriel F. T. Gomes2018-12-112-1/+4
* Remove support for abilist-patternAndreas Schwab2018-12-112-53/+9
* Fix powf overflow handling in non-nearest rounding mode [BZ #23961]Szabolcs Nagy2018-12-114-0/+71
* test-container: move postclean outside of namespace changesDJ Delorie2018-12-102-8/+43
* Use gen-as-const.py to process .pysym files.Joseph Myers2018-12-106-150/+38
* Move tst-signal-numbers to Python.Joseph Myers2018-12-106-147/+234
* Enable VDSO for static linking on mipsRafael Ávila de Espíndola2018-12-106-10/+25
* compat getdents64: Use correct offset for retry [BZ #23972]Florian Weimer2018-12-103-3/+27
* Move *-le.abilist to le/*.abilistAndreas Schwab2018-12-1028-4/+8
* Update timezone code from tzcode 2018g.Joseph Myers2018-12-106-337/+607
* Fix potential stack overflow [BZ #23490]Paul Pluzhnikov2018-12-082-2/+8
* malloc: Add another test for tcache double free check.DJ Delorie2018-12-073-1/+63
* Don't use __typeof__ (getcpu)H.J. Lu2018-12-072-1/+7
* Prepare vfscanf to use __strtof128_internalGabriel F. T. Gomes2018-12-073-3/+41
* hurd: Fix linknamespace of spawniSamuel Thibault2018-12-074-3/+16
* Add getcpuH.J. Lu2018-12-0735-1/+152
* hurd: Implement support for posix_spawn_file_actions_addfchdir_npSamuel Thibault2018-12-072-0/+50
* posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer2018-12-0738-99/+291
* Update miscellaneous files from upstream sources.Joseph Myers2018-12-067-21/+86
* 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