Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hurd: Fix setres[ug]id handling of -1 | Samuel Thibault | 2012-05-10 | 2 | -29/+122 |
| | |||||
* | Hurd: Fix sbrk beyond 128MB | Samuel Thibault | 2012-05-10 | 1 | -3/+17 |
| | |||||
* | Hurd: recvfrom(): take into account null address ports | Pino Toscano | 2012-05-10 | 1 | -2/+4 |
| | |||||
* | Hurd: readlinkat | Samuel Thibault | 2012-05-10 | 1 | -0/+64 |
| | |||||
* | Hurd: Update posix_opt.h | Samuel Thibault | 2012-05-10 | 1 | -6/+24 |
| | |||||
* | Hurd: Fix POSIX 2008 visibility | Samuel Thibault | 2012-05-10 | 1 | -5/+6 |
| | |||||
* | Hurd: opendirat | Thomas Schwinge | 2012-05-10 | 1 | -0/+37 |
| | |||||
* | Hurd: empty file names fail with ENOENT | Samuel Thibault | 2012-05-10 | 1 | -1/+4 |
| | |||||
* | Hurd: Fix mlock in all cases except non-readable pages. | Samuel Thibault | 2012-05-10 | 1 | -2/+2 |
| | |||||
* | Hurd: Fix mkdir / error value | Samuel Thibault | 2012-05-10 | 2 | -5/+12 |
| | |||||
* | Hurd: mach: compliance fixes for nanosleep | Pino Toscano | 2012-05-10 | 1 | -9/+24 |
| | |||||
* | Hurd: Include RPC user stubs in linkobj/libc.so | Thomas Schwinge | 2012-05-10 | 1 | -1/+2 |
| | |||||
* | Hurd: Fix value of __libc_stack_end | Samuel Thibault | 2012-05-10 | 3 | -3/+10 |
| | |||||
* | Hurd: libc_once_get | Thomas Schwinge | 2012-05-10 | 3 | -3/+9 |
| | |||||
* | Hurd: #include <kernel-features.h> | Thomas Schwinge | 2012-05-10 | 1 | -1/+2 |
| | |||||
* | Hurd: setitimer.c: Fix unlock in error patch | Samuel Thibault | 2012-05-10 | 1 | -3/+2 |
| | |||||
* | Hurd: ioctl() incorrectly decodes argument | Samuel Thibault | 2012-05-10 | 2 | -10/+14 |
| | |||||
* | Hurd: Avoid init-first.c miscompilation. | Thomas Schwinge | 2012-05-10 | 1 | -14/+31 |
| | |||||
* | Hurd: dup3 | Thomas Schwinge | 2012-05-10 | 3 | -116/+152 |
| | |||||
* | Hurd: Hurd: dl-sysdep.c: Include code only #ifdef SHARED. | Samuel Thibault | 2012-05-10 | 1 | -0/+6 |
| | |||||
* | Hurd: Missing critical region locks. | Samuel Thibault | 2012-05-10 | 2 | -3/+7 |
| | |||||
* | Hurd: bits/socket.h | Thomas Schwinge | 2012-05-10 | 1 | -0/+362 |
| | |||||
* | Hurd: accept4 | Thomas Schwinge | 2012-05-10 | 3 | -61/+108 |
| | |||||
* | Hurd: ____longjmp_chk | Thomas Schwinge | 2012-05-10 | 3 | -0/+121 |
| | |||||
* | Hurd: O_CLOEXEC in rtld | Thomas Schwinge | 2012-05-10 | 1 | -3/+2 |
| | |||||
* | Fix for logb/logbf/logbl (bugs 13954/13955/13956) | Adhemerval Zanella | 2012-05-10 | 6 | -72/+111 |
| | | | | | | | | POSIX 2008 states that if the input for 'logb[f|l]' is a subnormal number it should be treated as if it were normalized. This means the implementation should calculate the log2 of the mantissa and add it to the subnormal exponent (-126 for float and -1022 for double and IBM long double). This patch takes care of that. | ||||
* | Typo fix in x86_64/dl-machine.h | Roland McGrath | 2012-05-10 | 1 | -2/+2 |
| | |||||
* | Sign extend R_X86_64_DTPOFF64/R_X86_64_TPOFF64 | H.J. Lu | 2012-05-10 | 1 | -3/+24 |
| | |||||
* | Move remaining syscalls from sysdeps/unix/sysv/syscalls.list to ↵ | Joseph Myers | 2012-05-10 | 2 | -5/+3 |
| | | | | sysdeps/unix/sysv/linux/syscalls.list. | ||||
* | Add volatiles for x86-64 bits/mathinline.h | Andreas Jaeger | 2012-05-09 | 1 | -8/+40 |
| | | | | | | | | | | [BZ #14053] GCC 4.7 might remove consecutive calls to e.g. lrintf since the assembler instructions are the same and GCC does not know that the result is different depending on the rounding mode. For SSE instructions, the control register is not available so there is no way to inform GCC about this. Therefore the asms are marked as volatile. | ||||
* | Minor optimization to sparc VIS3 floor() implementation. | David S. Miller | 2012-05-08 | 1 | -2/+1 |
| | | | | | * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use movxtod instead of popping the value on the stack. | ||||
* | With -frounding-math, some sparc ULPs need to be adjusted. | David S. Miller | 2012-05-08 | 1 | -0/+33 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Replace Elf64_XXX/ELF64_R_TYPE with ElfW(XXX)/ELFW(R_TYPE) | H.J. Lu | 2012-05-08 | 1 | -40/+41 |
| | |||||
* | Remove more overridden entries from sysdeps/unix/sysv/syscalls.list. | Joseph Myers | 2012-05-08 | 1 | -2/+0 |
| | |||||
* | Remove entries from sysdeps/unix/sysv/syscalls.list duplicating ones in ↵ | Joseph Myers | 2012-05-08 | 1 | -2/+0 |
| | | | | sysdeps/unix/. | ||||
* | Update sparc ULPs for recently added exp tests. | David S. Miller | 2012-05-07 | 1 | -0/+17 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Fix sparc libm when all of glibc is built with -frounding-math. | David S. Miller | 2012-05-07 | 1 | -6/+19 |
| | | | | | | | [BZ #14074] * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro. (SETUP_PIC_REG): Use it. (SETUP_PIC_REG_LEAF): Use it. | ||||
* | Fix x86/x86_64 expm1l inaccuracy and exceptions (bugs 13885, 13923). | Joseph Myers | 2012-05-07 | 6 | -263/+139 |
| | |||||
* | Fix exp10 inaccuracy and exceptions (bugs 13884, 13914). | Joseph Myers | 2012-05-06 | 8 | -55/+212 |
| | |||||
* | Update x86-64 libm-test-ulps | Andreas Jaeger | 2012-05-06 | 1 | -0/+12 |
| | |||||
* | Fix missing exceptions from exp (bugs 13787, 13922, 14036). | Joseph Myers | 2012-05-05 | 5 | -52/+51 |
| | |||||
* | Use .S sources for x86/x86_64 expl. | Joseph Myers | 2012-05-05 | 4 | -79/+181 |
| | |||||
* | Remove overridden entries from sysdeps/unix/sysv/syscalls.list. | Joseph Myers | 2012-05-05 | 1 | -6/+0 |
| | |||||
* | Merge sysdeps/unix/common into sysdeps/unix. | Joseph Myers | 2012-05-04 | 4 | -21/+12 |
| | |||||
* | Move x86-64 abilist files to 64/nptl | H.J. Lu | 2012-05-04 | 13 | -0/+0 |
| | |||||
* | Remove unused sysdeps/unix/common/bits/ headers. | Joseph Myers | 2012-05-04 | 2 | -151/+0 |
| | |||||
* | Remove unused sysdeps/unix/bsd/ files. | Joseph Myers | 2012-05-04 | 7 | -557/+0 |
| | |||||
* | Fix for ldbl-128ibm acosl/asinl inaccuracies | Adhemerval Zanella | 2012-05-04 | 3 | -40/+179 |
| | | | | | | | | | | 2012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com> * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix long double comparison inaccuracies. * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): * Likewise. * sysdeps/powerpc/fpu/libm-test-ulps: Update. | ||||
* | Fix missing vm86 symbol | Andreas Schwab | 2012-05-04 | 2 | -15/+16 |
| | |||||
* | Update s390 libm-test-ulps | Andreas Krebbel | 2012-05-04 | 1 | -134/+1411 |
| |