Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-10 | Don't handle R_X86_64_RELATIVE64 in ld.so | H.J. Lu | 1 | -0/+2 | |
2012-05-10 | Handle R_X86_64_RELATIVE64 and R_X86_64_64 for x32 | H.J. Lu | 10 | -3/+150 | |
2012-05-10 | Hurd: Fix paths in paths.h | Samuel Thibault | 1 | -4/+4 | |
2012-05-10 | Hurd: fix mode type for openat | Samuel Thibault | 1 | -3/+3 | |
2012-05-10 | Hurd: Fix port deallocation on mknod error. | Samuel Thibault | 1 | -5/+5 | |
2012-05-10 | Hurd: Fix __dup3 _hurd_dtable_lock usage. | Samuel Thibault | 1 | -4/+3 | |
2012-05-10 | Hurd: Support --prefix=/usr special-casing for all GNU systems. | Thomas Schwinge | 6 | -110/+200 | |
2012-05-10 | Hurd: struct timespec members in struct stat | Thomas Schwinge | 2 | -22/+48 | |
2012-05-10 | Hurd: Fix setres[ug]id handling of -1 | Samuel Thibault | 2 | -29/+122 | |
2012-05-10 | Hurd: Fix sbrk beyond 128MB | Samuel Thibault | 1 | -3/+17 | |
2012-05-10 | Hurd: recvfrom(): take into account null address ports | Pino Toscano | 1 | -2/+4 | |
2012-05-10 | Hurd: readlinkat | Samuel Thibault | 1 | -0/+64 | |
2012-05-10 | Hurd: Update posix_opt.h | Samuel Thibault | 1 | -6/+24 | |
2012-05-10 | Hurd: Fix POSIX 2008 visibility | Samuel Thibault | 1 | -5/+6 | |
2012-05-10 | Hurd: opendirat | Thomas Schwinge | 1 | -0/+37 | |
2012-05-10 | Hurd: empty file names fail with ENOENT | Samuel Thibault | 1 | -1/+4 | |
2012-05-10 | Hurd: Fix mlock in all cases except non-readable pages. | Samuel Thibault | 1 | -2/+2 | |
2012-05-10 | Hurd: Fix mkdir / error value | Samuel Thibault | 2 | -5/+12 | |
2012-05-10 | Hurd: mach: compliance fixes for nanosleep | Pino Toscano | 1 | -9/+24 | |
2012-05-10 | Hurd: Include RPC user stubs in linkobj/libc.so | Thomas Schwinge | 1 | -1/+2 | |
2012-05-10 | Hurd: Fix value of __libc_stack_end | Samuel Thibault | 3 | -3/+10 | |
2012-05-10 | Hurd: libc_once_get | Thomas Schwinge | 3 | -3/+9 | |
2012-05-10 | Hurd: #include <kernel-features.h> | Thomas Schwinge | 1 | -1/+2 | |
2012-05-10 | Hurd: setitimer.c: Fix unlock in error patch | Samuel Thibault | 1 | -3/+2 | |
2012-05-10 | Hurd: ioctl() incorrectly decodes argument | Samuel Thibault | 2 | -10/+14 | |
2012-05-10 | Hurd: Avoid init-first.c miscompilation. | Thomas Schwinge | 1 | -14/+31 | |
2012-05-10 | Hurd: dup3 | Thomas Schwinge | 3 | -116/+152 | |
2012-05-10 | Hurd: Hurd: dl-sysdep.c: Include code only #ifdef SHARED. | Samuel Thibault | 1 | -0/+6 | |
2012-05-10 | Hurd: Missing critical region locks. | Samuel Thibault | 2 | -3/+7 | |
2012-05-10 | Hurd: bits/socket.h | Thomas Schwinge | 1 | -0/+362 | |
2012-05-10 | Hurd: accept4 | Thomas Schwinge | 3 | -61/+108 | |
2012-05-10 | Hurd: ____longjmp_chk | Thomas Schwinge | 3 | -0/+121 | |
2012-05-10 | Hurd: O_CLOEXEC in rtld | Thomas Schwinge | 1 | -3/+2 | |
2012-05-10 | Fix for logb/logbf/logbl (bugs 13954/13955/13956) | Adhemerval Zanella | 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. | |||||
2012-05-10 | Typo fix in x86_64/dl-machine.h | Roland McGrath | 1 | -2/+2 | |
2012-05-10 | Sign extend R_X86_64_DTPOFF64/R_X86_64_TPOFF64 | H.J. Lu | 1 | -3/+24 | |
2012-05-10 | Move remaining syscalls from sysdeps/unix/sysv/syscalls.list to ↵ | Joseph Myers | 2 | -5/+3 | |
sysdeps/unix/sysv/linux/syscalls.list. | |||||
2012-05-09 | Add volatiles for x86-64 bits/mathinline.h | Andreas Jaeger | 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. | |||||
2012-05-08 | Minor optimization to sparc VIS3 floor() implementation. | David S. Miller | 1 | -2/+1 | |
* sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use movxtod instead of popping the value on the stack. | |||||
2012-05-08 | With -frounding-math, some sparc ULPs need to be adjusted. | David S. Miller | 1 | -0/+33 | |
* sysdeps/sparc/fpu/libm-test-ulps: Update. | |||||
2012-05-08 | Replace Elf64_XXX/ELF64_R_TYPE with ElfW(XXX)/ELFW(R_TYPE) | H.J. Lu | 1 | -40/+41 | |
2012-05-08 | Remove more overridden entries from sysdeps/unix/sysv/syscalls.list. | Joseph Myers | 1 | -2/+0 | |
2012-05-08 | Remove entries from sysdeps/unix/sysv/syscalls.list duplicating ones in ↵ | Joseph Myers | 1 | -2/+0 | |
sysdeps/unix/. | |||||
2012-05-07 | Update sparc ULPs for recently added exp tests. | David S. Miller | 1 | -0/+17 | |
* sysdeps/sparc/fpu/libm-test-ulps: Update. | |||||
2012-05-07 | Fix sparc libm when all of glibc is built with -frounding-math. | David S. Miller | 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. | |||||
2012-05-07 | Fix x86/x86_64 expm1l inaccuracy and exceptions (bugs 13885, 13923). | Joseph Myers | 6 | -263/+139 | |
2012-05-06 | Fix exp10 inaccuracy and exceptions (bugs 13884, 13914). | Joseph Myers | 8 | -55/+212 | |
2012-05-06 | Update x86-64 libm-test-ulps | Andreas Jaeger | 1 | -0/+12 | |
2012-05-05 | Fix missing exceptions from exp (bugs 13787, 13922, 14036). | Joseph Myers | 5 | -52/+51 | |
2012-05-05 | Use .S sources for x86/x86_64 expl. | Joseph Myers | 4 | -79/+181 | |