aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)Author
2017-08-31aio: Remove internal_function function attributeFlorian Weimer
2017-08-30Fix mcontext_t sigcontext namespace (bug 21457).Joseph Myers
2017-08-23Consolidate remaning non cancellable definitionsAdhemerval Zanella
2017-08-22Remove non cancellable sigsuspend definitionAdhemerval Zanella
2017-08-22Consolidate non cancellable nanosleep callAdhemerval Zanella
2017-08-22Consolidate non cancellable pause callAdhemerval Zanella
2017-08-21Consolidate non cancellable waitpid callAdhemerval Zanella
2017-08-21Consolidate non cancellable fcntl callAdhemerval Zanella
2017-08-21Consolidate non cancellable writev callAdhemerval Zanella
2017-08-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers
2017-08-18Consolidate non cancellable close callAdhemerval Zanella
2017-08-18Consolidate non cancellable openat callAdhemerval Zanella
2017-08-18Consolidate non cancellable write callAdhemerval Zanella
2017-08-18Consolidate non cancellable read callAdhemerval Zanella
2017-08-17Consolidate non cancellable open callAdhemerval Zanella
2017-08-14_dl_init: Remove internal_function attributeFlorian Weimer
2017-08-14_dl_fini: Remove internal_function attributeFlorian Weimer
2017-08-13ld.so: Remove internal_function attribute from various functionsFlorian Weimer
2017-08-13NPTL: Remove internal_function from stack marking functionsFlorian Weimer
2017-08-10ld.so: Introduce struct dl_exceptionFlorian Weimer
2017-08-09Fix uc_* namespace (bug 21457).Joseph Myers
2017-08-08i386: Add <startup.h> [BZ #21913]H.J. Lu
2017-08-04Reimplement min_of_type using __MATH_TG.Joseph Myers
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers
2017-07-24tunables: Use direct syscall for access (BZ#21744)Adhemerval Zanella
2017-07-17powerpc: Fix float128 IFUNC relocations [BZ #21707]Tulio Magno Quites Machado Filho
2017-06-30i386: Increase MALLOC_ALIGNMENT to 16 [BZ #21120]H.J. Lu
2017-06-26Rename struct ucontext tag (bug 21457).Joseph Myers
2017-06-22Support _Float128 in math-tests.h.Joseph Myers
2017-06-22Correct min_of_type handling of _Float128.Joseph Myers
2017-06-20Factor out shared definitions from bits/signum.h.Zack Weinberg
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra
2017-06-08ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]H.J. Lu
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg
2017-06-07tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar
2017-05-23Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457).Joseph Myers
2017-05-20Remove __need macros from signal.h.Zack Weinberg
2017-05-19Split up bits/sigstack.h.Joseph Myers
2017-05-17Convert e_exp2l.c into a templateGabriel F. T. Gomes
2017-05-15float128: Enable use of IEEE wrapper templatesGabriel F. T. Gomes
2017-05-15float128: Add private _Float128 declarations for libm.Paul E. Murphy
2017-05-11Remove _IO_MTSAFE_IO from public headers.Zack Weinberg
2017-05-04Fix network headers stdint.h namespace (bug 21455).Joseph Myers
2017-05-04ldbl-128: Use mathx_hidden_def inplace of hidden_defPaul E. Murphy
2017-04-24Macroize function declarations in math_private.hGabriel F. T. Gomes
2017-04-17[BZ 21357] unwind-dw2-fde: Call free() outside of unwind mutexRabin Vincent
2017-04-10Remove unneeded declarations from math_private.hGabriel F. T. Gomes
2017-03-30Change return type in the declaration of __ieee754_rem_pio2lGabriel F. T. Gomes
2017-03-14Remove _dl_platform_stringAndreas Schwab
2017-03-07Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)Siddhesh Poyarekar