aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-13dlopen: Do not block signalsFlorian Weimer1-26/+11
2019-12-13dlopen: Rework handling of pending NODELETE statusFlorian Weimer5-58/+62
2019-12-13dlopen: Fix issues related to NODELETE handling and relocationsFlorian Weimer23-32/+992
2019-12-13hurd: Fix __close_nocancel_nostatus availabilitySamuel Thibault4-6/+37
2019-12-13hurd: add getrandom and getentropy implementationsAndrew Eggenberger2-0/+107
2019-12-13hurd: Implement __close_nocancel_nostatusSamuel Thibault1-0/+62
2019-12-11manual: clarify fopen with the x flagPaul Eggert1-1/+3
2019-12-11S390: Use sysdeps/ieee754/dbl-64/wordsize-64 on s390x.Stefan Liebler1-0/+1
2019-12-11S390: Implement roundtoint and converttoint and define TOINT_INTRINSICS.Stefan Liebler1-0/+53
2019-12-11S390: Implement math-barriers math_opt_barrier and math_force_eval.Stefan Liebler1-0/+46
2019-12-11S390: Use libc_fe* macros in fe* functions.Stefan Liebler9-124/+27
2019-12-11S390: Implement libc_fe* macros.Stefan Liebler1-0/+250
2019-12-11S390: Use convert-to-fixed instruction for llround functions.Stefan Liebler3-0/+127
2019-12-11S390: Use convert-to-fixed instruction for lround functions.Stefan Liebler3-0/+142
2019-12-11S390: Use convert-to-fixed instruction for llrint functions.Stefan Liebler3-0/+151
2019-12-11S390: Use convert-to-fixed instruction for lrint functions.Stefan Liebler3-0/+166
2019-12-11S390: Use load-fp-integer instruction for roundeven functions.Stefan Liebler3-0/+116
2019-12-11Adjust s_copysignl.c regarding code style.Stefan Liebler1-8/+9
2019-12-11Adjust s_ceilf.c and s_ceill.c regarding code style.Stefan Liebler2-53/+92
2019-12-11Adjust s_floorf.c and s_floorl.c regarding code style.Stefan Liebler2-54/+90
2019-12-11Adjust s_rintf.c and s_rintl.c regarding code style.Stefan Liebler2-40/+53
2019-12-11Adjust s_nearbyintf.c and s_nearbyintl.c regarding code style.Stefan Liebler2-55/+68
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