about summary refs log tree commit diff
path: root/sysdeps
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused variable in linux/getcwd.cAndreas Jaeger2012-05-141-1/+0
|
* Remove unused functions from i386/mathinline.hAndreas Jaeger2012-05-141-37/+0
|
* Remove pre-2.2 Linux kernel support.Joseph Myers2012-05-1438-1433/+191
|
* Use __builtin_clzll on int64 in __logbH.J. Lu2012-05-141-1/+1
|
* Free memory at exit in check_pf.cH.J. Lu2012-05-141-1/+1
|
* Add optimized expf for x86Liubov Dmitrieva2012-05-144-0/+364
| | | | | | | | | 2012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com> * sysdeps/i386/i686/fpu/multiarch/Makefile: New file. * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file. * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file. * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
* Fix warning in powerpc bcopyAndreas Schwab2012-05-121-3/+3
|
* Avoid dup3 PLT usage.Thomas Schwinge2012-05-121-1/+1
| | | | Fixes fallout from 5aa3a74a59916b489e9cf7c4dce9eb149e106c6c.
* Mark sparc %fsr load and store inline asms as volatile.David S. Miller2012-05-112-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 bytesH.J. Lu2012-05-111-0/+4
|
* [BZ #13673] Replace FSF snail mail address with URL.Thomas Schwinge2012-05-114-12/+8
|
* Don't handle R_X86_64_RELATIVE64 in ld.soH.J. Lu2012-05-101-0/+2
|
* Handle R_X86_64_RELATIVE64 and R_X86_64_64 for x32H.J. Lu2012-05-1010-3/+150
|
* Hurd: Fix paths in paths.hSamuel Thibault2012-05-101-4/+4
|
* Hurd: fix mode type for openatSamuel Thibault2012-05-101-3/+3
|
* Hurd: Fix port deallocation on mknod error.Samuel Thibault2012-05-101-5/+5
|
* Hurd: Fix __dup3 _hurd_dtable_lock usage.Samuel Thibault2012-05-101-4/+3
|
* Hurd: Support --prefix=/usr special-casing for all GNU systems.Thomas Schwinge2012-05-106-110/+200
|
* Hurd: struct timespec members in struct statThomas Schwinge2012-05-102-22/+48
|
* Hurd: Fix setres[ug]id handling of -1Samuel Thibault2012-05-102-29/+122
|
* Hurd: Fix sbrk beyond 128MBSamuel Thibault2012-05-101-3/+17
|
* Hurd: recvfrom(): take into account null address portsPino Toscano2012-05-101-2/+4
|
* Hurd: readlinkatSamuel Thibault2012-05-101-0/+64
|
* Hurd: Update posix_opt.hSamuel Thibault2012-05-101-6/+24
|
* 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.