Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix warning in powerpc bcopy | Andreas Schwab | 2012-05-12 | 1 | -3/+3 | |
| | ||||||
* | Avoid dup3 PLT usage. | Thomas Schwinge | 2012-05-12 | 1 | -1/+1 | |
| | | | | Fixes fallout from 5aa3a74a59916b489e9cf7c4dce9eb149e106c6c. | |||||
* | Mark sparc %fsr load and store inline asms as volatile. | David S. Miller | 2012-05-11 | 2 | -6/+6 | |
| | | | | | | * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__. * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise. (_FPU_SETCW): Likewise. | |||||
* | Check if RTLD_SAVESPACE_SSE is aligned to 32 bytes | H.J. Lu | 2012-05-11 | 1 | -0/+4 | |
| | ||||||
* | [BZ #13673] Replace FSF snail mail address with URL. | Thomas Schwinge | 2012-05-11 | 4 | -12/+8 | |
| | ||||||
* | Don't handle R_X86_64_RELATIVE64 in ld.so | H.J. Lu | 2012-05-10 | 1 | -0/+2 | |
| | ||||||
* | Handle R_X86_64_RELATIVE64 and R_X86_64_64 for x32 | H.J. Lu | 2012-05-10 | 10 | -3/+150 | |
| | ||||||
* | Hurd: Fix paths in paths.h | Samuel Thibault | 2012-05-10 | 1 | -4/+4 | |
| | ||||||
* | Hurd: fix mode type for openat | Samuel Thibault | 2012-05-10 | 1 | -3/+3 | |
| | ||||||
* | Hurd: Fix port deallocation on mknod error. | Samuel Thibault | 2012-05-10 | 1 | -5/+5 | |
| | ||||||
* | Hurd: Fix __dup3 _hurd_dtable_lock usage. | Samuel Thibault | 2012-05-10 | 1 | -4/+3 | |
| | ||||||
* | Hurd: Support --prefix=/usr special-casing for all GNU systems. | Thomas Schwinge | 2012-05-10 | 6 | -110/+200 | |
| | ||||||
* | Hurd: struct timespec members in struct stat | Thomas Schwinge | 2012-05-10 | 2 | -22/+48 | |
| | ||||||
* | 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. |