Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix ldbl-128ibm atan2l for x near 1. | Joseph Myers | 2012-10-31 | 1 | -2/+2 |
| | |||||
* | Correct cacheline size to 32-bytes for ppc405 memset.S (bug 14595). | Ryan S. Arnold | 2012-10-30 | 1 | -2/+2 |
| | | | | | This patch also creates a version of memset.S for the ppc476 processor which uses a 128-byte cacheline size for dcbz insns. | ||||
* | Fix fma missing underflows and bad results for some subnormal results (bugs ↵ | Joseph Myers | 2012-10-30 | 1 | -7/+7 |
| | | | | 14152, 14783). | ||||
* | Fix strtod handling of underflow (bug 14047). | Joseph Myers | 2012-10-30 | 1 | -7/+7 |
| | |||||
* | [BZ#14767] Remove tests for have-initfini-array in elf/Makefile | Andreas Jaeger | 2012-10-30 | 1 | -1/+1 |
| | | | | | | | | * elf/Makefile (tests): Remove conditional for have-initfini-array since this is now always required and the variable does not exist anymore. (tests-static): Likewise. (modules-names): Likewise. | ||||
* | BZ#14743: Move clock_* symbols from librt to libc. | Roland McGrath | 2012-10-24 | 1 | -2/+10 |
| | |||||
* | Check the main application only if SHARED is defined | H.J. Lu | 2012-10-20 | 1 | -1/+1 |
| | |||||
* | Retry read in ld.so if the entire ELF header is not read in | Siddhesh Poyarekar | 2012-10-20 | 1 | -7/+7 |
| | | | | | | | [BZ #13601] A read operation could return less than requested data for a number of reasons. | ||||
* | mr_IN locale fixes | Pravin Satpute | 2012-10-19 | 1 | -1/+1 |
| | | | | | | [BZ #14694] Fix Wednesday in DAY and August, September and October in ABMON and MON. | ||||
* | Add note on free list pointers overwriting M_PERTURB bytes | Siddhesh Poyarekar | 2012-10-18 | 1 | -7/+7 |
| | | | | Fixes BZ #12140. | ||||
* | Fix BZ #14716: memmem crash | Maxim Kuvyrkov | 2012-10-15 | 1 | -1/+1 |
| | |||||
* | * NEWS: Add note about FIPS mode. Wording suggested by Roland | Alexandre Oliva | 2012-10-10 | 1 | -0/+6 |
| | | | | McGrath. | ||||
* | Take lock in pthread_cond_wait cleanup handler only when needed | Siddhesh Poyarekar | 2012-10-10 | 1 | -1/+1 |
| | | | | | | | | | | [BZ #14652] When a thread waiting in pthread_cond_wait with a PI mutex is cancelled after it has returned successfully from the futex syscall but just before async cancellation is disabled, it enters its cancellation handler with the mutex held and simply calling a mutex_lock again will result in a deadlock. Hence, it is necessary to see if the thread owns the lock and try to lock it only if it doesn't. | ||||
* | Add NEWS entry for BZ #14602. | Maxim Kuvyrkov | 2012-10-09 | 1 | -2/+2 |
| | |||||
* | Add bugs 14660, 14661 to NEWS | Jonathan Nieder | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | Correct libthreadb register access for 64-bit sparc. | David S. Miller | 2012-10-05 | 1 | -7/+7 |
| | | | | | | | [BZ #14568] * sysdeps/sparc/tls.h (DB_THREAD_SELF_INCLUDE): Delete. (DB_THREAD_SELF): Use constants for the register offsets. Correct the case of a 64-bit debugger with a 32-bit inferior. | ||||
* | Set GL(dl_nns) to 1 for vDSO in libc.a | H.J. Lu | 2012-10-05 | 1 | -1/+2 |
| | |||||
* | Unlock mutex before going back to waiting for PI mutexes | Siddhesh Poyarekar | 2012-10-05 | 1 | -3/+3 |
| | | | | | | | | | | [BZ #14417] A futex call with FUTEX_WAIT_REQUEUE_PI returns with the mutex locked on success. If such a successful thread is pipped to the cond_lock by another spuriously woken waiter, it could be sent back to wait on the futex with the mutex lock held, thus causing a deadlock. So it is necessary that the thread relinquishes the mutex before going back to sleep. | ||||
* | powerpc: add name_to_handle_at, open_by_handle etc. to bits/fcntl.h | Khem Raj | 2012-10-04 | 1 | -4/+4 |
| | | | | Fixes BZ #14251. | ||||
* | Clarify memory allocation error diagnostics to avoid confusion | Dmitry V. Levin | 2012-10-02 | 1 | -6/+6 |
| | |||||
* | Define HAS_FMA with bit_FMA_Usable | H.J. Lu | 2012-10-02 | 1 | -1/+1 |
| | |||||
* | Fix exception table for i386 pthread_cond_wait | Siddhesh Poyarekar | 2012-10-01 | 1 | -3/+3 |
| | | | | | | | | [BZ #14477] Add an additional entry in the exception table to jump to __condvar_w_cleanup2 instead of __condvar_w_cleanup for PI mutexes when %ebx contains the address of the futex instead of the condition variable. | ||||
* | Fix sign of inexact zero return from fma (bug 14645). | Joseph Myers | 2012-10-01 | 1 | -1/+1 |
| | |||||
* | Fix sign of exact zero return from fma (bug 14638). | Joseph Myers | 2012-09-29 | 1 | -1/+1 |
| | |||||
* | 2012-09-28 Andreas Schwab <schwab@linux-m68k.org> | Jeff Law | 2012-09-28 | 1 | -7/+7 |
| | | | | | | | | | | | | | | [BZ #6530] * stdio-common/vfprintf.c (process_string_arg): Revert 2000-07-22 change. 2011-09-28 Jonathan Nieder <jrnieder@gmail.com> * stdio-common/Makefile (tst-sprintf-ENV): Set environment for testcase. * stdio-common/tst-sprintf.c: Include <locale.h> (main): Test sprintf's handling of incomplete multibyte characters. | ||||
* | [BZ #11438] | Jeff Law | 2012-09-28 | 1 | -6/+6 |
| | | | | | | | | | * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 * addresses to global scope. * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16 addresses are in the same scope as 192.0.2/24. * posix/gai.conf: Document new scope table defaults. | ||||
* | Don't flush write buffer for ftell | Siddhesh Poyarekar | 2012-09-28 | 1 | -6/+7 |
| | | | | | | [BZ #5298] Use write pointer state along with the file offset and/or the read pointers to get the current file position. | ||||
* | Adjust wide data buffer pointers during fseek and ftell | Siddhesh Poyarekar | 2012-09-28 | 1 | -1/+1 |
| | | | | | | | | | [BZ #14543] Set the internal buffer state correctly whenever the external buffer state is modified by fseek by either computing the current _IO_read_ptr/end for the internal buffer based on the new _IO_read_ptr in the external buffer or converting the content read into the external buffer, up to the extent of the requested fseek offset. | ||||
* | Fix sparc64 crashes with LD_BIND_NOW and --enable-bind-now. | David S. Miller | 2012-09-27 | 1 | -2/+2 |
| | | | | | | | [BZ #14376] * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not pass reloc->r_addend in as the 'high' argument to sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations. | ||||
* | Fix up definitions for older compilers. | Marek Polacek | 2012-09-26 | 1 | -5/+5 |
| | |||||
* | Fix order of bug list in NEWS and remove duplicate entry. | Joseph Myers | 2012-09-25 | 1 | -5/+5 |
| | |||||
* | Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629). | Joseph Myers | 2012-09-25 | 1 | -5/+5 |
| | |||||
* | Add bug 14621 to NEWS. | Joseph Myers | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | Use static link by default for --disable-shared | H.J. Lu | 2012-09-24 | 1 | -5/+5 |
| | |||||
* | Sort BZ # in NEWS | H.J. Lu | 2012-09-24 | 1 | -2/+2 |
| | |||||
* | Properly handle fencepost with MALLOC_ALIGN_MASK | H.J. Lu | 2012-09-24 | 1 | -1/+1 |
| | |||||
* | Make printf respect the rounding mode for hex output (bug 5044). | Joseph Myers | 2012-09-24 | 1 | -6/+6 |
| | |||||
* | rtld: limit self loading check to normal mode only | Dmitry V. Levin | 2012-09-19 | 1 | -2/+2 |
| | | | | | | | | | Commit glibc-2.14~10 disallowed rtld self loading to avoid a segfault that used to happen when rtld was loading itself in normal mode. Unfortunately, that commit disallowed all modes of self loading, including those that used to work before. This change limits the check for self loading to normal mode only, so that instruments like ldd could handle rtld properly. | ||||
* | Remove $(have-cpp-asm-debuginfo) check | H.J. Lu | 2012-09-15 | 1 | -1/+2 |
| | |||||
* | [BZ #14583] | Jeff Law | 2012-09-14 | 1 | -1/+1 |
| | | | | * sysdeps/pthread/pthread.h: Fix prototype of __sigsetjmp. | ||||
* | Remove unused __rtld_lock_init_recursive macro | H.J. Lu | 2012-09-13 | 1 | -1/+1 |
| | |||||
* | Make strtod respect the rounding mode (bug 14518). | Joseph Myers | 2012-09-12 | 1 | -1/+1 |
| | |||||
* | Fix description of carg branch cut (bug 13542) | John Tobey | 2012-09-07 | 1 | -4/+4 |
| | |||||
* | Use www.gnu.org as example hostname in manual (bug 10014). | Joseph Myers | 2012-09-07 | 1 | -5/+5 |
| | |||||
* | Fix pointers between nodes in manual (bug 10038). | Joseph Myers | 2012-09-07 | 1 | -5/+5 |
| | |||||
* | Mention BZ #14545 in NEWS | H.J. Lu | 2012-09-06 | 1 | -1/+1 |
| | |||||
* | Use crtbeginT.o to statically link programs | H.J. Lu | 2012-09-06 | 1 | -1/+1 |
| | |||||
* | tile: Add BZ to Changelog and update NEWS | Chris Metcalf | 2012-09-06 | 1 | -3/+3 |
| | |||||
* | Fix botched NEWS | Jeff Law | 2012-09-05 | 1 | -2/+3 |
| | |||||
* | [BZ#14510] | Jeff Law | 2012-09-05 | 1 | -1/+1 |
| | | | | | | | | | | | * locales/es_DO: Fix LC_NUMERIC decimal_point and thousands_sep. * locales/es_GT: Likewise. * locales/es_HN: Likewise. * locales/es_MX: Likewise. * locales/es_NI: Likewise. * locales/es_PA: Likewise. * locales/es_PR: Likewise. * locales/es_SV: Likewise. |