aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-11Use GCC builtins for copysign functions if desired.Stefan Liebler6-15/+31
2019-12-11Use GCC builtins for round functions if desired.Stefan Liebler6-0/+37
2019-12-11Use GCC builtins for trunc functions if desired.Stefan Liebler6-0/+37
2019-12-11Use GCC builtins for ceil functions if desired.Stefan Liebler6-1/+37
2019-12-11Use GCC builtins for floor functions if desired.Stefan Liebler6-0/+37
2019-12-11Use GCC builtins for rint functions if desired.Stefan Liebler6-18/+52
2019-12-11Use GCC builtins for nearbyint functions if desired.Stefan Liebler6-18/+115
2019-12-11Always use wordsize-64 version of s_round.c.Stefan Liebler2-93/+12
2019-12-11Always use wordsize-64 version of s_trunc.c.Stefan Liebler5-73/+13
2019-12-11Always use wordsize-64 version of s_ceil.c.Stefan Liebler5-96/+21
2019-12-11Always use wordsize-64 version of s_floor.c.Stefan Liebler5-125/+46
2019-12-11Always use wordsize-64 version of s_rint.c.Stefan Liebler3-75/+17
2019-12-11Always use wordsize-64 version of s_nearbyint.c.Stefan Liebler3-88/+17
2019-12-11ldconfig: Do not print a warning for a missing ld.so.conf fileFlorian Weimer1-2/+3
2019-12-11hurd: Fix using altstack while in an RPC call to be abortedSamuel Thibault1-13/+14
2019-12-10Fix failure when CFLAGS contains -DNDEBUG (Bug 25251)Carlos O'Donell1-0/+3
2019-12-09nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella17-17/+69
2019-12-09sysdeps/riscv/start.S: rename .Lload_gp to load_gp (bug 24376)Andreas Schwab1-3/+3
2019-12-05y2038: linux: Provide __timer_settime64 implementationLukasz Majewski2-6/+71
2019-12-05y2038: linux: Provide __timer_gettime64 implementationLukasz Majewski2-4/+47
2019-12-05timer: Decouple x86_64 specific timer_settime from generic Linux implementationLukasz Majewski2-11/+10
2019-12-05timer: Decouple x86_64 specific timer_gettime from generic Linux implementationLukasz Majewski2-11/+8
2019-12-05time: Introduce glibc's internal struct __itimerspec64Lukasz Majewski1-0/+11
2019-12-05Correct range checking in mallopt/mxfast/tcache [BZ #25194]DJ Delorie1-12/+20
2019-12-05misc/test-errno-linux: Handle EINVAL from quotactlFlorian Weimer1-2/+3
2019-12-05<string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clang [BZ #25232]Kamlesh Kumar1-1/+2
2019-12-05build-many-glibcs.py: Move sparcv8 to extra_glibcsAdhemerval Zanella1-4/+5
2019-12-04sysdeps/clock_gettime: Use clock_gettime64 if avaliableAlistair Francis2-1/+46
2019-12-04sysdeps: Add clock_gettime64 vDSOAlistair Francis2-0/+14
2019-12-04Do not use ld.so to open statically linked programs in debugglibc.shGabriel F. T. Gomes1-2/+14
2019-12-04Attach to test in container from debugglibc.shGabriel F. T. Gomes1-0/+20
2019-12-03Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer6-34/+31
2019-12-03x86: Assume --enable-cet if GCC defaults to CET [BZ #25225]Florian Weimer2-2/+30
2019-12-03ldbl-128ibm-compat: Add tests for strfroml, strtold, and wcstoldGabriel F. T. Gomes7-0/+103
2019-12-03ldbl-128ibm-compat: Add tests for strfmon and strfmon_lGabriel F. T. Gomes4-0/+67
2019-12-03ldbl-128ibm-compat: Add strfmon_l with IEEE long double formatRajalakshmi Srinivasaraghavan6-4/+113
2019-12-03ldbl-128ibm-compat: Replace http with https in new filesGabriel F. T. Gomes63-63/+63
2019-12-02elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Florian Weimer9-10/+114
2019-12-02elf/tst-dlopenfail: Disable --no-as-needed for tst-dlopenfailmod1.soFlorian Weimer1-2/+5
2019-12-01hurd: Fix ld.so __access override from libcSamuel Thibault6-6/+10
2019-12-01hurd: Fix ld.so __getcwd override from libcSamuel Thibault7-6/+11
2019-12-01hurd: Make __sigprocmask GLIBC_PRIVATESamuel Thibault3-6/+4
2019-12-01hurd: Fix renameat2 errorSamuel Thibault1-0/+2
2019-12-01hurd: make strerror(0) coherent with other portsSamuel Thibault1-1/+1
2019-12-01hurd: Fix ld.so linkSamuel Thibault5-5/+17
2019-11-29Update kernel version to 5.4 in tst-mman-consts.py.Joseph Myers1-1/+1
2019-11-29Update SOMAXCONN value from Linux 5.4.Joseph Myers1-1/+1
2019-11-28Update syscall-names.list for Linux 5.4.Joseph Myers1-2/+2
2019-11-28Fix syntax error in build-many-glibcs.py.Joseph Myers1-1/+1
2019-11-28Define MADV_COLD and MADV_PAGEOUT from Linux 5.4.Joseph Myers1-0/+2