aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-31Improve clog, clog10 handling of values with real or imaginary part slightly ↵Joseph Myers
above 1 (bug 13629).
2012-07-31secure_getenv test should write errors to standard outputFlorian Weimer
This way, they end up in the log file. Also skip the test if no GID can be found.
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath
2012-07-28Fix tst-pthread-getattr test caseSiddhesh Poyarekar
Get the tst-pthread-getattr fix back with further improvements so that it does not fail on targets that use the user stack to save context.
2012-07-27Update sparc ULPs.David S. Miller
* sysdeps/sparc/fpu/libm-test-ulps: Update.
2012-07-27Make mmap64 an alias of mmap on MIPS.Joseph Myers
2012-07-27Add SystemTap static probes to the runtime linker. [BZ #14298]Gary Benson
2012-07-26Fix some -Wformat warnings in rpcgen.Roland McGrath
2012-07-26Provide a generic empty version of __check_native.Pino Toscano
Add an empty implementation of __check_native, as used in the posix version of getaddrinfo. This allows non-Linux GNU-based OSes to compile.
2012-07-26m68k: update libm test ULPsAndreas Schwab
2012-07-26Improve clog, clog10 handling of values with real or imaginary part 1 (bug ↵Joseph Myers
13629).
2012-07-26Move testsuite audit definitions to sysdeps tst-audit.h files.Joseph Myers
2012-07-26Merge Linux 3.5 ptrace changesAndreas Jaeger
(__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 Jaeger
Add EPOLLWAKEUP.
2012-07-26Merge _sigsys changes from Linux 3.5Andreas Jaeger
2012-07-25Remove pre-2.4.21 Linux kernel support.Joseph Myers
2012-07-25Remove unused pseudo_end labelAndreas Schwab
2012-07-25Fix up ChangeLog entriesFlorian Weimer
2012-07-25Rename __secure_getenv to secure_getenvFlorian Weimer
2012-07-25Move ldsodefs.h audit definitions to sysdeps directories.Joseph Myers
2012-07-25Revert fix to tst-pthread-getattr since it fails on sparcSiddhesh Poyarekar
2012-07-25Set up errno properly for yn.Marek Polacek
2012-07-24conformtest: Update expectations for time.h.Joseph Myers
2012-07-23configure.in <sysdeps resolving>: Correct printing Implies_before.Thomas Schwinge
2012-07-22Add missing includes.Thomas Schwinge
Follow-up to commits 38de94a5efbc3de186d6f287d666f74e5b4c8247, 76da7265320010c7a273ed99f53938c0f32d5fad.
2012-07-20Document va_copy in preference to __va_copy.Joseph Myers
2012-07-21Hurd: compliance fixes for getlogin_rPino Toscano
- 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 Toscano
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 Toscano
Add an implementation of lremovexattr based on removexattr.
2012-07-21Hurd: provide llistxattrPino Toscano
Add an implementation of llistxattr based on listxattr.
2012-07-20Hurd: sendto: do not crash when ADDR is nullPino Toscano
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 Myers
2012-07-20Fix tst-pthread-getattr test caseSiddhesh Poyarekar
In some cases, the compiler would optimize out the call to allocate_and_test and thus result in a false positive for the test case. Another problem was the fact that the compiler could in some cases generate additional shifting of the stack pointer, resulting in alloca moving the stack pointer beyond what is allowed by the rlimit. Hence, accessing the stackaddr returned by pthread_getattr_np is safer than relying on the alloca'd result. Another problem is when RLIMIT may be very large, which may result in violation of other resource limits. Hence we cap the max stack size to 8M for this test.
2012-07-19Split tls-macros.h in sysdeps directories.Adhemerval Zanella
Split PowerPC definitions in PPC32 and PPC64 headers.
2012-07-19S/390: Fix uc_link == NULL handling for makecontextAndreas Krebbel
2012-07-19S/390: Add support for STT_GNU_IFUNC symbols.Andreas Krebbel
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-19Fix comment that describes sighandler_setxidSiddhesh Poyarekar
2012-07-18Add missing CL entry.Marek Polacek
2012-07-17Remove TLS configure check for MIPS.Joseph Myers
2012-07-17Remove TLS configure check for ARM.Joseph Myers
2012-07-18Fix a few typos.Marek Polacek
2012-07-17Remove TLS configure checks.Marek Polacek
2012-07-17tile: exit with status zero on makecontext return with NULL uc_linkChris Metcalf
2012-07-17tile: update libm test ULPsChris Metcalf
2012-07-17Move tile c++-types baselines to sysdeps directories.Chris Metcalf
2012-07-17Add c++-types information for MIPS.Joseph Myers
2012-07-17Move c++-types baselines to sysdeps directories.Joseph Myers
2012-07-17Split tls-macros.h into sysdeps directories.Joseph Myers
2012-07-17SH: makecontext: exit (0) if uc_link is the null pointer.Thomas Schwinge
2012-07-17x86_64: makecontext: exit (0) if uc_link is the null pointer.Thomas Schwinge