about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* S390: Use libc_fe* macros in fe* functions.Stefan Liebler2019-12-119-124/+27
* S390: Implement libc_fe* macros.Stefan Liebler2019-12-111-0/+250
* S390: Use convert-to-fixed instruction for llround functions.Stefan Liebler2019-12-113-0/+127
* S390: Use convert-to-fixed instruction for lround functions.Stefan Liebler2019-12-113-0/+142
* S390: Use convert-to-fixed instruction for llrint functions.Stefan Liebler2019-12-113-0/+151
* S390: Use convert-to-fixed instruction for lrint functions.Stefan Liebler2019-12-113-0/+166
* S390: Use load-fp-integer instruction for roundeven functions.Stefan Liebler2019-12-113-0/+116
* Adjust s_copysignl.c regarding code style.Stefan Liebler2019-12-111-8/+9
* Adjust s_ceilf.c and s_ceill.c regarding code style.Stefan Liebler2019-12-112-53/+92
* Adjust s_floorf.c and s_floorl.c regarding code style.Stefan Liebler2019-12-112-54/+90
* Adjust s_rintf.c and s_rintl.c regarding code style.Stefan Liebler2019-12-112-40/+53
* Adjust s_nearbyintf.c and s_nearbyintl.c regarding code style.Stefan Liebler2019-12-112-55/+68
* Use GCC builtins for copysign functions if desired.Stefan Liebler2019-12-116-15/+31
* Use GCC builtins for round functions if desired.Stefan Liebler2019-12-116-0/+37
* Use GCC builtins for trunc functions if desired.Stefan Liebler2019-12-116-0/+37
* Use GCC builtins for ceil functions if desired.Stefan Liebler2019-12-116-1/+37
* Use GCC builtins for floor functions if desired.Stefan Liebler2019-12-116-0/+37
* Use GCC builtins for rint functions if desired.Stefan Liebler2019-12-116-18/+52
* Use GCC builtins for nearbyint functions if desired.Stefan Liebler2019-12-116-18/+115
* Always use wordsize-64 version of s_round.c.Stefan Liebler2019-12-112-93/+12
* Always use wordsize-64 version of s_trunc.c.Stefan Liebler2019-12-115-73/+13
* Always use wordsize-64 version of s_ceil.c.Stefan Liebler2019-12-115-96/+21
* Always use wordsize-64 version of s_floor.c.Stefan Liebler2019-12-115-125/+46
* Always use wordsize-64 version of s_rint.c.Stefan Liebler2019-12-113-75/+17
* Always use wordsize-64 version of s_nearbyint.c.Stefan Liebler2019-12-113-88/+17
* hurd: Fix using altstack while in an RPC call to be abortedSamuel Thibault2019-12-111-13/+14
* nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella2019-12-0915-9/+15
* sysdeps/riscv/start.S: rename .Lload_gp to load_gp (bug 24376)Andreas Schwab2019-12-091-3/+3
* y2038: linux: Provide __timer_settime64 implementationLukasz Majewski2019-12-051-6/+62
* y2038: linux: Provide __timer_gettime64 implementationLukasz Majewski2019-12-051-4/+40
* timer: Decouple x86_64 specific timer_settime from generic Linux implementationLukasz Majewski2019-12-052-11/+10
* timer: Decouple x86_64 specific timer_gettime from generic Linux implementationLukasz Majewski2019-12-052-11/+8
* misc/test-errno-linux: Handle EINVAL from quotactlFlorian Weimer2019-12-051-2/+3
* sysdeps/clock_gettime: Use clock_gettime64 if avaliableAlistair Francis2019-12-041-1/+43
* sysdeps: Add clock_gettime64 vDSOAlistair Francis2019-12-042-0/+14
* Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer2019-12-031-1/+1
* ldbl-128ibm-compat: Add tests for strfroml, strtold, and wcstoldGabriel F. T. Gomes2019-12-037-0/+103
* ldbl-128ibm-compat: Add tests for strfmon and strfmon_lGabriel F. T. Gomes2019-12-034-0/+67
* ldbl-128ibm-compat: Add strfmon_l with IEEE long double formatRajalakshmi Srinivasaraghavan2019-12-034-0/+85
* ldbl-128ibm-compat: Replace http with https in new filesGabriel F. T. Gomes2019-12-0363-63/+63
* elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Florian Weimer2019-12-026-10/+20
* hurd: Fix ld.so __access override from libcSamuel Thibault2019-12-014-5/+7
* hurd: Fix ld.so __getcwd override from libcSamuel Thibault2019-12-015-5/+8
* hurd: Make __sigprocmask GLIBC_PRIVATESamuel Thibault2019-12-013-6/+4
* hurd: Fix renameat2 errorSamuel Thibault2019-12-011-0/+2
* hurd: Fix ld.so linkSamuel Thibault2019-12-015-5/+17
* Update kernel version to 5.4 in tst-mman-consts.py.Joseph Myers2019-11-291-1/+1
* Update SOMAXCONN value from Linux 5.4.Joseph Myers2019-11-291-1/+1
* Update syscall-names.list for Linux 5.4.Joseph Myers2019-11-281-2/+2
* Define MADV_COLD and MADV_PAGEOUT from Linux 5.4.Joseph Myers2019-11-281-0/+2