aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-06Move tst-getlogin to login/ subdirectory.Roland McGrath4-2/+7
2015-02-06Fix libio/tst-atime not to presume ST_NOATIME exists.Roland McGrath2-3/+5
2015-02-06Fix dirent/tst-fdopendir not to presume O_NOATIME exists.Roland McGrath2-0/+5
2015-02-06Fix nptl/tst-kill5 not to presume SIGRTMAX exists.Roland McGrath2-1/+4
2015-02-06Clean up nptl/tst-join5 use of nanosleep.Roland McGrath2-7/+11
2015-02-06Clean up NPTL system to be compat-only.Roland McGrath2-8/+44
2015-02-06Clean up NPTL longjmp to be compat-only.Roland McGrath2-6/+54
2015-02-06Clean up NPTL fork to be compat-only.Roland McGrath3-4/+57
2015-02-06x86: Clean up __vdso_clock_gettime variable.Roland McGrath7-232/+20
2015-02-06Exclude rpcent functions and NSS backends for rpc, key when excluding sunrpc.Roland McGrath13-12/+58
2015-02-06Clean up sysdep-dl-routines variable.Roland McGrath14-26/+33
2015-02-06NEWS: Fix spelling.Carlos O'Donell1-1/+1
2015-02-06NEWS: Also mention CVE-2015-1473Florian Weimer1-4/+5
2015-02-06soft-fp: Fix _FP_FMA when product is zero and third argument is finite (bug 1...Joseph Myers5-0/+381
2015-02-06soft-fp: Refine FP_EX_DENORM handling for comparisons.Joseph Myers2-4/+51
2015-02-06soft-fp: Support floating-point extensions without quieting sNaNs.Joseph Myers2-4/+16
2015-02-06Fix missing ChangeLog attribution.Carlos O'Donell1-0/+1
2015-02-06Open development for 2.22.glibc-2.21.90Carlos O'Donell1-2/+2
2015-02-06Update version.h and include/features.h for 2.21 releaseglibc-2.21Carlos O'Donell3-3/+7
2015-02-06hppa: Sync with pthread.h.Carlos O'Donell2-1/+1150
2015-02-06CVE-2015-1472: wscanf allocates too little memoryPaul Pluzhnikov4-15/+62
2015-02-05glibc 2.21 pre-release update.Carlos O'Donell40-46505/+67618
2015-02-05hppa: Remove warnings and fix conformance errors.Carlos O'Donell14-1212/+151
2015-02-05Function name typo error in non-PIC case, fixed in this patch.Chung-Lin Tang2-1/+6
2015-01-31Fix two bugs in sparc atomics.David S. Miller2-7/+14
2015-01-31Fix sparc semaphore implementation after recent changes.David S. Miller18-703/+692
2015-01-30Use AVX unaligned memcpy only if AVX2 is availableH.J. Lu10-10/+37
2015-01-29Include <signal.h> in sysdeps/nptl/allocrtsig.cAndreas Schwab2-0/+5
2015-01-29Fix up ChangeLog formattingSiddhesh Poyarekar1-12/+12
2015-01-29Initialize nscd stats data [BZ #17892]Siddhesh Poyarekar3-1/+8
2015-01-28Clarify math/README.libm-test. Add "How to read the test output."Martin Sebor2-14/+71
2015-01-28tilegx32: set __HAVE_64B_ATOMICS to 0Chris Metcalf2-1/+14
2015-01-28Disable 64-bit atomics for MIPS n32.Joseph Myers2-1/+6
2015-01-28powerpc: Fix fesetexceptflag [BZ#17885]Adhemerval Zanella3-2/+6
2015-01-28powerpc: Fix fsqrt build in libm [BZ#16576]Adhemerval Zanella7-111/+50
2015-01-27iconv: Suppress array out of bounds warning.Andreas Krebbel2-1/+12
2015-01-25ia64: avoid set-but-not-used warningAndreas Schwab2-0/+8
2015-01-25m68k/coldfire: avoid warning about volatile register variablesAndreas Schwab2-10/+13
2015-01-25m68k: fix missing definition of __feraiseexceptAndreas Schwab2-0/+4
2015-01-25m68k: force inlining bswap functionsAndreas Schwab2-4/+9
2015-01-25Fix segmentation fault when LD_LIBRARY_PATH contains only non-existings pathsBram3-12/+18
2015-01-24powerpc: Fix powerpc64 build failure with binutils 2.22Adhemerval Zanella3-2/+9
2015-01-24powerpc: Fix ifuncmain6pie failure with GCC 4.9Adhemerval Zanella3-2/+10
2015-01-23Also treat model numbers 0x5a/0x5d as SilvermontH.J. Lu2-1/+4
2015-01-23Treat model numbers 0x4a/0x4d as SilvermontH.J. Lu2-0/+7
2015-01-23Also use uint64_t in __new_sem_wait_fastH.J. Lu2-1/+2
2015-01-23Use uint64_t and (uint64_t) 1 for 64-bit intH.J. Lu5-8/+20
2015-01-23Add missing libc_hidden_weak to stub if_nameindex, if_freenameindex.Roland McGrath2-0/+5
2015-01-23Add missing libc_hidden_def to stub getrlimit64.Roland McGrath2-0/+5
2015-01-22soft-fp: Use __label__ for all labels within macros.Joseph Myers2-0/+13