about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Update sysdeps/unix/sysv/linux/ifaddrs.cH.J. Lu2017-09-272-0/+8
* hurd: Fix `getifaddrs' and `freeifaddrs' symbol expositionSamuel Thibault2017-09-285-2/+18
* hurd: Fix `seekdir' symbol exposition from `rewinddir'Samuel Thibault2017-09-284-3/+10
* hurd: Fix `revoke' symbol exposition from `unlockpt'Samuel Thibault2017-09-285-3/+14
* hurd: Fix dirfd symbol exposition from ftwSamuel Thibault2017-09-286-6/+21
* Mark __dso_handle as hidden [BZ #18822]H.J. Lu2017-09-2613-46/+46
* Fix make-syscalls.sh VDSO support for GCC 8.Joseph Myers2017-09-262-10/+13
* Fix range check in do_tunable_update_valAlexey Makhalov2017-09-273-13/+20
* Skip PT_DYNAMIC segment with p_filesz == 0 [BZ #22101]H.J. Lu2017-09-264-3/+61
* Use generic __ifunc for SPARC.Joseph Myers2017-09-262-8/+7
* powerpc: Regenerate ULPs for expf() and exp2f()Tulio Magno Quites Machado Filho2017-09-262-8/+9
* Fix ia64 executable stack default (bug 22156).Joseph Myers2017-09-262-3/+7
* resolv/Makefile: Fix typo in commentFlorian Weimer2017-09-262-1/+5
* resolv/nss_dns/dns-host.c: Fix typo in commentFlorian Weimer2017-09-262-1/+6
* scratch_buffer: use union for internal bufferAdhemerval Zanella2017-09-254-6/+12
* posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella2017-09-2546-61/+632
* Update configure.ac for binutils 2.25H.J. Lu2017-09-253-4/+9
* Reduce total memory required to create all threads to 128MiB. This fixesPaul Pluzhnikov2017-09-252-0/+11
* nscd: Release read lock after resetting timeout.DJ Delorie2017-09-252-0/+8
* Revert "resolv_test.c: also cope with CONNREFUSED errors returned by recvfrom"Samuel Thibault2017-09-252-9/+1
* Fix typo in sincos32.h inclusion guard.Stefan Liebler2017-09-252-1/+7
* New expf and exp2f version without SVID compat wrapperSzabolcs Nagy2017-09-2534-9/+158
* Optimized generic expf and exp2f with wrappersSzabolcs Nagy2017-09-2516-567/+421
* hurd: Fix exposition of s/gettimeofday through timespec_s/getSamuel Thibault2017-09-253-3/+7
* resolv_test.c: also cope with CONNREFUSED errors returned by recvfromSamuel Thibault2017-09-252-1/+9
* hurd: Fix bits/socket.h conformitySamuel Thibault2017-09-243-18/+42
* hurd: Make sure dl-sysdep.c defines proper symbol namesSamuel Thibault2017-09-242-7/+33
* Use libm_alias_float in flt-32.Joseph Myers2017-09-2241-39/+169
* Let fpclassify use the builtin when optimizing for size in C++ mode (bug 22146)Gabriel F. T. Gomes2017-09-222-1/+13
* Remove Banner mechanism.Joseph Myers2017-09-225-17/+13
* Remove conditional on LDBL_MANT_DIG from e_lgammal_r.cGabriel F. T. Gomes2017-09-213-10/+9
* ldbl-128ibm: Automatic replacing of _Float128 and L()Gabriel F. T. Gomes2017-09-217-2253/+2253
* ldbl-128ibm: Copy implementations from ldbl-128 instead of including themGabriel F. T. Gomes2017-09-217-12/+3827
* powerpc: Add redirection for finitef128, isinf128, and isnanf128Gabriel F. T. Gomes2017-09-214-0/+36
* powerpc64le: Add -mfloat128 to tst-strtod-nan-locale testcaseGabriel F. T. Gomes2017-09-212-0/+9
* Fix BZ# 22180.Paul Pluzhnikov2017-09-215-4/+180
* Remove non-add-on Banner files.Joseph Myers2017-09-218-14/+19
* Implement xdlopen, xdlsym and xdlclose routines which terminate testPaul Pluzhnikov2017-09-205-23/+108
* Add SSE4.1 trunc, truncf (bug 20142).Joseph Myers2017-09-209-2/+130
* Oops. stdlib/test-atexit-race-common.c should have been part of 26e70aec7028f...Paul Pluzhnikov2017-09-201-0/+69
* Fix BZ 14333Paul Pluzhnikov2017-09-2011-39/+285
* Add exp2f and log2f benchmark traceSzabolcs Nagy2017-09-204-1/+5283
* Fix fexecve build where syscall macros call sizeof.Joseph Myers2017-09-192-1/+8
* Use execveat syscall in fexecve (bug 22134)Andreas Schwab2017-09-198-1/+142
* Add logf traceWilco Dijkstra2017-09-193-1/+2894
* Add expf traceWilco Dijkstra2017-09-193-1/+2394
* Enable unwind info in libc-start.c and backtrace.cWilco Dijkstra2017-09-1911-38/+17
* Add benchtests for trunc and truncf.Joseph Myers2017-09-194-1/+54
* powerpc: Avoid misaligned stores in memsetRajalakshmi Srinivasaraghavan2017-09-192-2/+72
* Fix powerpc64le problem from last ldbl-opt patch.Joseph Myers2017-09-183-0/+27