aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-05Use IS_IN internally onlysiddhesh/is_in_moduleSiddhesh Poyarekar
2014-11-05Remove NOT_IN_libcSiddhesh Poyarekar
2014-11-05Remove last place for definition of IS_IN_* macrosSiddhesh Poyarekar
2014-11-05Remove IS_IN_rtldSiddhesh Poyarekar
2014-11-05Remove IS_IN_libmSiddhesh Poyarekar
2014-11-05Remove IS_IN_libpthreadSiddhesh Poyarekar
2014-11-05Remove IS_IN_librtSiddhesh Poyarekar
2014-11-05Remove IS_IN_libdlSiddhesh Poyarekar
2014-11-05Remove IS_IN_nscdSiddhesh Poyarekar
2014-11-05Remove IS_IN_ldconfigSiddhesh Poyarekar
2014-11-05Remove IS_IN_libcSiddhesh Poyarekar
2014-11-05Define IN_MODULE for translation units that define NOT_IN_libcSiddhesh Poyarekar
2014-11-05Remove IN_LIBSiddhesh Poyarekar
2014-11-05Use MODULE_NAME in stap-probe instead of IN_LIBSiddhesh Poyarekar
2014-11-05Auto-generate libc-modules.hSiddhesh Poyarekar
2014-11-05Fix -Wundef warning in SHLIB_COMPATSiddhesh Poyarekar
2014-11-05Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar
2014-11-05Don't use INTDEF/INTUSE with _dl_mcount (bug 14132).Joseph Myers
2014-11-04Don't use INTDEF/INTUSE with _dl_init (bug 14132).Joseph Myers
2014-11-04Don't use INTDEF/INTUSE with _dl_argv (bug 14132).Joseph Myers
2014-11-04soft-fp: Add _FP_TO_INT_ROUND.Joseph Myers
2014-11-04Remove unused includeAndreas Schwab
2014-11-03powerpc: Fix encoding of POWER8 instructionAdhemerval Zanella
2014-11-03Don't error out writing a multibyte character to an unbuffered stream (bug 17...Andreas Schwab
2014-11-01Fix sparc struct fpu definition.Jose E. Marchesi
2014-11-01Remove __libc_nanosleep function name.Joseph Myers
2014-10-31Make aclocal.m4 comment mention updating install.texi for autoconf version.Joseph Myers
2014-10-31powerpc: Change atomic_write_barrier to have release semantics.Torvald Riegel
2014-10-31Add a hook to enable load-time inspection of program headersMatthew Fortune
2014-10-31BZ#17496: Fix gnu/lib-names.h dependency.Roland McGrath
2014-10-31Update autoconf version requirement in install.texi.Joseph Myers
2014-10-31Remove __libc_pselect alias.Joseph Myers
2014-10-31Add bug 15215 to NEWS; move bug 17344 to correct version's list in NEWS.Joseph Myers
2014-10-31Move powerpc64 pread/pwrite definitions to syscalls.list (bug 14138).Joseph Myers
2014-10-31Fix SPARC atomic_write_barrier.Torvald Riegel
2014-10-30Clean up internal ctype.h header.Roland McGrath
2014-10-30Remove __libc_readv and __libc_writev function names.Joseph Myers
2014-10-30Clean up wchar_t conversion code in iconv program.Roland McGrath
2014-10-30Remove __libc_creat function name.Joseph Myers
2014-10-29manual/llio.texi: Add Linux-specific comments for write().Carlos O'Donell
2014-10-28elf/dl-load.c: Use __strdup.Carlos O'Donell
2014-10-28Don't use INTDEF/INTUSE in unwind-dw2-fde.c (bug 14132).Joseph Myers
2014-10-27arm: Re-enable PI futex support for ARM kernels >= 3.14.3Gratian Crisan
2014-10-27Move setfsgid/setfsuid definitions to syscalls.list (bug 14138).Joseph Myers
2014-10-27Fix misdetected Slow_SSE4_2 cpu feature bit (bug 17501)Andreas Schwab
2014-10-24Rework compiler version check in configure.Roland McGrath
2014-10-24Prototypify htonl and htons definitions.Roland McGrath
2014-10-24This patch improves strncat performance by using strlen. Strlen has a fast C ...Wilco Dijkstra
2014-10-24This patch improves strcat performance by using strlen and strcpy. Strlen has...Wilco Dijkstra