aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2012-05-10Hurd: Fix POSIX 2008 visibilitySamuel Thibault1-5/+6
2012-05-10Hurd: opendiratThomas Schwinge1-0/+37
2012-05-10Hurd: empty file names fail with ENOENTSamuel Thibault1-1/+4
2012-05-10Hurd: Fix mlock in all cases except non-readable pages.Samuel Thibault1-2/+2
2012-05-10Hurd: Fix mkdir / error valueSamuel Thibault2-5/+12
2012-05-10Hurd: mach: compliance fixes for nanosleepPino Toscano1-9/+24
2012-05-10Hurd: Include RPC user stubs in linkobj/libc.soThomas Schwinge1-1/+2
2012-05-10Hurd: Fix value of __libc_stack_endSamuel Thibault3-3/+10
2012-05-10Hurd: libc_once_getThomas Schwinge3-3/+9
2012-05-10Hurd: #include <kernel-features.h>Thomas Schwinge1-1/+2
2012-05-10Hurd: setitimer.c: Fix unlock in error patchSamuel Thibault1-3/+2
2012-05-10Hurd: ioctl() incorrectly decodes argumentSamuel Thibault2-10/+14
2012-05-10Hurd: Avoid init-first.c miscompilation.Thomas Schwinge1-14/+31
2012-05-10Hurd: dup3Thomas Schwinge3-116/+152
2012-05-10Hurd: Hurd: dl-sysdep.c: Include code only #ifdef SHARED.Samuel Thibault1-0/+6
2012-05-10Hurd: Missing critical region locks.Samuel Thibault2-3/+7
2012-05-10Hurd: bits/socket.hThomas Schwinge1-0/+362
2012-05-10Hurd: accept4Thomas Schwinge3-61/+108
2012-05-10Hurd: ____longjmp_chkThomas Schwinge3-0/+121
2012-05-10Hurd: O_CLOEXEC in rtldThomas Schwinge1-3/+2
2012-05-10Fix for logb/logbf/logbl (bugs 13954/13955/13956)Adhemerval Zanella6-72/+111
2012-05-10Typo fix in x86_64/dl-machine.hRoland McGrath1-2/+2
2012-05-10Sign extend R_X86_64_DTPOFF64/R_X86_64_TPOFF64H.J. Lu1-3/+24
2012-05-10Move remaining syscalls from sysdeps/unix/sysv/syscalls.list to sysdeps/unix/...Joseph Myers2-5/+3
2012-05-09Add volatiles for x86-64 bits/mathinline.hAndreas Jaeger1-8/+40
2012-05-08Minor optimization to sparc VIS3 floor() implementation.David S. Miller1-2/+1
2012-05-08With -frounding-math, some sparc ULPs need to be adjusted.David S. Miller1-0/+33
2012-05-08Replace Elf64_XXX/ELF64_R_TYPE with ElfW(XXX)/ELFW(R_TYPE)H.J. Lu1-40/+41
2012-05-08Remove more overridden entries from sysdeps/unix/sysv/syscalls.list.Joseph Myers1-2/+0
2012-05-08Remove entries from sysdeps/unix/sysv/syscalls.list duplicating ones in sysde...Joseph Myers1-2/+0
2012-05-07Update sparc ULPs for recently added exp tests.David S. Miller1-0/+17
2012-05-07Fix sparc libm when all of glibc is built with -frounding-math.David S. Miller1-6/+19
2012-05-07Fix x86/x86_64 expm1l inaccuracy and exceptions (bugs 13885, 13923).Joseph Myers6-263/+139
2012-05-06Fix exp10 inaccuracy and exceptions (bugs 13884, 13914).Joseph Myers8-55/+212
2012-05-06Update x86-64 libm-test-ulpsAndreas Jaeger1-0/+12
2012-05-05Fix missing exceptions from exp (bugs 13787, 13922, 14036).Joseph Myers5-52/+51
2012-05-05Use .S sources for x86/x86_64 expl.Joseph Myers4-79/+181
2012-05-05Remove overridden entries from sysdeps/unix/sysv/syscalls.list.Joseph Myers1-6/+0
2012-05-04Merge sysdeps/unix/common into sysdeps/unix.Joseph Myers4-21/+12
2012-05-04Move x86-64 abilist files to 64/nptlH.J. Lu13-0/+0
2012-05-04Remove unused sysdeps/unix/common/bits/ headers.Joseph Myers2-151/+0
2012-05-04Remove unused sysdeps/unix/bsd/ files.Joseph Myers7-557/+0
2012-05-04Fix for ldbl-128ibm acosl/asinl inaccuraciesAdhemerval Zanella3-40/+179
2012-05-04Fix missing vm86 symbolAndreas Schwab2-15/+16
2012-05-04Update s390 libm-test-ulpsAndreas Krebbel1-134/+1411
2012-05-03Update sysdeps/i386/fpu/libm-test-ulpsAndreas Jaeger1-0/+75
2012-05-02Update sparc ULPs for recently added acos/asin tests.David S. Miller1-0/+100
2012-05-02Fix nexttoward bugsAdhemerval Zanella1-10/+2
2012-05-01Update powerpc ABI dataAndreas Schwab9-14/+625
2012-05-01Fix nexttoward bugs (bugs 2550, 2570).Joseph Myers8-60/+16