about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Make _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_SOURCE=199506L.Zack Weinberg2016-12-082-16/+27
* Use C11-like atomics instead of plain memory accesses in x86 lock elision.Torvald Riegel2016-12-051-4/+20
* Fix hurd __access_noerrno implementation.Adhemerval Zanella2016-11-181-1/+2
* Fix crypt snprintf namespace (bug 20829).Joseph Myers2016-11-161-0/+1
* New internal function __access_noerrnoAdhemerval Zanella2016-11-161-0/+6
* Bug 20729: Fix building with -Os.Carlos O'Donell2016-10-291-0/+15
* Add include/crypt.h.Carlos O'Donell2016-10-281-0/+3
* Fix atomic_fetch_xor_release.Carlos O'Donell2016-10-261-8/+11
* i386, x86: Use libc_ifunc macro for time, gettimeofday.Stefan Liebler2016-10-071-15/+0
* Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to...Stefan Liebler2016-10-071-16/+126
* Fix LONG_WIDTH, ULONG_WIDTH include ordering issue.Joseph Myers2016-10-041-14/+5
* Installed header hygiene (BZ#20366): Test of installed headers.Zack Weinberg2016-09-2357-19/+220
* Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg2016-09-239-4/+11
* Installed-header hygiene (BZ#20366): conditionally defined structures.Zack Weinberg2016-09-231-0/+1
* Installed-header hygiene (BZ#20366): obsolete BSD u_* types.Zack Weinberg2016-09-232-12/+16
* resolv: Remove unsupported hook functions from the API [BZ #20016]Florian Weimer2016-09-211-2/+0
* Add <limits.h> integer width macros.Joseph Myers2016-09-191-1/+50
* malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer2016-08-261-0/+15
* Add atomic operations required by the new condition variable.Torvald Riegel2016-08-091-0/+47
* Add atomic_exchange_relaxed.Torvald Riegel2016-08-051-0/+9
* Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro.Joseph Myers2016-08-031-0/+2
* Minimize sysdeps code involved in defining major/minor/makedev.Zack Weinberg2016-08-031-0/+1
* Add utility macros for clang detection, and deprecation with messages.Zack Weinberg2016-08-031-4/+15
* Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro.Joseph Myers2016-08-031-0/+1
* Support __STDC_WANT_LIB_EXT2__ feature test macro.Joseph Myers2016-08-021-1/+16
* Add support for referencing specific symbol versionsFlorian Weimer2016-08-022-12/+25
* Update for glibc 2.24 release. glibc-2.24Carlos O'Donell2016-08-011-1/+1
* Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel2016-06-241-17/+0
* Revert __malloc_initialize_hook symbol poisoningFlorian Weimer2016-06-201-7/+0
* malloc: Remove __malloc_initialize_hook from the API [BZ #19564]Florian Weimer2016-06-101-0/+7
* Use __typeof instead of typeofAndreas Schwab2016-06-041-1/+1
* Fix include/wchar.h for C++Carlos O'Donell2016-06-031-1/+1
* NSS: Implement group merging support.Stephen Gallagher2016-04-291-0/+7
* Remove union wait [BZ #19613]Florian Weimer2016-04-141-3/+3
* Fix limits.h NL_NMAX namespace (bug 19929).Joseph Myers2016-04-081-1/+3
* strfmon_l: Use specified locale for number formatting [BZ #19633]Florian Weimer2016-04-041-0/+4
* hurd: Do not hide rtld symbols which need to be preemptedSamuel Thibault2016-03-201-2/+1
* Add sys/auxv.h wrapper to include/sys/Aurelien Jarno2016-03-081-0/+1
* posix: New Linux posix_spawn{p} implementationAdhemerval Zanella2016-03-072-0/+3
* Update version.h and include/features.h for 2.23 release glibc-2.23Adhemerval Zanella2016-02-181-1/+1
* Add _STRING_INLINE_unaligned and string_private.hH.J. Lu2016-02-181-0/+3
* Mark internal unistd functions hidden in ld.soH.J. Lu2016-01-061-1/+5
* Mark ld.so internal mmap functions hidden in ld.soH.J. Lu2016-01-061-0/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0422-22/+22
* Update to Unicode 8.0.0.Mike FABIAN2015-12-101-8/+4
* Refactor strtod parsing of NaN payloads.Joseph Myers2015-11-242-0/+21
* Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers2015-11-201-0/+2
* Fix features.h for -Wundef (bug 19212).Joseph Myers2015-11-051-7/+10
* Use max_align_t from <stddef.h>.Joseph Myers2015-10-292-12/+2
* Mark ld.so internel __fxstatat64 hiddenH.J. Lu2015-10-191-0/+3