summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-119-44/+61
* Remove _IO_MTSAFE_IO from public headers.Zack Weinberg2017-05-111-8/+17
* Consolidate Linux write syscallAdhemerval Zanella2017-05-111-0/+1
* Consolidate Linux read syscallAdhemerval Zanella2017-05-111-0/+1
* Add support for testing __STDC_WANT_IEC_60559_TYPES_EXT__Paul E. Murphy2017-05-091-0/+2
* Fix network headers stdint.h namespace (bug 21455).Joseph Myers2017-05-041-1/+1
* posix: Fix internal p{read,write} plt usageAdhemerval Zanella2017-05-021-0/+3
* Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).Joseph Myers2017-04-251-0/+1
* Assume that O_CLOEXEC is always defined and worksFlorian Weimer2017-04-181-4/+0
* Assume that dup3 is availableFlorian Weimer2017-04-181-2/+0
* Assume that pipe2 is always availableFlorian Weimer2017-04-181-1/+0
* resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361]Florian Weimer2017-04-131-3/+0
* getopt: eliminate __need_getopt by splitting up getopt.h.Zack Weinberg2017-04-073-0/+3
* getopt: merge _GL_UNUSED annotations from gnulibZack Weinberg2017-04-071-0/+43
* getopt: clean up error reportingZack Weinberg2017-04-071-0/+2
* getopt: remove USE_NONOPTION_FLAGSZack Weinberg2017-04-071-11/+0
* nss_dns: Replace local declarations with declarations from a header fileFlorian Weimer2017-04-041-0/+3
* Deprecate libnsl by default (only shared library will beThorsten Kukuk2017-03-214-0/+52
* Split helper classification macros from mathcalls.hGabriel F. T. Gomes2017-03-151-0/+1
* Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra2017-03-131-7/+1
* timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576]Florian Weimer2017-03-071-8/+0
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-012-38/+60
* Split DIAG_* macros to new header libc-diag.h.Zack Weinberg2017-02-252-53/+92
* Clean up conditionals for declaration of gets.Zack Weinberg2017-02-252-18/+11
* Bug 20313: Update to Unicode 9.0.0Mike FABIAN2017-02-211-4/+6
* 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 releaseglibc-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