aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-07(no commit message)lxoliva/getaddrinfoAlexandre Oliva1-107/+107
2014-11-07(no commit message)Alexandre Oliva1-42/+18
2014-11-07for ChangeLogAlexandre Oliva1-1/+5
2014-11-07drop address family conversions from /etc/hosts parserAlexandre Oliva1-25/+5
2014-11-07drop v4-to-v6 conversions of loopback addresses from /etc/hostsAlexandre Oliva1-1/+5
2014-11-07drop v6-to-v4 conversions of loopback addresses from /etc/hostsAlexandre Oliva1-5/+0
2014-11-07resolv: skip leading dot in domain to searchAlexandre Oliva1-3/+5
2014-11-07don't drop trailing dot in res_nquerydomain(..., name, NULL, ...)Alexandre Oliva2-11/+3
2014-11-07Do not continue in nss_db_getservbynameAlexandre Oliva2-5/+11
2014-11-07create all sockets with SOCK_CLOEXECAlexandre Oliva16-21/+144
2014-11-05introduce internal function to ease poll retry with timeoutAlexandre Oliva9-86/+76
2014-11-05Don't use INTDEF/INTUSE with _dl_mcount (bug 14132).Joseph Myers5-5/+14
2014-11-04Don't use INTDEF/INTUSE with _dl_init (bug 14132).Joseph Myers20-24/+45
2014-11-04Don't use INTDEF/INTUSE with _dl_argv (bug 14132).Joseph Myers7-34/+44
2014-11-04soft-fp: Add _FP_TO_INT_ROUND.Joseph Myers6-0/+240
2014-11-04Remove unused includeAndreas Schwab2-1/+4
2014-11-03powerpc: Fix encoding of POWER8 instructionAdhemerval Zanella2-1/+13
2014-11-03Don't error out writing a multibyte character to an unbuffered stream (bug 17...Andreas Schwab5-7/+69
2014-11-01Fix sparc struct fpu definition.Jose E. Marchesi2-1/+6
2014-11-01Remove __libc_nanosleep function name.Joseph Myers3-5/+12
2014-10-31Make aclocal.m4 comment mention updating install.texi for autoconf version.Joseph Myers2-1/+7
2014-10-31powerpc: Change atomic_write_barrier to have release semantics.Torvald Riegel4-1/+11
2014-10-31Add a hook to enable load-time inspection of program headersMatthew Fortune3-0/+47
2014-10-31BZ#17496: Fix gnu/lib-names.h dependency.Roland McGrath2-64/+75
2014-10-31Update autoconf version requirement in install.texi.Joseph Myers3-2/+6
2014-10-31Remove __libc_pselect alias.Joseph Myers3-2/+4
2014-10-31Add bug 15215 to NEWS; move bug 17344 to correct version's list in NEWS.Joseph Myers1-3/+3
2014-10-31Move powerpc64 pread/pwrite definitions to syscalls.list (bug 14138).Joseph Myers6-221/+10
2014-10-31Fix SPARC atomic_write_barrier.Torvald Riegel4-4/+13
2014-10-30Clean up internal ctype.h header.Roland McGrath2-16/+22
2014-10-30Remove __libc_readv and __libc_writev function names.Joseph Myers7-22/+30
2014-10-30Clean up wchar_t conversion code in iconv program.Roland McGrath2-79/+61
2014-10-30Remove __libc_creat function name.Joseph Myers7-9/+23
2014-10-29manual/llio.texi: Add Linux-specific comments for write().Carlos O'Donell2-0/+30
2014-10-28elf/dl-load.c: Use __strdup.Carlos O'Donell2-19/+12
2014-10-28Don't use INTDEF/INTUSE in unwind-dw2-fde.c (bug 14132).Joseph Myers2-15/+36
2014-10-27arm: Re-enable PI futex support for ARM kernels >= 3.14.3Gratian Crisan2-4/+16
2014-10-27Move setfsgid/setfsuid definitions to syscalls.list (bug 14138).Joseph Myers19-77/+49
2014-10-27Fix misdetected Slow_SSE4_2 cpu feature bit (bug 17501)Andreas Schwab6-11/+21
2014-10-24Rework compiler version check in configure.Roland McGrath3-66/+48
2014-10-24Prototypify htonl and htons definitions.Roland McGrath3-4/+7
2014-10-24This patch improves strncat performance by using strlen. Strlen has a fast C ...Wilco Dijkstra2-4/+6
2014-10-24This patch improves strcat performance by using strlen and strcpy. Strlen has...Wilco Dijkstra2-20/+5
2014-10-24Call libc_fetestexcept_aarch64 from math_private.h rather than duplicating fu...Wilco Dijkstra2-8/+7
2014-10-24Call libc_feholdexcept_aarch64 from math_private.h rather than duplicating fu...Wilco Dijkstra2-24/+7
2014-10-24Call get_rounding_mode rather than duplicating functionality.Wilco Dijkstra2-4/+7
2014-10-24Cleanup feenableexcept to use the same logic as the ARM version. No functiona...Wilco Dijkstra2-6/+6
2014-10-24Cleanup fedisableexcept to use the same logic as the ARM version. No function...Wilco Dijkstra2-6/+6
2014-10-24Cleanup feclearexcept to use the same logic as the ARM version. No functional...Wilco Dijkstra2-1/+6
2014-10-24Cleanup fesetexceptflag to use the same logic as the ARM version. No function...Wilco Dijkstra2-2/+8