about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Consolidate remaning non cancellable definitionsAdhemerval Zanella2017-08-233-9/+0
* Fix remaining return type of ifunc resolver declarationGabriel F. T. Gomes2017-08-221-1/+1
* Consolidate non cancellable pause callAdhemerval Zanella2017-08-221-2/+0
* Declare ifunc resolver to return a pointer to the same type as the targetMartin Sebor2017-08-221-1/+2
* Hide internal printf functions [BZ #18822/21986]H.J. Lu2017-08-221-1/+5
* Add hidden visibility to internal function prototypesH.J. Lu2017-08-221-2/+14
* Revert "Add hidden visibility to internal function prototypes".Joseph Myers2017-08-211-14/+2
* Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers2017-08-211-2/+0
* Add hidden visibility to internal function prototypesH.J. Lu2017-08-211-2/+14
* Enable hidden visibility in libc.a compiled with PIEH.J. Lu2017-08-211-1/+2
* Mark __libc_multiple_libcs with attribute_hidden [BZ #18822]H.J. Lu2017-08-211-0/+2
* Remove __bb_init_func and __bb_exit_func [BZ #21974]H.J. Lu2017-08-201-4/+0
* Move ____longjmp_chk prototype to include/setjmp.hH.J. Lu2017-08-201-0/+3
* Mark internal argz functions with attribute_hidden [BZ #18822]H.J. Lu2017-08-181-0/+32
* __opensock: Remove internal_function attributeFlorian Weimer2017-08-171-1/+1
* Fix sigval namespace (bug 21944).Joseph Myers2017-08-161-0/+1
* ld.so: Remove internal_function attribute from various functionsFlorian Weimer2017-08-131-2/+1
* Remove internal_function attribute from string-to-float functionsFlorian Weimer2017-08-131-14/+8
* __libc_rpc_getport: Remove internal_function attributeFlorian Weimer2017-08-131-2/+1
* __fortify_fail: Remove internal_function attributeFlorian Weimer2017-08-131-3/+2
* i386: Add <startup.h> [BZ #21913]H.J. Lu2017-08-081-0/+8
* Update for 2.26 release glibc-2.26Siddhesh Poyarekar2017-08-021-1/+1
* tunables: Use direct syscall for access (BZ#21744)Adhemerval Zanella2017-07-241-7/+0
* Avoid backtrace from __stack_chk_fail [BZ #12189]H.J. Lu2017-07-111-1/+12
* resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer2017-07-031-23/+0
* float128: Add signbit alternative for old compilersGabriel F. T. Gomes2017-06-301-0/+1
* resolv: Turn _res_opcodes into a compatibility symbolFlorian Weimer2017-06-301-3/+0
* resolv: Move fp_nquery, fp_query, p_query, _res_opcodesFlorian Weimer2017-06-301-2/+0
* Clean pthread functions namespaces for C11 threadsAdhemerval Zanella2017-06-234-1/+9
* Include libc-header-start.h in include/float.hGabriel F. T. Gomes2017-06-231-0/+3
* Bug 21533: Update to Unicode 10.0.0Mike FABIAN2017-06-221-6/+7
* Implement allocation buffers for internal useFlorian Weimer2017-06-211-0/+367
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-204-12/+12
* Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg2017-06-205-3/+4
* Remove bits/string.h.Zack Weinberg2017-06-203-6/+9
* resolv: Make __res_vinit hiddenFlorian Weimer2017-06-191-1/+1
* Define struct rusage in sys/wait.h when required (bug 21575).Joseph Myers2017-06-191-0/+1
* Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg2017-06-141-8/+3
* Remove __need_IOV_MAX and __need_FOPEN_MAX.Zack Weinberg2017-06-141-5/+8
* Remove __need_schedparam and __cpu_set_t_defined.Zack Weinberg2017-06-121-0/+1
* Allow macros prefixed with FLT128 in include/float.hGabriel F. T. Gomes2017-06-121-16/+15
* float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy2017-06-123-0/+46
* 2017-06-12 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra2017-06-121-0/+5
* Add a way to bypass the PLT when calling getauxvalTulio Magno Quites Machado Filho2017-06-091-0/+7
* Remove bare use of __attribute__ in include/errno.h.Zack Weinberg2017-06-091-1/+1
* Remove __need macros from stdio.h and wchar.h.Zack Weinberg2017-06-089-46/+15
* float128: Add conversion from float128 to mpnGabriel F. T. Gomes2017-06-071-0/+8
* Fix include paths in include/bits/types/*.h.Joseph Myers2017-06-0711-11/+11
* Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler2017-06-061-4/+12
* x86-64: Optimize wmemset with SSE2/AVX2/AVX512H.J. Lu2017-06-051-0/+3