about summary refs log tree commit diff
path: root/sysdeps
Commit message (Collapse)AuthorAgeFilesLines
...
* Hurd: Fix POSIX 2008 visibilitySamuel Thibault2012-05-101-5/+6
|
* Hurd: opendiratThomas Schwinge2012-05-101-0/+37
|
* Hurd: empty file names fail with ENOENTSamuel Thibault2012-05-101-1/+4
|
* Hurd: Fix mlock in all cases except non-readable pages.Samuel Thibault2012-05-101-2/+2
|
* Hurd: Fix mkdir / error valueSamuel Thibault2012-05-102-5/+12
|
* Hurd: mach: compliance fixes for nanosleepPino Toscano2012-05-101-9/+24
|
* Hurd: Include RPC user stubs in linkobj/libc.soThomas Schwinge2012-05-101-1/+2
|
* Hurd: Fix value of __libc_stack_endSamuel Thibault2012-05-103-3/+10
|
* Hurd: libc_once_getThomas Schwinge2012-05-103-3/+9
|
* Hurd: #include <kernel-features.h>Thomas Schwinge2012-05-101-1/+2
|
* Hurd: setitimer.c: Fix unlock in error patchSamuel Thibault2012-05-101-3/+2
|
* Hurd: ioctl() incorrectly decodes argumentSamuel Thibault2012-05-102-10/+14
|
* Hurd: Avoid init-first.c miscompilation.Thomas Schwinge2012-05-101-14/+31
|
* Hurd: dup3Thomas Schwinge2012-05-103-116/+152
|
* Hurd: Hurd: dl-sysdep.c: Include code only #ifdef SHARED.Samuel Thibault2012-05-101-0/+6
|
* Hurd: Missing critical region locks.Samuel Thibault2012-05-102-3/+7
|
* Hurd: bits/socket.hThomas Schwinge2012-05-101-0/+362
|
* Hurd: accept4Thomas Schwinge2012-05-103-61/+108
|
* Hurd: ____longjmp_chkThomas Schwinge2012-05-103-0/+121
|
* Hurd: O_CLOEXEC in rtldThomas Schwinge2012-05-101-3/+2
|
* Fix for logb/logbf/logbl (bugs 13954/13955/13956)Adhemerval Zanella2012-05-106-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.hRoland McGrath2012-05-101-2/+2
|
* Sign extend R_X86_64_DTPOFF64/R_X86_64_TPOFF64H.J. Lu2012-05-101-3/+24
|
* Move remaining syscalls from sysdeps/unix/sysv/syscalls.list to ↵Joseph Myers2012-05-102-5/+3
| | | | sysdeps/unix/sysv/linux/syscalls.list.
* Add volatiles for x86-64 bits/mathinline.hAndreas Jaeger2012-05-091-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. Miller2012-05-081-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. Miller2012-05-081-0/+33
| | | | * sysdeps/sparc/fpu/libm-test-ulps: Update.
* Replace Elf64_XXX/ELF64_R_TYPE with ElfW(XXX)/ELFW(R_TYPE)H.J. Lu2012-05-081-40/+41
|
* Remove more overridden entries from sysdeps/unix/sysv/syscalls.list.Joseph Myers2012-05-081-2/+0
|
* Remove entries from sysdeps/unix/sysv/syscalls.list duplicating ones in ↵Joseph Myers2012-05-081-2/+0
| | | | sysdeps/unix/.
* Update sparc ULPs for recently added exp tests.David S. Miller2012-05-071-0/+17
| | | | * sysdeps/sparc/fpu/libm-test-ulps: Update.
* Fix sparc libm when all of glibc is built with -frounding-math.David S. Miller2012-05-071-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 Myers2012-05-076-263/+139
|
* Fix exp10 inaccuracy and exceptions (bugs 13884, 13914).Joseph Myers2012-05-068-55/+212
|
* Update x86-64 libm-test-ulpsAndreas Jaeger2012-05-061-0/+12
|
* Fix missing exceptions from exp (bugs 13787, 13922, 14036).Joseph Myers2012-05-055-52/+51
|
* Use .S sources for x86/x86_64 expl.Joseph Myers2012-05-054-79/+181
|
* Remove overridden entries from sysdeps/unix/sysv/syscalls.list.Joseph Myers2012-05-051-6/+0
|
* Merge sysdeps/unix/common into sysdeps/unix.Joseph Myers2012-05-044-21/+12
|
* Move x86-64 abilist files to 64/nptlH.J. Lu2012-05-0413-0/+0
|
* Remove unused sysdeps/unix/common/bits/ headers.Joseph Myers2012-05-042-151/+0
|
* Remove unused sysdeps/unix/bsd/ files.Joseph Myers2012-05-047-557/+0
|
* Fix for ldbl-128ibm acosl/asinl inaccuraciesAdhemerval Zanella2012-05-043-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 symbolAndreas Schwab2012-05-042-15/+16
|
* Update s390 libm-test-ulpsAndreas Krebbel2012-05-041-134/+1411
|
* Update sysdeps/i386/fpu/libm-test-ulpsAndreas Jaeger2012-05-031-0/+75
|
* Update sparc ULPs for recently added acos/asin tests.David S. Miller2012-05-021-0/+100
| | | | * sysdeps/sparc/fpu/libm-test-ulps: Update.
* Fix nexttoward bugsAdhemerval Zanella2012-05-021-10/+2
| | | | | | | [BZ #2550] [BZ #2570] * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point comparisons to determine direction to adjust input.
* Update powerpc ABI dataAndreas Schwab2012-05-019-14/+625
|
* Fix nexttoward bugs (bugs 2550, 2570).Joseph Myers2012-05-018-60/+16
|