aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-07Add ersatz _Static_assert on older C hostsPaul Eggert3-1/+14
2015-02-07hurd: fix compilation of signal.h in C++Samuel Thibault2-4/+5
2015-02-07hurd: fix compilation of signal.h in C++Samuel Thibault2-1/+3
2015-02-07hurd: add basic types for ioctlsSamuel Thibault2-1/+30
2015-02-07hurd: support mmap with PROT_NONESamuel Thibault2-2/+10
2015-02-07hurdselect: remove dead code.Samuel Thibault2-7/+2
2015-02-07hurd: fix sigstate lockingSamuel Thibault2-2/+6
2015-02-07hurdselect: Let select get interrupted by signalsSamuel Thibault2-1/+6
2015-02-07hurd: map nice levels 1-to-1 with Mach prio levelsSamuel Thibault2-2/+5
2015-02-07hurd: allow poll() array bigger than FD_SETSIZESamuel Thibault2-1/+3
2015-02-07hurd: fix f?chflags prototypes, declare them and their flagsSamuel Thibault6-7/+45
2015-02-07hurd: fix build with pthread aioSamuel Thibault2-1/+9
2015-02-06ARM: Add missing sfi_breg in LDR_GLOBAL macro.Roland McGrath2-2/+7
2015-02-06NPTL: Conditionalize some sanity tests for SIGCANCEL/SIGSETXID.Roland McGrath3-0/+11
2015-02-06Conditionalize use of SIGRTMIN in nptl/tst-locale1.c.Roland McGrath2-1/+7
2015-02-06Don't set unused field in rt/tst-timer2.Roland McGrath2-2/+4
2015-02-06NPTL: Build tests using clone directly only for Linux.Roland McGrath6-8/+24
2015-02-06Use signal rather than sigaction in nptl/tst-cleanup2.Roland McGrath2-8/+6
2015-02-06Conditionalize some tests' use of SA_SIGINFO.Roland McGrath4-2/+20
2015-02-06Do not use SA_NOCLDWAIT in tst-pselect.Roland McGrath2-2/+3
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