about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Clean up redundancies between string.h and strings.h.Zack Weinberg2017-02-161-0/+2
* Move bits/types.h into posix/bits.Zack Weinberg2017-02-161-0/+1
* The internal header include/string.h does not work in C++: it causes link errorsWilco Dijkstra2017-02-151-2/+2
* As a minor cleanup remove the (r)index defines from include/string.h asWilco Dijkstra2017-02-061-9/+0
* Update for 2.25 release glibc-2.25Siddhesh Poyarekar2017-02-051-1/+1
* Use fortify macros for b{zero,copy} along decl from strings.hAdhemerval Zanella2017-01-051-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0122-22/+22
* CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784]Florian Weimer2016-12-311-3/+3
* resolv: Turn historic name lookup functions into compat symbolsFlorian Weimer2016-12-301-1/+0
* sunrpc: Always obtain AF_INET addresses from NSS [BZ #20964]Florian Weimer2016-12-271-0/+6
* Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock2016-12-261-1/+11
* Add roundeven, roundevenf, roundevenl.Joseph Myers2016-12-211-0/+1
* New string function explicit_bzero (from OpenBSD).Zack Weinberg2016-12-161-0/+11
* 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