about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* (no commit message) lxoliva/getaddrinfoAlexandre Oliva2014-11-071-107/+107
* (no commit message)Alexandre Oliva2014-11-071-42/+18
* for ChangeLogAlexandre Oliva2014-11-071-1/+5
* drop address family conversions from /etc/hosts parserAlexandre Oliva2014-11-071-25/+5
* drop v4-to-v6 conversions of loopback addresses from /etc/hostsAlexandre Oliva2014-11-071-1/+5
* drop v6-to-v4 conversions of loopback addresses from /etc/hostsAlexandre Oliva2014-11-071-5/+0
* resolv: skip leading dot in domain to searchAlexandre Oliva2014-11-071-3/+5
* don't drop trailing dot in res_nquerydomain(..., name, NULL, ...)Alexandre Oliva2014-11-072-11/+3
* Do not continue in nss_db_getservbynameAlexandre Oliva2014-11-072-5/+11
* create all sockets with SOCK_CLOEXECAlexandre Oliva2014-11-0716-21/+144
* introduce internal function to ease poll retry with timeoutAlexandre Oliva2014-11-059-86/+76
* Don't use INTDEF/INTUSE with _dl_mcount (bug 14132).Joseph Myers2014-11-055-5/+14
* Don't use INTDEF/INTUSE with _dl_init (bug 14132).Joseph Myers2014-11-0420-24/+45
* Don't use INTDEF/INTUSE with _dl_argv (bug 14132).Joseph Myers2014-11-047-34/+44
* soft-fp: Add _FP_TO_INT_ROUND.Joseph Myers2014-11-046-0/+240
* Remove unused includeAndreas Schwab2014-11-042-1/+4
* powerpc: Fix encoding of POWER8 instructionAdhemerval Zanella2014-11-032-1/+13
* Don't error out writing a multibyte character to an unbuffered stream (bug 17...Andreas Schwab2014-11-035-7/+69
* Fix sparc struct fpu definition.Jose E. Marchesi2014-11-012-1/+6
* Remove __libc_nanosleep function name.Joseph Myers2014-11-013-5/+12
* Make aclocal.m4 comment mention updating install.texi for autoconf version.Joseph Myers2014-10-312-1/+7
* powerpc: Change atomic_write_barrier to have release semantics.Torvald Riegel2014-10-314-1/+11
* Add a hook to enable load-time inspection of program headersMatthew Fortune2014-10-313-0/+47
* BZ#17496: Fix gnu/lib-names.h dependency.Roland McGrath2014-10-312-64/+75
* Update autoconf version requirement in install.texi.Joseph Myers2014-10-313-2/+6
* Remove __libc_pselect alias.Joseph Myers2014-10-313-2/+4
* Add bug 15215 to NEWS; move bug 17344 to correct version's list in NEWS.Joseph Myers2014-10-311-3/+3
* Move powerpc64 pread/pwrite definitions to syscalls.list (bug 14138).Joseph Myers2014-10-316-221/+10
* Fix SPARC atomic_write_barrier.Torvald Riegel2014-10-314-4/+13
* Clean up internal ctype.h header.Roland McGrath2014-10-302-16/+22
* Remove __libc_readv and __libc_writev function names.Joseph Myers2014-10-307-22/+30
* Clean up wchar_t conversion code in iconv program.Roland McGrath2014-10-302-79/+61
* Remove __libc_creat function name.Joseph Myers2014-10-307-9/+23
* manual/llio.texi: Add Linux-specific comments for write().Carlos O'Donell2014-10-292-0/+30
* elf/dl-load.c: Use __strdup.Carlos O'Donell2014-10-282-19/+12
* Don't use INTDEF/INTUSE in unwind-dw2-fde.c (bug 14132).Joseph Myers2014-10-282-15/+36
* arm: Re-enable PI futex support for ARM kernels >= 3.14.3Gratian Crisan2014-10-272-4/+16
* Move setfsgid/setfsuid definitions to syscalls.list (bug 14138).Joseph Myers2014-10-2719-77/+49
* Fix misdetected Slow_SSE4_2 cpu feature bit (bug 17501)Andreas Schwab2014-10-276-11/+21
* Rework compiler version check in configure.Roland McGrath2014-10-243-66/+48
* Prototypify htonl and htons definitions.Roland McGrath2014-10-243-4/+7
* This patch improves strncat performance by using strlen. Strlen has a fast C ...Wilco Dijkstra2014-10-242-4/+6
* This patch improves strcat performance by using strlen and strcpy. Strlen has...Wilco Dijkstra2014-10-242-20/+5
* Call libc_fetestexcept_aarch64 from math_private.h rather than duplicating fu...Wilco Dijkstra2014-10-242-8/+7
* Call libc_feholdexcept_aarch64 from math_private.h rather than duplicating fu...Wilco Dijkstra2014-10-242-24/+7
* Call get_rounding_mode rather than duplicating functionality.Wilco Dijkstra2014-10-242-4/+7
* Cleanup feenableexcept to use the same logic as the ARM version. No functiona...Wilco Dijkstra2014-10-242-6/+6
* Cleanup fedisableexcept to use the same logic as the ARM version. No function...Wilco Dijkstra2014-10-242-6/+6
* Cleanup feclearexcept to use the same logic as the ARM version. No functional...Wilco Dijkstra2014-10-242-1/+6
* Cleanup fesetexceptflag to use the same logic as the ARM version. No function...Wilco Dijkstra2014-10-242-2/+8