Age | Commit message (Expand) | Author | Files | Lines |
2017-05-11 | Remove _IO_MTSAFE_IO from public headers. | Zack Weinberg | 1 | -8/+17 |
2017-05-11 | Consolidate Linux write syscall | Adhemerval Zanella | 1 | -0/+1 |
2017-05-11 | Consolidate Linux read syscall | Adhemerval Zanella | 1 | -0/+1 |
2017-05-09 | Add support for testing __STDC_WANT_IEC_60559_TYPES_EXT__ | Paul E. Murphy | 1 | -0/+2 |
2017-05-04 | Fix network headers stdint.h namespace (bug 21455). | Joseph Myers | 1 | -1/+1 |
2017-05-02 | posix: Fix internal p{read,write} plt usage | Adhemerval Zanella | 1 | -0/+3 |
2017-04-25 | Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426). | Joseph Myers | 1 | -0/+1 |
2017-04-18 | Assume that O_CLOEXEC is always defined and works | Florian Weimer | 1 | -4/+0 |
2017-04-18 | Assume that dup3 is available | Florian Weimer | 1 | -2/+0 |
2017-04-18 | Assume that pipe2 is always available | Florian Weimer | 1 | -1/+0 |
2017-04-13 | resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361] | Florian Weimer | 1 | -3/+0 |
2017-04-07 | getopt: eliminate __need_getopt by splitting up getopt.h. | Zack Weinberg | 3 | -0/+3 |
2017-04-07 | getopt: merge _GL_UNUSED annotations from gnulib | Zack Weinberg | 1 | -0/+43 |
2017-04-07 | getopt: clean up error reporting | Zack Weinberg | 1 | -0/+2 |
2017-04-07 | getopt: remove USE_NONOPTION_FLAGS | Zack Weinberg | 1 | -11/+0 |
2017-04-04 | nss_dns: Replace local declarations with declarations from a header file | Florian Weimer | 1 | -0/+3 |
2017-03-21 | Deprecate libnsl by default (only shared library will be | Thorsten Kukuk | 4 | -0/+52 |
2017-03-15 | Split helper classification macros from mathcalls.h | Gabriel F. T. Gomes | 1 | -0/+1 |
2017-03-13 | Remove the str(n)dup inlines from string/bits/string2.h. Although inlining | Wilco Dijkstra | 1 | -7/+1 |
2017-03-07 | timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576] | Florian Weimer | 1 | -8/+0 |
2017-03-01 | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg | 2 | -38/+60 |
2017-02-25 | Split DIAG_* macros to new header libc-diag.h. | Zack Weinberg | 2 | -53/+92 |
2017-02-25 | Clean up conditionals for declaration of gets. | Zack Weinberg | 2 | -18/+11 |
2017-02-21 | Bug 20313: Update to Unicode 9.0.0 | Mike FABIAN | 1 | -4/+6 |
2017-02-16 | Clean up redundancies between string.h and strings.h. | Zack Weinberg | 1 | -0/+2 |
2017-02-16 | Move bits/types.h into posix/bits. | Zack Weinberg | 1 | -0/+1 |
2017-02-15 | The internal header include/string.h does not work in C++: it causes link errors | Wilco Dijkstra | 1 | -2/+2 |
2017-02-06 | As a minor cleanup remove the (r)index defines from include/string.h as | Wilco Dijkstra | 1 | -9/+0 |
2017-02-05 | Update for 2.25 releaseglibc-2.25 | Siddhesh Poyarekar | 1 | -1/+1 |
2017-01-05 | Use fortify macros for b{zero,copy} along decl from strings.h | Adhemerval Zanella | 1 | -0/+1 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 22 | -22/+22 |
2016-12-31 | CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784] | Florian Weimer | 1 | -3/+3 |
2016-12-30 | resolv: Turn historic name lookup functions into compat symbols | Florian Weimer | 1 | -1/+0 |
2016-12-27 | sunrpc: Always obtain AF_INET addresses from NSS [BZ #20964] | Florian Weimer | 1 | -0/+6 |
2016-12-26 | Do not stack-protect ifunc resolvers [BZ #7065] | Nick Alcock | 1 | -1/+11 |
2016-12-21 | Add roundeven, roundevenf, roundevenl. | Joseph Myers | 1 | -0/+1 |
2016-12-16 | New string function explicit_bzero (from OpenBSD). | Zack Weinberg | 1 | -0/+11 |
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 |