about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Use inline syscalls for non-cancellable versionsAdhemerval Zanella2015-06-043-34/+60
* Fix missing wake-ups in pthread_rwlock_rdlock.Torvald Riegel2015-06-049-18/+297
* Fix lost wake-up when pthread_rwlock_timedrwlock times out.Torvald Riegel2015-06-045-2/+146
* NaCl: Implement nacl_interface_ext_supply entry point.Roland McGrath2015-06-036-2/+107
* Replace finite with isfinite.Wilco Dijkstra2015-06-034-3/+10
* This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra2015-06-0390-175/+268
* Fix fnmatch strnlen namespace (bug 18470).Joseph Myers2015-06-034-14/+19
* Fix fnmatch wmemchr namespace (bug 18468).Joseph Myers2015-06-035-5/+19
* BZ#18383: Another test case, with TLS refs and defs in separate TUs.Roland McGrath2015-06-025-3/+125
* Use better variable names in MIPS syscall macros.Joseph Myers2015-06-024-16/+25
* Use libc_hidden_proto / libc_hidden_def with __strnlen.Joseph Myers2015-06-029-2/+28
* Fix fnmatch towlower namespace (bug 18469).Joseph Myers2015-06-025-6/+26
* Fix setenv.c diagnostic pragma to be compatible with GCC 4.6Roland McGrath2015-06-022-1/+10
* 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>Wilco Dijkstra2015-06-022-26/+30
* x86: clock_gettime and timespec_get vDSO cleanupAdhemerval Zanella2015-06-016-63/+21
* Fix ChangeLog entryAdhemerval Zanella2015-06-011-5/+5
* BZ #18116: Mark fixed in NEWS.Tulio Magno Quites Machado Filho2015-06-011-4/+4
* powerpc: setcontext.S uses power6 mtfsf when not supported [BZ #18116]Martin Sebor2015-06-013-14/+61
* benchtest: script to compare two benchmarksSiddhesh Poyarekar2015-06-013-0/+286
* New module to import and process benchmark outputSiddhesh Poyarekar2015-06-013-25/+79
* * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use a union toSteve Ellcey2015-06-012-4/+15
* Update powerpc-fpu libm-test-ulps.Adhemerval Zanella2015-05-292-516/+454
* NaCl: Make thread exit wake pthread_join.Roland McGrath2015-05-285-2/+164
* NaCl: Fix lll_futex_timed_wait timeout calculation.Roland McGrath2015-05-282-12/+17
* Make sure that calloc is called at least onceH.J. Lu2015-05-284-8/+34
* 2015-05-28 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra2015-05-283-10/+7
* Fix monetary.h commentMarko Myllynen2015-05-272-2/+6
* tile: use better variable naming in INLINE_SYSCALLChris Metcalf2015-05-262-14/+21
* NaCl: Fix thinko in last change.Roland McGrath2015-05-261-8/+9
* NaCl: Add NaCl-specific __lll_timedlock_wait.Roland McGrath2015-05-262-0/+54
* Split timed-wait functions out of nptl/lowlevellock.c.Roland McGrath2015-05-2615-84/+160
* Consolidate gettimeofday across aarch64/s390/tileAdhemerval Zanella2015-05-2611-88/+25
* Fix sorting order for Ukrainian locale (BZ 17293)Andriy Rysin2015-05-265-73/+76
* Fix monetary.h commentSiddhesh Poyarekar2015-05-262-1/+5
* struct stat is not posix conformSzabolcs Nagy2015-05-267-10/+29
* Consolidate vDSO macros and usageAdhemerval Zanella2015-05-2627-552/+409
* Localplt testing for vector math library and libmvec_hidden_* macro series.Andrew Senkevich2015-05-253-0/+28
* Don't issue an error if DT_PLTRELSZ is missingH.J. Lu2015-05-223-13/+11
* Remove obsolete aliases that broke 'locale -a'Paul Eggert2015-05-223-4/+23
* Remove socket.S implementationAdhemerval Zanella2015-05-2263-1718/+702
* Fix soft-fp fma for -Wuninitialized.Joseph Myers2015-05-224-0/+43
* Fix ldbl-128 / ldbl-128ibm tanl for -Wuninitialized.Joseph Myers2015-05-223-0/+29
* Fix ldbl-128 / ldbl-128ibm erfcl for -WuninitializedJoseph Myers2015-05-223-2/+6
* Fix ldbl-128 / ldbl-128ibm asinl for -Wuninitialized.Joseph Myers2015-05-223-4/+13
* Fix nptl-init.c use of INTERNAL_SYSCALL_DECL.Roland McGrath2015-05-222-11/+25
* Restore _POSIX2_C_VERSION definition (bug 438).Joseph Myers2015-05-224-11/+19
* Fix pathconf basename namespace (bug 18444).Joseph Myers2015-05-226-6/+20
* Fix indentation to match nesting in previous commitFlorian Weimer2015-05-221-1/+1
* Avoid some aliasing violations in libioFlorian Weimer2015-05-2212-24/+57
* Fix lgamma implementations for -Wuninitialized.Joseph Myers2015-05-214-0/+45