Age | Commit message (Expand) | Author | Files | Lines |
2016-12-08 | Make _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_SOURCE=199506L. | Zack Weinberg | 2 | -16/+27 |
2016-12-05 | Use C11-like atomics instead of plain memory accesses in x86 lock elision. | Torvald Riegel | 1 | -4/+20 |
2016-11-18 | Fix hurd __access_noerrno implementation. | Adhemerval Zanella | 1 | -1/+2 |
2016-11-16 | Fix crypt snprintf namespace (bug 20829). | Joseph Myers | 1 | -0/+1 |
2016-11-16 | New internal function __access_noerrno | Adhemerval Zanella | 1 | -0/+6 |
2016-10-29 | Bug 20729: Fix building with -Os. | Carlos O'Donell | 1 | -0/+15 |
2016-10-28 | Add include/crypt.h. | Carlos O'Donell | 1 | -0/+3 |
2016-10-26 | Fix atomic_fetch_xor_release. | Carlos O'Donell | 1 | -8/+11 |
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-10-04 | Fix LONG_WIDTH, ULONG_WIDTH include ordering issue. | Joseph Myers | 1 | -14/+5 |
2016-09-23 | Installed header hygiene (BZ#20366): Test of installed headers. | Zack Weinberg | 57 | -19/+220 |
2016-09-23 | Installed-header hygiene (BZ#20366): time.h types. | Zack Weinberg | 9 | -4/+11 |
2016-09-23 | Installed-header hygiene (BZ#20366): conditionally defined structures. | Zack Weinberg | 1 | -0/+1 |
2016-09-23 | Installed-header hygiene (BZ#20366): obsolete BSD u_* types. | Zack Weinberg | 2 | -12/+16 |
2016-09-21 | resolv: Remove unsupported hook functions from the API [BZ #20016] | Florian Weimer | 1 | -2/+0 |
2016-09-19 | Add <limits.h> integer width macros. | Joseph Myers | 1 | -1/+50 |
2016-08-26 | malloc: Simplify static malloc interposition [BZ #20432] | Florian Weimer | 1 | -0/+15 |
2016-08-09 | Add atomic operations required by the new condition variable. | Torvald Riegel | 1 | -0/+47 |
2016-08-05 | Add atomic_exchange_relaxed. | Torvald Riegel | 1 | -0/+9 |
2016-08-03 | Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro. | Joseph Myers | 1 | -0/+2 |
2016-08-03 | Minimize sysdeps code involved in defining major/minor/makedev. | Zack Weinberg | 1 | -0/+1 |
2016-08-03 | Add utility macros for clang detection, and deprecation with messages. | Zack Weinberg | 1 | -4/+15 |
2016-08-03 | Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro. | Joseph Myers | 1 | -0/+1 |
2016-08-02 | Support __STDC_WANT_LIB_EXT2__ feature test macro. | Joseph Myers | 1 | -1/+16 |
2016-08-02 | Add support for referencing specific symbol versions | Florian Weimer | 2 | -12/+25 |
2016-08-01 | Update for glibc 2.24 release.glibc-2.24 | Carlos O'Donell | 1 | -1/+1 |
2016-06-24 | Remove atomic_compare_and_exchange_bool_rel. | Torvald Riegel | 1 | -17/+0 |
2016-06-20 | Revert __malloc_initialize_hook symbol poisoning | Florian Weimer | 1 | -7/+0 |
2016-06-10 | malloc: Remove __malloc_initialize_hook from the API [BZ #19564] | Florian Weimer | 1 | -0/+7 |
2016-06-04 | Use __typeof instead of typeof | Andreas Schwab | 1 | -1/+1 |
2016-06-03 | Fix include/wchar.h for C++ | Carlos O'Donell | 1 | -1/+1 |
2016-04-29 | NSS: Implement group merging support. | Stephen Gallagher | 1 | -0/+7 |
2016-04-14 | Remove union wait [BZ #19613] | Florian Weimer | 1 | -3/+3 |
2016-04-08 | Fix limits.h NL_NMAX namespace (bug 19929). | Joseph Myers | 1 | -1/+3 |
2016-04-04 | strfmon_l: Use specified locale for number formatting [BZ #19633] | Florian Weimer | 1 | -0/+4 |
2016-03-20 | hurd: Do not hide rtld symbols which need to be preempted | Samuel Thibault | 1 | -2/+1 |
2016-03-08 | Add sys/auxv.h wrapper to include/sys/ | Aurelien Jarno | 1 | -0/+1 |
2016-03-07 | posix: New Linux posix_spawn{p} implementation | Adhemerval Zanella | 2 | -0/+3 |
2016-02-18 | Update version.h and include/features.h for 2.23 releaseglibc-2.23 | Adhemerval Zanella | 1 | -1/+1 |
2016-02-18 | Add _STRING_INLINE_unaligned and string_private.h | H.J. Lu | 1 | -0/+3 |
2016-01-06 | Mark internal unistd functions hidden in ld.so | H.J. Lu | 1 | -1/+5 |
2016-01-06 | Mark ld.so internal mmap functions hidden in ld.so | H.J. Lu | 1 | -0/+4 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 22 | -22/+22 |
2015-12-10 | Update to Unicode 8.0.0. | Mike FABIAN | 1 | -8/+4 |
2015-11-24 | Refactor strtod parsing of NaN payloads. | Joseph Myers | 2 | -0/+21 |
2015-11-20 | Fix lgamma setting signgam for ISO C (bug 15421). | Joseph Myers | 1 | -0/+2 |
2015-11-05 | Fix features.h for -Wundef (bug 19212). | Joseph Myers | 1 | -7/+10 |
2015-10-29 | Use max_align_t from <stddef.h>. | Joseph Myers | 2 | -12/+2 |
2015-10-19 | Mark ld.so internel __fxstatat64 hidden | H.J. Lu | 1 | -0/+3 |