Age | Commit message (Expand) | Author | Files | Lines |
2022-07-04 | libc-symbols.h: remove unused macros | Fangrui Song | 1 | -169/+0 |
2022-06-24 | misc: Optimize internal usage of __libc_single_threaded | Adhemerval Zanella | 1 | -0/+22 |
2022-05-13 | Add declare_object_symbol_alias for assembly codes (BZ #28128) | H.J. Lu | 1 | -6/+8 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2021-07-07 | nss_files: Move into libc | Florian Weimer | 1 | -23/+0 |
2021-04-16 | Set the retain attribute on _elf_set_element if CC supports [BZ #27492] | Fangrui Song | 1 | -4/+10 |
2021-03-25 | Support for multiple versions in versioned_symbol, compat_symbol | Florian Weimer | 1 | -2/+3 |
2021-03-25 | Change how the symbol_version_reference macro is defined | Florian Weimer | 1 | -13/+3 |
2021-03-09 | <shlib-compat.h>: Support compat_symbol_reference for _ISOMAC | Florian Weimer | 1 | -13/+13 |
2021-01-27 | Revert "Make libc symbols hidden in static PIE" [BZ #27237] | Szabolcs Nagy | 1 | -7/+2 |
2021-01-21 | Make libc symbols hidden in static PIE | Szabolcs Nagy | 1 | -2/+7 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2020-12-16 | Mark __libc_freeres_fn as used [BZ #27002] | H.J. Lu | 1 | -1/+1 |
2020-12-04 | symbols: Add defines for libanl's libanl_hidden_{def|proto} | Lukasz Majewski | 1 | -0/+8 |
2020-11-11 | hurd: keep only required PLTs in ld.so | Samuel Thibault | 1 | -1/+1 |
2020-07-13 | Remove --enable-obsolete-rpc configure flag | Petr Vorel | 1 | -6/+1 |
2020-07-08 | Remove --enable-obsolete-nsl configure flag | Petr Vorel | 1 | -54/+1 |
2020-05-20 | <libc-symbols.h>: Add libpthread hidden alias support | Florian Weimer | 1 | -0/+23 |
2020-03-25 | ldbl-128ibm-compat: PLT redirects for using ldbl redirects internally | Paul E. Murphy | 1 | -0/+2 |
2020-02-25 | nss_nis: Use NSS_DECLARE_MODULE_FUNCTIONS | Florian Weimer | 1 | -0/+23 |
2020-02-15 | ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486] | Florian Weimer | 1 | -1/+8 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 1 | -1/+1 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2018-11-13 | Add hidden_tls_def macros, fix powerpc-soft build with GCC 9. | Joseph Myers | 1 | -2/+31 |
2018-11-09 | Add support for GCC 9 attribute copy. | Martin Sebor | 1 | -5/+15 |
2018-06-29 | libc: Extend __libc_freeres framework (Bug 23329). | Carlos O'Donell | 1 | -10/+73 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2017-10-04 | Don't use hidden visibility in libc.a with PIE on i386 | H.J. Lu | 1 | -0/+1 |
2017-10-03 | Introduce NO_RTLD_HIDDEN, make hurd use it instead of NO_HIDDEN | Samuel Thibault | 1 | -1/+1 |
2017-08-31 | libc-symbols.h: Remove definition of internal_function | Florian Weimer | 1 | -7/+0 |
2017-08-22 | Fix remaining return type of ifunc resolver declaration | Gabriel F. T. Gomes | 1 | -1/+1 |
2017-08-22 | Declare ifunc resolver to return a pointer to the same type as the target | Martin Sebor | 1 | -1/+2 |
2017-08-22 | Add hidden visibility to internal function prototypes | H.J. Lu | 1 | -2/+14 |
2017-08-21 | Revert "Add hidden visibility to internal function prototypes". | Joseph Myers | 1 | -14/+2 |
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-08 | i386: Add <startup.h> [BZ #21913] | H.J. Lu | 1 | -0/+8 |
2017-05-11 | Suppress internal declarations for most of the testsuite. | Zack Weinberg | 1 | -19/+49 |
2017-04-07 | getopt: merge _GL_UNUSED annotations from gnulib | Zack Weinberg | 1 | -0/+43 |
2017-03-21 | Deprecate libnsl by default (only shared library will be | Thorsten Kukuk | 1 | -0/+6 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-12-26 | Do not stack-protect ifunc resolvers [BZ #7065] | Nick Alcock | 1 | -1/+11 |
2016-12-08 | Make _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_SOURCE=199506L. | Zack Weinberg | 1 | -2/+0 |
2016-10-07 | i386, x86: Use libc_ifunc macro for time, gettimeofday. | Stefan Liebler | 1 | -15/+0 |
2016-10-07 | Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to... | Stefan Liebler | 1 | -16/+126 |
2016-08-26 | malloc: Simplify static malloc interposition [BZ #20432] | Florian Weimer | 1 | -0/+15 |
2016-08-02 | Add support for referencing specific symbol versions | Florian Weimer | 1 | -5/+14 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-10-19 | Remove .weak, .weakext configure tests. | Joseph Myers | 1 | -19/+3 |