summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NaCl: Implement nacl_interface_ext_supply entry point.roland/nacl_supply_interfaceRoland McGrath2015-04-246-2/+107
* Make time zone file parser more robust [BZ #17715]Florian Weimer2015-04-2411-214/+456
* Do not build with -WinlineFlorian Weimer2015-04-242-2/+6
* S/390: Regenerate ULPsStefan Liebler2015-04-242-251/+225
* S/390: Get cache information via sysconfStefan Liebler2015-04-243-0/+238
* Use __copysign rather than copysign.Wilco Dijkstra2015-04-224-3/+11
* CVE-2015-1781: resolv/nss_dns/dns-host.c buffer overflow [BZ#18287]Arjun Shankar2015-04-213-2/+16
* libc-vdso.h place consolidationAdhemerval Zanella2015-04-2022-17/+45
* Better fix for setenv (..., NULL, ...)Paul Eggert2015-04-192-1/+23
* Avoid confusing compiler with dynamically impossible statically invalid deref...Roland McGrath2015-04-172-3/+18
* Fuller check for invalid NSID in _dl_open.roland/dl-nnsRoland McGrath2015-04-172-3/+15
* Sparc memchr/memcmp/strncmp fixes from Il'ya Malakhov.David S. Miller2015-04-174-5/+13
* Add arm-nacl port.Roland McGrath2015-04-17127-0/+5120
* Convert sparc over to lowlevellock-futex.hDavid S. Miller2015-04-162-146/+6
* tile: Enable PI_STATIC_AND_HIDDENChris Metcalf2015-04-163-0/+18
* powerpc: Fix __wcschr static buildAdhemerval Zanella2015-04-154-18/+37
* Rebuilt fresh sparc ULPS to get rid of removed tests.David S. Miller2015-04-152-164/+78
* Use correct signedness in wcsncmpStefan Liebler2015-04-138-78/+175
* Set errno for log1p on pole/domain error.Stefan Liebler2015-04-1325-24/+261
* Update tst_mbrlen/tst_mbrtowc for mblen changeStefan Liebler2015-04-103-6/+13
* Fix strtof decimal rounding close to half least subnormal (bug 18247).Joseph Myers2015-04-105-3/+4689
* Add more tests of clog and clog10.Joseph Myers2015-04-095-108/+1585
* Omit libc-modules.h for all .v.i files.Roland McGrath2015-04-092-10/+9
* Let non-add-on preconfigure scripts set libc_config_ok.Roland McGrath2015-04-093-6/+12
* Make test-skeleton.c grok TEST_DIRECT magic environment variable.Roland McGrath2015-04-092-5/+53
* scratch_buffer: Suppress truncation warning on 32-bitFlorian Weimer2015-04-092-2/+7
* Update SPARC ulps.David S. Miller2015-04-082-88/+175
* Add more tests of atanh.Joseph Myers2015-04-085-7/+144
* Add more tests of atan.Joseph Myers2015-04-085-2/+97
* nscd_getgr_r: Use struct scratch_buffer instead of extend_allocaFlorian Weimer2015-04-082-9/+10
* getnameinfo: Use struct scratch_buffer instead of extend_allocaFlorian Weimer2015-04-082-27/+59
* _nss_compat_initgroups_dyn: Use struct scratch_buffer instead of extend_allocaFlorian Weimer2015-04-082-22/+9
* grp: Rewrite to use struct scratch_buffer instead of extend_allocaFlorian Weimer2015-04-084-19/+16
* pldd: Use struct scratch_buffer instead of extend_allocaFlorian Weimer2015-04-083-19/+43
* Add more tests of cbrt.Joseph Myers2015-04-084-8/+206
* Add more tests of cabs.Joseph Myers2015-04-085-0/+201
* Fix dbl-64 atan2 in non-default rounding modes (bug 18210, bug 18211).Joseph Myers2015-04-087-37/+893
* Fix dbl-64 atan in non-default rounding modes (bug 18197).Joseph Myers2015-04-085-1/+63
* [BZ #17930] MIPS: Define SHM_NORESERVE.James Cowgill2015-04-073-4/+10
* scratch_buffer_grow_preserve: Add missing #include <string.h>Florian Weimer2015-04-072-0/+5
* Add struct scratch_buffer and its internal helper functionsFlorian Weimer2015-04-078-2/+487
* math/test-fenvinline: Cast fe_exc to unsigned int before printingRichard Henderson2015-04-062-2/+5
* alpha: Update libm-test-ulpsRichard Henderson2015-04-062-160/+124
* alpha: Unconditionally include dl-sysdep.h in sysdep.hRichard Henderson2015-04-062-5/+5
* Handle mblen return code when n is zero.Ondřej Bílka2015-04-034-5/+17
* Define libc_max_align_t for internal useFlorian Weimer2015-04-022-0/+13
* aarch64: Increase MINSIGSTKSZ and SIGSTKSZ (bug 16850)Andreas Schwab2015-04-023-6/+65
* malloc: Consistently apply trim_threshold to all heaps [BZ #17195]Mel Gorman2015-04-023-9/+22
* Limit threads sharing L2 cache to 2 for SLM/KNLH.J. Lu2015-03-313-1/+30
* Add a testcase for copy reloc against protected dataH.J. Lu2015-03-3110-0/+763