summaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Collapse)AuthorFilesLines
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath10-18/+75
2012-07-27Update sparc ULPs.David S. Miller1-0/+53
* sysdeps/sparc/fpu/libm-test-ulps: Update.
2012-07-26Improve clog, clog10 handling of values with real or imaginary part 1 (bug ↵Joseph Myers2-0/+114
13629).
2012-07-26Move testsuite audit definitions to sysdeps tst-audit.h files.Joseph Myers10-2/+234
2012-07-26Merge Linux 3.5 ptrace changesAndreas Jaeger4-20/+33
(__ptrace_eventcodes): Add new value PTRACE_EVENT_SECCOMP from Linux 3.5. (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust PTRACE_O_MASK.
2012-07-26Merge Linux 3.5 epoll changesAndreas Jaeger1-0/+2
Add EPOLLWAKEUP.
2012-07-26Merge _sigsys changes from Linux 3.5Andreas Jaeger4-3/+47
2012-07-25Remove pre-2.4.21 Linux kernel support.Joseph Myers17-502/+74
2012-07-25Remove unused pseudo_end labelAndreas Schwab23-56/+23
2012-07-25Rename __secure_getenv to secure_getenvFlorian Weimer15-14/+45
2012-07-25Move ldsodefs.h audit definitions to sysdeps directories.Joseph Myers7-108/+301
2012-07-25Set up errno properly for yn.Marek Polacek5-0/+20
2012-07-21Hurd: compliance fixes for getlogin_rPino Toscano1-2/+9
- make LOGIN non-static, as it would make getlogin_r no more reentrant; change its type to string_t - fail with ERANGE if NAME has not enough space for the actual login string - copy with memcpy only the chars of the string
2012-07-21Hurd: compliance fixes for getgroupsPino Toscano1-1/+4
Fail with EINVAL when the requested number of groups is negative, or when it is positive but less than the actual number of groups.
2012-07-21Hurd: provide lremovexattrPino Toscano1-0/+35
Add an implementation of lremovexattr based on removexattr.
2012-07-21Hurd: provide llistxattrPino Toscano1-0/+35
Add an implementation of llistxattr based on listxattr.
2012-07-20Hurd: sendto: do not crash when ADDR is nullPino Toscano1-25/+39
Create a new create_address_port subroutine to isolate the address port creation (for both local and remove sockets), and use it inside HURD_DPORT_USE. Also intialize APORT to MACH_PORT_NULL and make sure to always deallocate it, when not null.
2012-07-20Move localplt baselines to sysdeps directories.Joseph Myers8-0/+79
2012-07-19Split tls-macros.h in sysdeps directories.Adhemerval Zanella3-135/+133
Split PowerPC definitions in PPC32 and PPC64 headers.
2012-07-19S/390: Fix uc_link == NULL handling for makecontextAndreas Krebbel6-20/+89
2012-07-19S/390: Add support for STT_GNU_IFUNC symbols.Andreas Krebbel19-102/+1185
Add support for STT_GNU_IFUNC symbols and the new R_390_IRELATIVE relocation. Provide optimized version of memcpy, memset, and memcmp for z10 and z196.
2012-07-17Remove TLS configure checks.Marek Polacek16-872/+0
2012-07-17Move c++-types baselines to sysdeps directories.Joseph Myers9-0/+603
2012-07-17Split tls-macros.h into sysdeps directories.Joseph Myers8-0/+713
2012-07-17SH: makecontext: exit (0) if uc_link is the null pointer.Thomas Schwinge1-1/+2
2012-07-17x86_64: makecontext: exit (0) if uc_link is the null pointer.Thomas Schwinge1-2/+3
2012-07-12Fix ynl return value with LDBL_MIN.Marek Polacek1-1/+2
2012-07-12Remove pre-2.4.1 Linux kernel support.Joseph Myers5-73/+26
2012-07-12Avoid duplicate DNS requests if answer is longer than a implementationJeroen van Bemmel1-3/+7
limit [BZ #14307] * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of the temporary buffer used to invoke __gethostbyname2_r, __gethostbyaddr_r and gethostbyname4_r to make room for struct host_data / struct gaih_addrtuple. * resolv/nss_dns/dns-host.c (global scope): Move definition of implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to header file nss/nsswitch.h. * nss/nsswitch.h (global scope): Add definition of implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from resolv/nss_dns/dns-host.c).
2012-07-11Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328).Adhemerval Zanella3-23/+324
IBM long double fixes and POWER ulps update.
2012-07-11Update sparc ULPs.David S. Miller1-0/+449
* sysdeps/sparc/fpu/libm-test-ulps: Update.
2012-07-10Get rid of ASM_GLOBAL_DIRECTIVE.Marek Polacek22-162/+162
2012-07-09Fix clog, clog10 spurious underflow exceptions (bug 14337).Joseph Myers2-0/+284
2012-07-06Fix float range reduction problems (#14283)Andreas Schwab1-2/+2
2012-07-06Fix missing _mcount@GLIBC_2.0 on powerpc32Andreas Schwab3-2/+18
2012-07-06Fix tanf underflow close to pi/4 (bug 14154).Joseph Myers2-0/+38
2012-07-06Fix expm1 spurious underflow exceptions (bug 6778).Joseph Myers6-42/+96
2012-07-05Fix csqrt underflow (bugs 14157, 14331).Joseph Myers2-0/+58
2012-07-04Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328).Joseph Myers2-0/+552
2012-07-03Fix float range reduction problems (bug 14283).Joseph Myers2-22/+31
2012-06-25Update s390 ULPs fileAndreas Jaeger1-4/+354
2012-06-23SH can do fanotify_mark, too.Andreas Schwab3-0/+6
2012-06-23Some missing bits from sysdeps/*/elf dismissal.Thomas Schwinge4-107/+4
This fixes up commits 735095ae9566b2b14e8210e5ed44b3d5b51495f1, 09ae94c11b4309b425fbbfaa095e64cac2ae8cb8, and ff962fb6a10c46052535d482c889b3a9e5236637.
2012-06-23SH: Preserve more registers for frame unwinding purposes, add CFI directives.Thomas Schwinge4-7/+50
2012-06-23SH: Optimize assembler code in context of call to __fortify_fail.Thomas Schwinge2-17/+9
__fortify_fail has »__attribute__ ((__noreturn__))«.
2012-06-23SH: ____longjmp_chk for GNU/Linux with sigaltstack support.Thomas Schwinge3-0/+130
debug/tst-longjmp_chk2 now passes.
2012-06-23SH: ABORT_INSTRUCTION.Thomas Schwinge2-3/+7
2012-06-23SH: makecontext/.Lexitcode: Always initialize the GOT register before use.Thomas Schwinge1-4/+8
This is only relevant when returning from a context with »uc_link == NULL«, which is not exercised in the testsuite.
2012-06-23SH: makecontext: Fix calculation of ARGC > 4.Thomas Schwinge1-1/+1
stdlib/tst-setcontext and stdlib/tst-makecontext3 now pass.
2012-06-23SH: makecontext: Improve understandability.Thomas Schwinge1-29/+29