about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* math: increase timeout for math/atest-*.cChris Metcalf2014-12-194-0/+9
* Replace -Wno-error with -fno-builtin-lroundH.J. Lu2014-12-192-2/+7
* i386: Move futex functions from lowlevellock.h to lowlevellock-futex.h.Torvald Riegel2014-12-193-110/+167
* Use generic lowlevellock-futex.h in x86_64 lowlevellock.h.Torvald Riegel2014-12-193-120/+40
* sh: Remove custom lowlevellock, barrier, condvar, and rwlock implementations.Torvald Riegel2014-12-1920-5572/+22
* Compile s_llround.c with -Wno-error for x32 buildH.J. Lu2014-12-192-0/+10
* Replace 1L with (mp_limb_t) 1H.J. Lu2014-12-192-1/+6
* Label CVE-2014-9402 in NEWSAllan McRae2014-12-181-2/+3
* NPTL: Move fork state variables to initializer files.Roland McGrath2014-12-174-8/+10
* NPTL: Remove gratuitous Linuxisms from gai_misc.h.Roland McGrath2014-12-172-6/+11
* Fix stub __if_freenameindex build error.Roland McGrath2014-12-172-0/+3
* Remove explicit inline on malloc perturb functions.Roland McGrath2014-12-172-2/+6
* Fix profil_counter namespace (bug 17725).Joseph Myers2014-12-1716-21/+70
* Fix resolver inet_* namespace (bug 17722).Joseph Myers2014-12-178-12/+37
* 2014-12-17 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey2014-12-172-62/+65
* Get rid of format warning in bug-vfprintf-nargs.c.Stefan Liebler2014-12-172-1/+8
* Get rid of format warning in tst-widetext.c.Stefan Liebler2014-12-172-1/+7
* Fix printf format errorAndreas Schwab2014-12-172-2/+6
* Use PTR_MANGLE on libgcc unwinder function pointers.Roland McGrath2014-12-162-3/+19
* Revert "Use pragmas rather than makefiles for necessary options for unwind co...Roland McGrath2014-12-167-21/+5
* Use pragmas rather than makefiles for necessary options for unwind code.Roland McGrath2014-12-167-5/+21
* Fix x86_64 memrchr namespace (bug 17719).Joseph Myers2014-12-164-8/+14
* Fix resolver if_* namespace (bug 17717).Joseph Myers2014-12-168-31/+87
* Remove some semaphore.h linknamespace XFAILs.Joseph Myers2014-12-162-3/+7
* Fix the 'array subscript is above array bounds' warning correctlySiddhesh Poyarekar2014-12-162-1/+10
* Fix 'array subscript is above array bounds' warning in res_send.cSiddhesh Poyarekar2014-12-162-1/+6
* Modify libio/tst-fopenloc.c to use test-skeleton.cArjun Shankar2014-12-162-2/+7
* Modify stdlib/tst-bsearch.c to use test-skeleton.cArjun Shankar2014-12-162-12/+19
* Modify stdio-common/tst-fseek.c to use test-skeleton.cArjun Shankar2014-12-162-2/+10
* Ignore warning in string/tester.c.Torvald Riegel2014-12-162-0/+13
* Fix warning in misc/tst-mntent2.c.Torvald Riegel2014-12-162-1/+5
* Fix warning in elf/tst-unique4lib.cc.Torvald Riegel2014-12-162-1/+5
* Avoid infinite loop in nss_dns getnetbyname [BZ #17630]Florian Weimer2014-12-163-4/+13
* stdio-common/Makefile: readd bug26 testcaseAllan McRae2014-12-162-1/+5
* Return allocated array instead of unallocated.Ondřej Bílka2014-12-163-9/+15
* Add comments for the generic lowlevellock implementation.Torvald Riegel2014-12-154-18/+124
* Fix nptl/tst-sem4: always start with a fresh semaphore.Torvald Riegel2014-12-152-2/+10
* Fix nptl/tst-mutex5.c: Do not skip tests if elision is enabled.Torvald Riegel2014-12-152-3/+4
* stdio-common: Include <libc-internal.h> in some testsAdhemerval Zanella2014-12-153-0/+7
* Remove custom pthread_once implementation on s390.Torvald Riegel2014-12-152-110/+4
* CVE-2012-3406: Stack overflow in vfprintf [BZ #16617]Jeff Law2014-12-157-8/+207
* Bump required version of texinfo to 4.7Will Newton2014-12-155-4/+12
* NPTL: Refactor named semaphore code to use shm-directory.hRoland McGrath2014-12-1214-183/+113
* NPTL: Add stubs for Linux-only extension functions.Roland McGrath2014-12-125-0/+133
* Fix NPTL build for !__ASSUME_SET_ROBUST_LIST case.Roland McGrath2014-12-122-1/+6
* resolv: Suppress maybe uninitialized warningStefan Liebler2014-12-122-1/+32
* Get rid of warning comparision will always evaluate as trueStefan Liebler2014-12-123-3/+15
* Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke2014-12-112-44/+43
* Refactor shm_{open,unlink} code to separate Linux-specific directory choice f...Roland McGrath2014-12-119-282/+290
* * Fix SH specific compiler warnings which are for integer-pointerKaz Kojima2014-12-125-5/+14