about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the error handling wrapper from logSzabolcs Nagy2018-11-2138-11/+125
* Remove the error handling wrapper from exp and exp2Szabolcs Nagy2018-11-2145-23/+214
* malloc: tcache double free checkDJ Delorie2018-11-207-1/+148
* [AArch64] Adjust writeback in non-zero memsetWilco Dijkstra2018-11-202-3/+8
* Use unique identifiers in conformtest.Joseph Myers2018-11-202-76/+100
* hurd: Support lockf at offset 0 with size 0 or 1.Samuel Thibault2018-11-192-0/+19
* Update config.guess and config.sub to current versions.Mao Han2018-11-193-1555/+1522
* support: Print timestamps in timeout handlerFlorian Weimer2018-11-192-0/+35
* Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-11-167-37/+67
* hurd: Fix F_*LK* fcntl with __USE_FILE_OFFSET64Samuel Thibault2018-11-167-34/+151
* mktime: DEBUG_MKTIME cleanupPaul Eggert2018-11-152-160/+8
* mktime: fix non-EOVERFLOW errno handlingPaul Eggert2018-11-152-98/+113
* mktime: fix bug with Y2038 DST transitionPaul Eggert2018-11-152-1/+10
* mktime: make more room for overflowPaul Eggert2018-11-152-9/+17
* mktime: simplify offset guessPaul Eggert2018-11-152-3/+7
* mktime: new test for mktime failurePaul Eggert2018-11-153-1/+100
* mktime: fix EOVERFLOW bugPaul Eggert2018-11-152-7/+27
* hurd: Fix build with GCC 9Samuel Thibault2018-11-142-2/+10
* malloc: Use current (C11-style) atomics for fastbin accessFlorian Weimer2018-11-132-70/+105
* Fix mips build with GCC 9.Joseph Myers2018-11-132-1/+9
* Add hidden_tls_def macros, fix powerpc-soft build with GCC 9.Joseph Myers2018-11-133-5/+57
* Fix sparc64 build with GCC 9.Joseph Myers2018-11-132-1/+8
* Fix armv7 build with GCC 9.Joseph Myers2018-11-122-1/+5
* Fix i686 build with GCC 9.Joseph Myers2018-11-127-6/+17
* Remove redundant macro definitions from ia64 sfp-machine.h.Joseph Myers2018-11-122-10/+8
* malloc: Convert the unlink macro to the unlink_chunk functionFlorian Weimer2018-11-123-47/+62
* hurd: Fix spawni's user_link reallocationSamuel Thibault2018-11-111-2/+2
* hurd: Document dtable_cloexec size convention.Samuel Thibault2018-11-112-1/+3
* Hurd: export _hurd_port_moveSamuel Thibault2018-11-103-0/+8
* Hurd: Fix ulinks in fd table reallocationSamuel Thibault2018-11-104-1/+64
* Hurd: Implement chdir support in posix_spawnSamuel Thibault2018-11-102-10/+85
* Add support for GCC 9 attribute copy.Martin Sebor2018-11-0921-26/+71
* Convert tst-efgcvt to the new test frameworkGabriel F. T. Gomes2018-11-092-8/+19
* Update conform/Makefile mkdir commands.Joseph Myers2018-11-092-2/+6
* Replace conformtest.pl with conformtest.py.Joseph Myers2018-11-0911-995/+730
* Use TEST_COMPARE_STRING in recently added testGabriel F. T. Gomes2018-11-084-21/+10
* Remove __ASSUME_SOCKETCALL.Joseph Myers2018-11-089-25/+19
* Check multiple NT_GNU_PROPERTY_TYPE_0 notes [BZ #23509]H.J. Lu2018-11-083-14/+56
* Add an additional test to resolv/tst-resolv-network.cAlexandra Hájková2018-11-082-0/+11
* Fix __ASSUME_MLOCK2 for ARM, MicroBlaze (bug 23867).Joseph Myers2018-11-073-0/+20
* support: Fix printf format for TEST_COMPARE_STRINGAdhemerval Zanella2018-11-072-1/+6
* support: Implement TEST_COMPARE_STRINGFlorian Weimer2018-11-075-0/+224
* RISC-V: don't assume PI mutexes and robust futexes before 4.20 (bug 23864)Andreas Schwab2018-11-072-0/+12
* Correct SH kernel-features.h undefines (bug 23862).Joseph Myers2018-11-062-1/+13
* posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]Florian Weimer2018-11-0638-2/+377
* Add tests with floating-point arguments for err* and verr* functionsGabriel F. T. Gomes2018-11-063-1/+136
* Add test for warn, warnx, vwarn, and vwarnx with floating-point parametersGabriel F. T. Gomes2018-11-063-1/+127
* Add tests for argp_error and argp_failure with floating-point parametersGabriel F. T. Gomes2018-11-063-1/+116
* Unconditionally call __gconv_get_path when reading iconv configurationArjun Shankar2018-11-052-2/+6
* libanl: properly cleanup if first helper thread creation failed (bug 22927)Andreas Schwab2018-11-052-2/+11