summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-13Clean up trivially redundant __USE_MISC conditionals.Joseph Myers
2014-02-13Fix memory leak in _nss_dns_gethostbyname4_r with big DNS answerAndreas Schwab
2014-02-13Update MIPS math-tests.h for GCC 4.9 using soft-fp.Joseph Myers
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers
2014-02-12Remove reference to subdir_lint.out.Joseph Myers
2014-02-12Remove indirection in stdio-common tests dependencies.Joseph Myers
2014-02-12Stop io/ftwtest deleting its own output.Joseph Myers
2014-02-12Make ABI tests generate .out files.Joseph Myers
2014-02-12soft-fp: support after-rounding tininess detection.Joseph Myers
2014-02-12Update x86_64 libm-test-ulps on AMD family 21h model 1 (bug 16545).Dylan Alex Simon
2014-02-12Relocate alpha from ports to libcRichard Henderson
2014-02-12NEWS: Add 16447 to fixed bugs list.Andreas Krebbel
2014-02-11Remove _BSD_SOURCE and _SVID_SOURCE.Joseph Myers
2014-02-11Regenerate x86_64 ulps.Joseph Myers
2014-02-11Merge MIPS dl-lookup.c into generic file.Joseph Myers
2014-02-11BZ #16447: Fix ldbl-128 expl implementation.Andreas Krebbel
2014-02-11Remove unused variable from stdlib/setenv.cOndřej Bílka
2014-02-11Relocate AArch64 from ports to libc.Marcus Shawcroft
2014-02-11manual/probes.texi: Use "triggered" instead of "hit"Will Newton
2014-02-11manual/probes.texi: Add documentation of setjmp/longjmp probesWill Newton
2014-02-11include/stap-probe.h: Add comment about SystemTap argument formatWill Newton
2014-02-11malloc/mtrace.c: Cosmetic cleanup.Will Newton
2014-02-11Fix tst-sscanf and tst-swscanf on 64-bit.David S. Miller
2014-02-10Fix whitespace in MIPS files to allow move.Joseph Myers
2014-02-10Move mips from ports to libc.Joseph Myers
2014-02-10Move shared umount.c from hppa to mips.Joseph Myers
2014-02-10Whitespace fixesAndreas Schwab
2014-02-10Move m68k from ports to libcAndreas Schwab
2014-02-10Remove mips dependency on alpha.Joseph Myers
2014-02-10Move tilegx, tilepro, and linux-generic from ports to libc.Chris Metcalf
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-02-10Fix previous commit.Ondřej Bílka
2014-02-10Deduplicate setenv.Ondřej Bílka
2014-02-10Remove THREAD_STATS.Ondřej Bílka
2014-02-08shm_open: sync with logic in sem_openMike Frysinger
2014-02-08sem_open: allow RAMFS_MAGIC for mount pointsMike Frysinger
2014-02-08manual: setjmp: fix typos/grammarMike Frysinger
2014-02-08tst-backtrace4: expand output even on failuresMike Frysinger
2014-02-08tst-longjmp_chk3: new test for checking sigaltstack edge casesMike Frysinger
2014-02-08tests: unify fortification handler logicMike Frysinger
2014-02-08tst-longjmp_chk: add comments and convert to test-skeletonMike Frysinger
2014-02-08linux: bits/in.h: sync with latest kernel headersMike Frysinger
2014-02-08linux: bits/in.h: sync with latest kernel headersMike Frysinger
2014-02-08tzselect: stop requiring kshMike Frysinger
2014-02-08linux_fsinfo.h: sync with current linux/magic.hMike Frysinger
2014-02-08Fix whitespace in ARM files to allow move.Joseph Myers
2014-02-08Move arm from ports to libc.Joseph Myers
2014-02-08Move shared sysdeps files from alpha to arm.Joseph Myers
2014-02-08Remove am33 port.Joseph Myers
2014-02-07Avoid comma operator warnings.Roland McGrath