aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella1-0/+6
2017-05-30Add reallocarray functionDennis Wölfing1-0/+4
2017-05-20Remove __need macros from signal.h.Zack Weinberg4-12/+6
2017-05-20Remove __need_list_t and __need_res_state.Zack Weinberg3-28/+42
2017-05-19Split up bits/sigstack.h.Joseph Myers1-0/+1
2017-05-15float128: Add private _Float128 declarations for libm.Paul E. Murphy3-0/+47
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg9-44/+61
2017-05-11Remove _IO_MTSAFE_IO from public headers.Zack Weinberg1-8/+17
2017-05-11Consolidate Linux write syscallAdhemerval Zanella1-0/+1
2017-05-11Consolidate Linux read syscallAdhemerval Zanella1-0/+1
2017-05-09Add support for testing __STDC_WANT_IEC_60559_TYPES_EXT__Paul E. Murphy1-0/+2
2017-05-04Fix network headers stdint.h namespace (bug 21455).Joseph Myers1-1/+1
2017-05-02posix: Fix internal p{read,write} plt usageAdhemerval Zanella1-0/+3
2017-04-25Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).Joseph Myers1-0/+1
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer1-4/+0
2017-04-18Assume that dup3 is availableFlorian Weimer1-2/+0
2017-04-18Assume that pipe2 is always availableFlorian Weimer1-1/+0
2017-04-13resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361]Florian Weimer1-3/+0
2017-04-07getopt: eliminate __need_getopt by splitting up getopt.h.Zack Weinberg3-0/+3
2017-04-07getopt: merge _GL_UNUSED annotations from gnulibZack Weinberg1-0/+43
2017-04-07getopt: clean up error reportingZack Weinberg1-0/+2
2017-04-07getopt: remove USE_NONOPTION_FLAGSZack Weinberg1-11/+0
2017-04-04nss_dns: Replace local declarations with declarations from a header fileFlorian Weimer1-0/+3
2017-03-21Deprecate libnsl by default (only shared library will beThorsten Kukuk4-0/+52
2017-03-15Split helper classification macros from mathcalls.hGabriel F. T. Gomes1-0/+1
2017-03-13 Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra1-7/+1
2017-03-07timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576]Florian Weimer1-8/+0
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg2-38/+60
2017-02-25Split DIAG_* macros to new header libc-diag.h.Zack Weinberg2-53/+92
2017-02-25Clean up conditionals for declaration of gets.Zack Weinberg2-18/+11
2017-02-21Bug 20313: Update to Unicode 9.0.0Mike FABIAN1-4/+6
2017-02-16Clean up redundancies between string.h and strings.h.Zack Weinberg1-0/+2
2017-02-16Move bits/types.h into posix/bits.Zack Weinberg1-0/+1
2017-02-15The internal header include/string.h does not work in C++: it causes link errorsWilco Dijkstra1-2/+2
2017-02-06As a minor cleanup remove the (r)index defines from include/string.h asWilco Dijkstra1-9/+0
2017-02-05Update for 2.25 releaseglibc-2.25Siddhesh Poyarekar1-1/+1
2017-01-05Use fortify macros for b{zero,copy} along decl from strings.hAdhemerval Zanella1-0/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers22-22/+22
2016-12-31CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784]Florian Weimer1-3/+3
2016-12-30resolv: Turn historic name lookup functions into compat symbolsFlorian Weimer1-1/+0
2016-12-27sunrpc: Always obtain AF_INET addresses from NSS [BZ #20964]Florian Weimer1-0/+6
2016-12-26Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock1-1/+11
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers1-0/+1
2016-12-16New string function explicit_bzero (from OpenBSD).Zack Weinberg1-0/+11
2016-12-08Make _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_SOURCE=199506L.Zack Weinberg2-16/+27
2016-12-05Use C11-like atomics instead of plain memory accesses in x86 lock elision.Torvald Riegel1-4/+20
2016-11-18Fix hurd __access_noerrno implementation.Adhemerval Zanella1-1/+2
2016-11-16Fix crypt snprintf namespace (bug 20829).Joseph Myers1-0/+1
2016-11-16New internal function __access_noerrnoAdhemerval Zanella1-0/+6
2016-10-29Bug 20729: Fix building with -Os.Carlos O'Donell1-0/+15