Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | alpha: Define FP_TRAPPING_EXCEPTIONS | Richard Henderson | 2012-06-15 | 1 | -0/+2 |
| | |||||
* | alpha: Always handle inexact in rint implementations | Richard Henderson | 2012-06-15 | 1 | -0/+30 |
| | |||||
* | alpha: Fix end-of-count checks in strncmp | Richard Henderson | 2012-06-06 | 1 | -0/+3 |
| | | | | | | | | This routine suffered a similar problem as stxncpy in needing to bias a potentially very large unsigned number with wraparound. This exposed a secondary problem where we didn't properly handle end-of-count condition for the second string input resulting in stratcliff failures. | ||||
* | alpha: Fix [BZ #13718] | Richard Henderson | 2012-06-06 | 1 | -0/+4 |
| | | | | | | The routines expect to be able to bias the count by a small number. If the count is near -1ull, the count will overflow. Since we cannot use the whole 64-bit address space, bound the count to LONG_MAX. | ||||
* | alpha: Fix ev4 build with ev6 compiler | Richard Henderson | 2012-06-06 | 1 | -0/+3 |
| | |||||
* | alpha: Use cfi_startproc instead of dual procedure descriptors | Richard Henderson | 2012-06-06 | 1 | -0/+9 |
| | |||||
* | alpha: put mcount prologue at correct location | Richard Henderson | 2012-06-06 | 1 | -0/+4 |
| | |||||
* | alpha: Use .cfi_signal_frame in rt_sigaction | Richard Henderson | 2012-06-05 | 1 | -0/+3 |
| | |||||
* | alpha: Resurrect getppid, getegid, geteuid. | Richard Henderson | 2012-06-05 | 1 | -0/+6 |
| | | | | | The sysdeps/unix files deleted in the main tree weren't unused. Resurrect them in sysdeps/unix/alpha, and using the real syscall names. | ||||
* | alpha: Use -mieee-with-inexact with math/test-misc | Richard Henderson | 2012-06-01 | 1 | -0/+2 |
| | |||||
* | alpha: Update libm-test-ulps | Richard Henderson | 2012-06-01 | 1 | -0/+4 |
| | |||||
* | alpha: Add -mieee-with-inexact for fma compilation | Richard Henderson | 2012-05-31 | 1 | -0/+4 |
| | |||||
* | alpha: Fix error path for PIC __brk | Richard Henderson | 2012-05-31 | 1 | -0/+2 |
| | |||||
* | alpha: Update libm-test-ulps | Richard Henderson | 2012-05-30 | 1 | -0/+2 |
| | |||||
* | alpha: Remove __connect_internal alias | Richard Henderson | 2012-05-30 | 1 | -0/+3 |
| | |||||
* | alpha: Avoid fgets plt entry | Richard Henderson | 2012-05-30 | 1 | -0/+3 |
| | | | | And since the FILE is function local, avoid locking too. | ||||
* | alpha: Use dbl-64/wordsize-64 | Richard Henderson | 2012-05-30 | 1 | -0/+2 |
| | |||||
* | alpha: Use dynamic rounding with sqrt insn | Richard Henderson | 2012-05-30 | 1 | -0/+5 |
| | |||||
* | alpha: Use hidden_def for pthread_once | Richard Henderson | 2012-05-30 | 1 | -0/+3 |
| | |||||
* | alpha: Purge __ASSUME_TIMEVAL64 | Richard Henderson | 2012-05-30 | 1 | -0/+19 |
| | |||||
* | alpha: Add abilist files. | Richard Henderson | 2012-05-24 | 1 | -0/+14 |
| | |||||
* | alpha: Re-add imaxdiv. | Richard Henderson | 2012-05-24 | 1 | -0/+2 |
| | |||||
* | alpha: Remove __ASSUME_32BITUIDS. | Richard Henderson | 2012-05-24 | 1 | -0/+4 |
| | |||||
* | alpha: Update bits/mman.h. | Richard Henderson | 2012-05-24 | 1 | -0/+5 |
| | |||||
* | alpha: Rename *.s to *.S | Richard Henderson | 2012-05-20 | 1 | -0/+17 |
| | |||||
* | alpha: Add __SYSCALL_SLONG_TYPE, __SYSCALL_ULONG_TYPE, __FSWORD_T_TYPE | Richard Henderson | 2012-05-18 | 1 | -0/+5 |
| | |||||
* | alpha: Correct kernel version needed to define __ASSUME_ACCEPT4. | Matt Turner | 2012-04-27 | 1 | -8/+3 |
| | |||||
* | alpha: Use fopen "rce" in ioperm | Matt Turner | 2012-04-27 | 1 | -0/+5 |
| | |||||
* | alpha: Update bits/mman.h. | Matt Turner | 2012-04-27 | 1 | -0/+5 |
| | |||||
* | alpha: Remove __STDC__ conditionals. | Matt Turner | 2012-04-27 | 1 | -0/+6 |
| | |||||
* | alpha: Use const instead of __const. | Matt Turner | 2012-04-27 | 1 | -0/+6 |
| | |||||
* | alpha: Define O_PATH. | Matt Turner | 2012-04-27 | 1 | -0/+4 |
| | |||||
* | Merge sysdeps/alpha/elf/ into sysdeps/alpha/. | Richard Henderson | 2012-03-27 | 1 | -0/+12 |
| | |||||
* | alpha: Update _itoa.h include. | Richard Henderson | 2012-03-21 | 1 | -0/+5 |
| | |||||
* | alpha: Tell math_private.h that we have __isnan et al. | Richard Henderson | 2012-03-19 | 1 | -0/+4 |
| | |||||
* | alpha: replace bits/socket.h with bits/socket_type.h. | Richard Henderson | 2012-03-11 | 1 | -0/+5 |
| | |||||
* | Replace FSF snail mail address by URL. | Paul Eggert | 2012-03-09 | 1 | -0/+5 |
| | |||||
* | alpha: Avoid -Winline warning in ioperm.c. | Richard Henderson | 2012-03-04 | 1 | -0/+5 |
| | | | | | | Specifically: warning: inlining failed in call to 'inline_sethae.part.1': call is unlikely and code size would grow [-Winline] | ||||
* | alpha: Update recvmmsg and sendmmsg declarations. | Richard Henderson | 2012-03-04 | 1 | -0/+6 |
| | |||||
* | alpha: Update for pthread_attr_t typedef changes. | Richard Henderson | 2012-03-04 | 1 | -0/+9 |
| | |||||
* | alpha: Convert to bits/timerfd.h and bits/epoll.h. | Richard Henderson | 2012-02-21 | 1 | -0/+7 |
| | |||||
* | Whitespace cleanup | Andreas Schwab | 2012-02-20 | 1 | -6/+6 |
| | |||||
* | alpha: Add support for Linux error EHWPOISON | Andreas Schwab | 2012-02-20 | 1 | -0/+7 |
| | |||||
* | alpha: Fix _SC_LEVEL*CACHE* | Aurelien Jarno | 2012-02-20 | 1 | -0/+4 |
| | |||||
* | alpha: Eliminate plt entries for __ieee_[sg]et_fp_control | Richard Henderson | 2012-02-20 | 1 | -0/+5 |
| | |||||
* | alpha: Support 6th argument to syscall | Mike Hommey | 2012-02-15 | 1 | -0/+5 |
| | |||||
* | alpha: Convert to bits/signalfd.h. | Richard Henderson | 2012-02-15 | 1 | -0/+3 |
| | |||||
* | alpha: Do signed promotion of 32-bit arguments to syscalls | Richard Henderson | 2012-02-15 | 1 | -1/+10 |
| | |||||
* | alpha: Correct relocation markup for PIC SYSCALL_ERROR_HANDLER. | Richard Henderson | 2012-02-15 | 1 | -0/+4 |
| | |||||
* | alpha: Don't test USE___THREAD in dl-machine.h. | Richard Henderson | 2012-02-15 | 1 | -0/+2 |
| |