about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella2017-11-0723-12/+136
* nptl: Change tst-typesizes to _Static_assertAdhemerval Zanella2017-11-0737-148/+101
* nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella2017-11-0719-0/+173
* Move <bits/mman-linux.h> to the Linux sysdeps directoryFlorian Weimer2017-11-073-11/+9
* powerpc: Use latest optimization for internal function callsRajalakshmi Srinivasaraghavan2017-11-072-1/+6
* Optimize sighold implementationAdhemerval Zanella2017-11-062-8/+4
* Cleanup Linux sigqueue implementationAdhemerval Zanella2017-11-062-8/+5
* Simplify Linux sig{timed}wait{info} implementationsAdhemerval Zanella2017-11-065-118/+21
* arm: Implement memchr ifunc selection in CAdhemerval Zanella2017-11-069-285/+296
* arm: Implement memcpy ifunc selection in CAdhemerval Zanella2017-11-0610-82/+139
* Use newly built crt*.o files to build shared objects [BZ #22362]H.J. Lu2017-11-066-0/+43
* Do not declare _Float128 support for powerpc64le -mlong-double-64 (bug 22402).Joseph Myers2017-11-062-1/+8
* tpi_PG locale: Fix wrong d_fmtMike FABIAN2017-11-042-1/+6
* manual: Document the O_TMPFILE flagFlorian Weimer2017-11-042-0/+32
* Handle more _FloatN, _FloatNx types in __MATH_TG.Joseph Myers2017-11-032-1/+47
* Update translations from the Translation ProjectDmitry V. Levin2017-11-033-4/+9
* manual: Document the linkat functionFlorian Weimer2017-11-042-1/+33
* Handle more _FloatN, _FloatNx types in tgmath.h.Joseph Myers2017-11-032-2/+41
* Declare strtof, strfromf functions for more _FloatN, _FloatNx types.Joseph Myers2017-11-032-2/+151
* aarch64: Guess L1 cache linesize for aarch64Richard Henderson2017-11-032-0/+59
* aarch64: optimize _dl_tlsdesc_dynamic fast pathSzabolcs Nagy2017-11-032-54/+55
* arm: Remove lazy tlsdesc initialization related codeSzabolcs Nagy2017-11-035-209/+13
* arm: Remove unnecessary volatile qualifierSzabolcs Nagy2017-11-032-2/+5
* [BZ #18572] arm: Disable lazy initialization of tlsdesc entriesSzabolcs Nagy2017-11-032-9/+21
* [BZ #17078] arm: remove prelinker support for R_ARM_TLS_DESCSzabolcs Nagy2017-11-032-31/+10
* aarch64: Remove barriers from TLS descriptor functionsSzabolcs Nagy2017-11-035-342/+18
* aarch64: Disable lazy symbol binding of TLSDESCSzabolcs Nagy2017-11-032-5/+19
* Mark lazy tlsdesc helper functions unused to avoid warningsSzabolcs Nagy2017-11-032-0/+7
* Declare wcstof functions for more _FloatN, _FloatNx types.Joseph Myers2017-11-022-1/+84
* tpi_PG locale: fix syntax error [BZ #22382]Mike FABIAN2017-11-022-1/+14
* test-errno-linux: quotactl can fail with EPERM in containersFlorian Weimer2017-11-022-38/+50
* stdio-common: Use array_length and array_end macrosFlorian Weimer2017-11-0215-42/+65
* <array_length.h>: New array_length and array_end macrosFlorian Weimer2017-11-022-0/+41
* Fix ChangeLog typoRafal Luzynski2017-11-021-1/+1
* posix/tst-glob-tilde.c: Add test for bug 22332Florian Weimer2017-11-022-23/+37
* Include bits/cmathcalls.h for more _FloatN, _FloatNx types.Joseph Myers2017-11-012-0/+87
* Clean up complex.h handling of float128.Joseph Myers2017-11-012-15/+21
* x86: Add sysdeps/x86/sysdep.hH.J. Lu2017-11-014-85/+101
* localedata: Once again correct and regenerate i18n_ctype.Rafal Luzynski2017-10-313-15/+9
* Remove useless #ifdefs from Linux sig*.c syscallsYury Norov2017-10-315-32/+9
* Consolidate Linux sigpending() implementationYury Norov2017-10-315-141/+7
* Define CMPLX macros for more _FloatN, _FloatNx types.Joseph Myers2017-10-312-0/+39
* Adjust __MATH_EVAL_FMT2 definition to handle _Float16 better.Joseph Myers2017-10-312-0/+8
* [PowerPC64] sysdep.h doesn't need to be included in multiarch filesAlan Modra2017-10-3197-193/+132
* [PowerPC64] strncase_l-power7.c should use strncase_l.cAlan Modra2017-10-312-2/+11
* [PowerPC64] Tidy strcasecmp_l-power7.S symbolsAlan Modra2017-10-312-1/+9
* [PowerPC64] Wrap str{,n}cmp-power{8,9}.S in IS_IN(libc)Alan Modra2017-10-315-0/+16
* [PowerPC64] Remove duplicate define in stpncpy-power8.SAlan Modra2017-10-312-2/+5
* [PowerPC64] Don't define __GI_ variant of isnan for static libAlan Modra2017-10-312-3/+10
* Include bits/math-finite.h for more _FloatN, _FloatNx types.Joseph Myers2017-10-302-2/+146