| Commit message (Expand) | Author | Age | Files | Lines |
* | WIP delayed IFUNC relocationfw/bug21041 | Florian Weimer | 2017-01-24 | 1 | -0/+6 |
* | Use fortify macros for b{zero,copy} along decl from strings.h | Adhemerval Zanella | 2017-01-05 | 1 | -0/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 22 | -22/+22 |
* | CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784] | Florian Weimer | 2016-12-31 | 1 | -3/+3 |
* | resolv: Turn historic name lookup functions into compat symbols | Florian Weimer | 2016-12-30 | 1 | -1/+0 |
* | sunrpc: Always obtain AF_INET addresses from NSS [BZ #20964] | Florian Weimer | 2016-12-27 | 1 | -0/+6 |
* | Do not stack-protect ifunc resolvers [BZ #7065] | Nick Alcock | 2016-12-26 | 1 | -1/+11 |
* | Add roundeven, roundevenf, roundevenl. | Joseph Myers | 2016-12-21 | 1 | -0/+1 |
* | New string function explicit_bzero (from OpenBSD). | Zack Weinberg | 2016-12-16 | 1 | -0/+11 |
* | Make _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_SOURCE=199506L. | Zack Weinberg | 2016-12-08 | 2 | -16/+27 |
* | Use C11-like atomics instead of plain memory accesses in x86 lock elision. | Torvald Riegel | 2016-12-05 | 1 | -4/+20 |
* | Fix hurd __access_noerrno implementation. | Adhemerval Zanella | 2016-11-18 | 1 | -1/+2 |
* | Fix crypt snprintf namespace (bug 20829). | Joseph Myers | 2016-11-16 | 1 | -0/+1 |
* | New internal function __access_noerrno | Adhemerval Zanella | 2016-11-16 | 1 | -0/+6 |
* | Bug 20729: Fix building with -Os. | Carlos O'Donell | 2016-10-29 | 1 | -0/+15 |
* | Add include/crypt.h. | Carlos O'Donell | 2016-10-28 | 1 | -0/+3 |
* | Fix atomic_fetch_xor_release. | Carlos O'Donell | 2016-10-26 | 1 | -8/+11 |
* | i386, x86: Use libc_ifunc macro for time, gettimeofday. | Stefan Liebler | 2016-10-07 | 1 | -15/+0 |
* | Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to... | Stefan Liebler | 2016-10-07 | 1 | -16/+126 |
* | Fix LONG_WIDTH, ULONG_WIDTH include ordering issue. | Joseph Myers | 2016-10-04 | 1 | -14/+5 |
* | Installed header hygiene (BZ#20366): Test of installed headers. | Zack Weinberg | 2016-09-23 | 57 | -19/+220 |
* | Installed-header hygiene (BZ#20366): time.h types. | Zack Weinberg | 2016-09-23 | 9 | -4/+11 |
* | Installed-header hygiene (BZ#20366): conditionally defined structures. | Zack Weinberg | 2016-09-23 | 1 | -0/+1 |
* | Installed-header hygiene (BZ#20366): obsolete BSD u_* types. | Zack Weinberg | 2016-09-23 | 2 | -12/+16 |
* | resolv: Remove unsupported hook functions from the API [BZ #20016] | Florian Weimer | 2016-09-21 | 1 | -2/+0 |
* | Add <limits.h> integer width macros. | Joseph Myers | 2016-09-19 | 1 | -1/+50 |
* | malloc: Simplify static malloc interposition [BZ #20432] | Florian Weimer | 2016-08-26 | 1 | -0/+15 |
* | Add atomic operations required by the new condition variable. | Torvald Riegel | 2016-08-09 | 1 | -0/+47 |
* | Add atomic_exchange_relaxed. | Torvald Riegel | 2016-08-05 | 1 | -0/+9 |
* | Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro. | Joseph Myers | 2016-08-03 | 1 | -0/+2 |
* | Minimize sysdeps code involved in defining major/minor/makedev. | Zack Weinberg | 2016-08-03 | 1 | -0/+1 |
* | Add utility macros for clang detection, and deprecation with messages. | Zack Weinberg | 2016-08-03 | 1 | -4/+15 |
* | Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro. | Joseph Myers | 2016-08-03 | 1 | -0/+1 |
* | Support __STDC_WANT_LIB_EXT2__ feature test macro. | Joseph Myers | 2016-08-02 | 1 | -1/+16 |
* | Add support for referencing specific symbol versions | Florian Weimer | 2016-08-02 | 2 | -12/+25 |
* | Update for glibc 2.24 release.glibc-2.24 | Carlos O'Donell | 2016-08-01 | 1 | -1/+1 |
* | Remove atomic_compare_and_exchange_bool_rel. | Torvald Riegel | 2016-06-24 | 1 | -17/+0 |
* | Revert __malloc_initialize_hook symbol poisoning | Florian Weimer | 2016-06-20 | 1 | -7/+0 |
* | malloc: Remove __malloc_initialize_hook from the API [BZ #19564] | Florian Weimer | 2016-06-10 | 1 | -0/+7 |
* | Use __typeof instead of typeof | Andreas Schwab | 2016-06-04 | 1 | -1/+1 |
* | Fix include/wchar.h for C++ | Carlos O'Donell | 2016-06-03 | 1 | -1/+1 |
* | NSS: Implement group merging support. | Stephen Gallagher | 2016-04-29 | 1 | -0/+7 |
* | Remove union wait [BZ #19613] | Florian Weimer | 2016-04-14 | 1 | -3/+3 |
* | Fix limits.h NL_NMAX namespace (bug 19929). | Joseph Myers | 2016-04-08 | 1 | -1/+3 |
* | strfmon_l: Use specified locale for number formatting [BZ #19633] | Florian Weimer | 2016-04-04 | 1 | -0/+4 |
* | hurd: Do not hide rtld symbols which need to be preempted | Samuel Thibault | 2016-03-20 | 1 | -2/+1 |
* | Add sys/auxv.h wrapper to include/sys/ | Aurelien Jarno | 2016-03-08 | 1 | -0/+1 |
* | posix: New Linux posix_spawn{p} implementation | Adhemerval Zanella | 2016-03-07 | 2 | -0/+3 |
* | Update version.h and include/features.h for 2.23 releaseglibc-2.23 | Adhemerval Zanella | 2016-02-18 | 1 | -1/+1 |
* | Add _STRING_INLINE_unaligned and string_private.h | H.J. Lu | 2016-02-18 | 1 | -0/+3 |