Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update sparc ULPs. | David S. Miller | 2012-07-31 | 1 | -0/+4 |
| | |||||
* | Improve clog, clog10 handling of values with real or imaginary part slightly ↵ | Joseph Myers | 2012-07-31 | 1 | -0/+16 |
| | | | | above 1 (bug 13629). | ||||
* | secure_getenv test should write errors to standard output | Florian Weimer | 2012-07-31 | 1 | -0/+6 |
| | | | | | This way, they end up in the log file. Also skip the test if no GID can be found. | ||||
* | Fix lots of bitrot for stub configurations. | Roland McGrath | 2012-07-30 | 1 | -0/+83 |
| | |||||
* | Update sparc ULPs. | David S. Miller | 2012-07-27 | 1 | -0/+4 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Add SystemTap static probes to the runtime linker. [BZ #14298] | Gary Benson | 2012-07-27 | 1 | -0/+19 |
| | |||||
* | Fix some -Wformat warnings in rpcgen. | Roland McGrath | 2012-07-26 | 1 | -0/+7 |
| | |||||
* | Provide a generic empty version of __check_native. | Pino Toscano | 2012-07-26 | 1 | -0/+4 |
| | | | | | Add an empty implementation of __check_native, as used in the posix version of getaddrinfo. This allows non-Linux GNU-based OSes to compile. | ||||
* | Improve clog, clog10 handling of values with real or imaginary part 1 (bug ↵ | Joseph Myers | 2012-07-26 | 1 | -0/+13 |
| | | | | 13629). | ||||
* | Move testsuite audit definitions to sysdeps tst-audit.h files. | Joseph Myers | 2012-07-26 | 1 | -0/+57 |
| | |||||
* | Merge Linux 3.5 ptrace changes | Andreas Jaeger | 2012-07-26 | 1 | -0/+11 |
| | | | | | (__ptrace_eventcodes): Add new value PTRACE_EVENT_SECCOMP from Linux 3.5. (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust PTRACE_O_MASK. | ||||
* | Merge _sigsys changes from Linux 3.5 | Andreas Jaeger | 2012-07-26 | 1 | -0/+18 |
| | |||||
* | Remove pre-2.4.21 Linux kernel support. | Joseph Myers | 2012-07-25 | 1 | -0/+92 |
| | |||||
* | Remove unused pseudo_end label | Andreas Schwab | 2012-07-25 | 1 | -0/+26 |
| | |||||
* | Fix up ChangeLog entries | Florian Weimer | 2012-07-25 | 1 | -31/+7 |
| | |||||
* | Rename __secure_getenv to secure_getenv | Florian Weimer | 2012-07-25 | 1 | -0/+63 |
| | |||||
* | Move ldsodefs.h audit definitions to sysdeps directories. | Joseph Myers | 2012-07-25 | 1 | -0/+31 |
| | |||||
* | Set up errno properly for yn. | Marek Polacek | 2012-07-25 | 1 | -0/+11 |
| | |||||
* | conformtest: Update expectations for time.h. | Joseph Myers | 2012-07-24 | 1 | -0/+8 |
| | |||||
* | configure.in <sysdeps resolving>: Correct printing Implies_before. | Thomas Schwinge | 2012-07-23 | 1 | -0/+6 |
| | |||||
* | Add missing includes. | Thomas Schwinge | 2012-07-22 | 1 | -0/+5 |
| | | | | | Follow-up to commits 38de94a5efbc3de186d6f287d666f74e5b4c8247, 76da7265320010c7a273ed99f53938c0f32d5fad. | ||||
* | Document va_copy in preference to __va_copy. | Joseph Myers | 2012-07-20 | 1 | -0/+8 |
| | |||||
* | Hurd: compliance fixes for getlogin_r | Pino Toscano | 2012-07-21 | 1 | -0/+4 |
| | | | | | | - 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 | ||||
* | Hurd: compliance fixes for getgroups | Pino Toscano | 2012-07-21 | 1 | -0/+3 |
| | | | | | Fail with EINVAL when the requested number of groups is negative, or when it is positive but less than the actual number of groups. | ||||
* | Hurd: provide lremovexattr | Pino Toscano | 2012-07-21 | 1 | -0/+3 |
| | | | | Add an implementation of lremovexattr based on removexattr. | ||||
* | Hurd: provide llistxattr | Pino Toscano | 2012-07-21 | 1 | -0/+3 |
| | | | | Add an implementation of llistxattr based on listxattr. | ||||
* | Hurd: sendto: do not crash when ADDR is null | Pino Toscano | 2012-07-20 | 1 | -0/+6 |
| | | | | | | | 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. | ||||
* | Move localplt baselines to sysdeps directories. | Joseph Myers | 2012-07-20 | 1 | -0/+29 |
| | |||||
* | Split tls-macros.h in sysdeps directories. | Adhemerval Zanella | 2012-07-19 | 1 | -0/+7 |
| | | | | Split PowerPC definitions in PPC32 and PPC64 headers. | ||||
* | S/390: Fix uc_link == NULL handling for makecontext | Andreas Krebbel | 2012-07-19 | 1 | -0/+15 |
| | |||||
* | S/390: Add support for STT_GNU_IFUNC symbols. | Andreas Krebbel | 2012-07-19 | 1 | -0/+26 |
| | | | | | | 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. | ||||
* | Add missing CL entry. | Marek Polacek | 2012-07-18 | 1 | -0/+2 |
| | |||||
* | Remove TLS configure checks. | Marek Polacek | 2012-07-17 | 1 | -0/+20 |
| | |||||
* | Move c++-types baselines to sysdeps directories. | Joseph Myers | 2012-07-17 | 1 | -0/+34 |
| | |||||
* | Split tls-macros.h into sysdeps directories. | Joseph Myers | 2012-07-17 | 1 | -0/+16 |
| | |||||
* | SH: makecontext: exit (0) if uc_link is the null pointer. | Thomas Schwinge | 2012-07-17 | 1 | -0/+3 |
| | |||||
* | x86_64: makecontext: exit (0) if uc_link is the null pointer. | Thomas Schwinge | 2012-07-17 | 1 | -0/+5 |
| | |||||
* | setcontext: Clarify termination when uc_link is the null pointer. | Thomas Schwinge | 2012-07-17 | 1 | -0/+8 |
| | |||||
* | Fix bug-getcontext test | Andreas Schwab | 2012-07-16 | 1 | -0/+5 |
| | |||||
* | Update from translation team | Andreas Jaeger | 2012-07-16 | 1 | -0/+4 |
| | |||||
* | conformtest: Update expectations for string.h. | Joseph Myers | 2012-07-15 | 1 | -0/+10 |
| | |||||
* | Update from french translation team | Andreas Jaeger | 2012-07-13 | 1 | -0/+4 |
| | |||||
* | Fix ynl return value with LDBL_MIN. | Marek Polacek | 2012-07-12 | 1 | -0/+7 |
| | |||||
* | Remove pre-2.4.1 Linux kernel support. | Joseph Myers | 2012-07-12 | 1 | -0/+22 |
| | |||||
* | Avoid duplicate DNS requests if answer is longer than a implementation | Jeroen van Bemmel | 2012-07-12 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | 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). | ||||
* | Translation team update for fr.po/sv.po | Andreas Jaeger | 2012-07-11 | 1 | -0/+3 |
| | |||||
* | Update from translation team: fr.po | Andreas Jaeger | 2012-07-11 | 1 | -0/+4 |
| | |||||
* | Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328). | Adhemerval Zanella | 2012-07-11 | 1 | -0/+7 |
| | | | | IBM long double fixes and POWER ulps update. | ||||
* | Update sparc ULPs. | David S. Miller | 2012-07-11 | 1 | -0/+4 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Fix LOG_MAKEPRI to agree with BSD | Andreas Schwab | 2012-07-10 | 1 | -0/+6 |
| |