Age | Commit message (Expand) | Author |
2017-08-23 | Consolidate remaning non cancellable definitions | Adhemerval Zanella |
2017-08-22 | Fix remaining return type of ifunc resolver declaration | Gabriel F. T. Gomes |
2017-08-22 | Consolidate non cancellable pause call | Adhemerval Zanella |
2017-08-22 | Declare ifunc resolver to return a pointer to the same type as the target | Martin Sebor |
2017-08-22 | Hide internal printf functions [BZ #18822/21986] | H.J. Lu |
2017-08-22 | Add hidden visibility to internal function prototypes | H.J. Lu |
2017-08-21 | Revert "Add hidden visibility to internal function prototypes". | Joseph Myers |
2017-08-21 | Obsolete matherr, _LIB_VERSION, libieee.a. | Joseph Myers |
2017-08-21 | Add hidden visibility to internal function prototypes | H.J. Lu |
2017-08-21 | Enable hidden visibility in libc.a compiled with PIE | H.J. Lu |
2017-08-21 | Mark __libc_multiple_libcs with attribute_hidden [BZ #18822] | H.J. Lu |
2017-08-20 | Remove __bb_init_func and __bb_exit_func [BZ #21974] | H.J. Lu |
2017-08-20 | Move ____longjmp_chk prototype to include/setjmp.h | H.J. Lu |
2017-08-18 | Mark internal argz functions with attribute_hidden [BZ #18822] | H.J. Lu |
2017-08-17 | __opensock: Remove internal_function attribute | Florian Weimer |
2017-08-16 | Fix sigval namespace (bug 21944). | Joseph Myers |
2017-08-13 | ld.so: Remove internal_function attribute from various functions | Florian Weimer |
2017-08-13 | Remove internal_function attribute from string-to-float functions | Florian Weimer |
2017-08-13 | __libc_rpc_getport: Remove internal_function attribute | Florian Weimer |
2017-08-13 | __fortify_fail: Remove internal_function attribute | Florian Weimer |
2017-08-08 | i386: Add <startup.h> [BZ #21913] | H.J. Lu |
2017-08-02 | Update for 2.26 releaseglibc-2.26 | Siddhesh Poyarekar |
2017-07-24 | tunables: Use direct syscall for access (BZ#21744) | Adhemerval Zanella |
2017-07-11 | Avoid backtrace from __stack_chk_fail [BZ #12189] | H.J. Lu |
2017-07-03 | resolv: Introduce struct resolv_context [BZ #21668] | Florian Weimer |
2017-06-30 | float128: Add signbit alternative for old compilers | Gabriel F. T. Gomes |
2017-06-30 | resolv: Turn _res_opcodes into a compatibility symbol | Florian Weimer |
2017-06-30 | resolv: Move fp_nquery, fp_query, p_query, _res_opcodes | Florian Weimer |
2017-06-23 | Clean pthread functions namespaces for C11 threads | Adhemerval Zanella |
2017-06-23 | Include libc-header-start.h in include/float.h | Gabriel F. T. Gomes |
2017-06-22 | Bug 21533: Update to Unicode 10.0.0 | Mike FABIAN |
2017-06-21 | Implement allocation buffers for internal use | Florian Weimer |
2017-06-20 | Use locale_t, not __locale_t, throughout glibc | Zack Weinberg |
2017-06-20 | Rename xlocale.h to bits/types/__locale_t.h. | Zack Weinberg |
2017-06-20 | Remove bits/string.h. | Zack Weinberg |
2017-06-19 | resolv: Make __res_vinit hidden | Florian Weimer |
2017-06-19 | Define struct rusage in sys/wait.h when required (bug 21575). | Joseph Myers |
2017-06-14 | Remove __need macros from errno.h (__need_Emath, __need_error_t). | Zack Weinberg |
2017-06-14 | Remove __need_IOV_MAX and __need_FOPEN_MAX. | Zack Weinberg |
2017-06-12 | Remove __need_schedparam and __cpu_set_t_defined. | Zack Weinberg |
2017-06-12 | Allow macros prefixed with FLT128 in include/float.h | Gabriel F. T. Gomes |
2017-06-12 | float128: Add strtof128, wcstof128, and related functions. | Paul E. Murphy |
2017-06-12 | 2017-06-12 Wilco Dijkstra <wdijkstr@arm.com> | Wilco Dijkstra |
2017-06-09 | Add a way to bypass the PLT when calling getauxval | Tulio Magno Quites Machado Filho |
2017-06-09 | Remove bare use of __attribute__ in include/errno.h. | Zack Weinberg |
2017-06-08 | Remove __need macros from stdio.h and wchar.h. | Zack Weinberg |
2017-06-07 | float128: Add conversion from float128 to mpn | Gabriel F. T. Gomes |
2017-06-07 | Fix include paths in include/bits/types/*.h. | Joseph Myers |
2017-06-06 | Optimize generic spinlock code and use C11 like atomic macros. | Stefan Liebler |
2017-06-05 | x86-64: Optimize wmemset with SSE2/AVX2/AVX512 | H.J. Lu |