about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* hurd: Fix last-minute refactoringSamuel Thibault2018-11-041-1/+1
* hurd: Support msyncSamuel Thibault2018-11-032-0/+97
* support/shell-container.c: Use support_copy_file_rangeFlorian Weimer2018-11-022-1/+7
* support/test-container.c: Include <libc-pointer-arith.h>Florian Weimer2018-11-022-0/+6
* Fix typo in the documentation of gcvtGabriel F. T. Gomes2018-11-011-1/+1
* soft-fp: Add implementation for 128 bit self-containedZong Li2018-11-012-0/+93
* soft-fp: Use temporary variable in FP_FRAC_SUB_3/FP_FRAC_SUB_4Zong Li2018-11-012-28/+40
* Avoid printf ("%s", NULL) in posix/bug-regex22.c.Joseph Myers2018-11-012-4/+8
* Disable -Wformat-overflow= warnings for some printf tests.Joseph Myers2018-11-013-0/+35
* Update and correct SPARC configuration for supported socket syscalls (bug 238...Joseph Myers2018-11-013-4/+52
* MIPS: Use `.set mips2' to emulate LL/SC for the R5900 tooFredrik Noring2018-11-012-1/+7
* hurd: Add pci RPC stubsSamuel Thibault2018-10-312-1/+2
* Simplify an #if #else #endifRafael Avila de Espindola2018-10-312-19/+15
* Merge branch 'master' into errnoSamuel Thibault2018-10-310-0/+0
|\
| * Merge branch 'master' of git://sourceware.org/git/glibcSamuel Thibault2018-10-3126-336/+834
| |\
| * | hurd: Fix cancellation just before RPC callSamuel Thibault2018-10-283-10/+12
| * | hurd: Fix race between calling RPC and handling a signalSamuel Thibault2018-10-284-21/+24
* | | hurd: Fix errno* generationSamuel Thibault2018-10-314-2/+28
| |/ |/|
* | hurd: Fix buildSamuel Thibault2018-10-311-2/+2
* | hurd: Document how to translate EIEIO error messageSamuel Thibault2018-10-312-0/+18
* | Convert linknamespace tests from Perl to Python.Joseph Myers2018-10-304-240/+231
* | stdlib/test-bz22786: Avoid memory leaks in the test itselfFlorian Weimer2018-10-302-2/+9
* | support_blob_repeat: Call mkstemp directory for the backing fileFlorian Weimer2018-10-302-5/+13