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