Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-26 | Move testsuite audit definitions to sysdeps tst-audit.h files. | Joseph Myers | |
2012-07-26 | Merge Linux 3.5 ptrace changes | Andreas 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-26 | Merge _sigsys changes from Linux 3.5 | Andreas Jaeger | |
2012-07-25 | Remove pre-2.4.21 Linux kernel support. | Joseph Myers | |
2012-07-25 | Remove unused pseudo_end label | Andreas Schwab | |
2012-07-25 | Fix up ChangeLog entries | Florian Weimer | |
2012-07-25 | Rename __secure_getenv to secure_getenv | Florian Weimer | |
2012-07-25 | Move ldsodefs.h audit definitions to sysdeps directories. | Joseph Myers | |
2012-07-25 | Set up errno properly for yn. | Marek Polacek | |
2012-07-24 | conformtest: Update expectations for time.h. | Joseph Myers | |
2012-07-23 | configure.in <sysdeps resolving>: Correct printing Implies_before. | Thomas Schwinge | |
2012-07-22 | Add missing includes. | Thomas Schwinge | |
Follow-up to commits 38de94a5efbc3de186d6f287d666f74e5b4c8247, 76da7265320010c7a273ed99f53938c0f32d5fad. | |||
2012-07-20 | Document va_copy in preference to __va_copy. | Joseph Myers | |
2012-07-21 | Hurd: compliance fixes for getlogin_r | Pino 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-21 | Hurd: compliance fixes for getgroups | Pino 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-21 | Hurd: provide lremovexattr | Pino Toscano | |
Add an implementation of lremovexattr based on removexattr. | |||
2012-07-21 | Hurd: provide llistxattr | Pino Toscano | |
Add an implementation of llistxattr based on listxattr. | |||
2012-07-20 | Hurd: sendto: do not crash when ADDR is null | Pino 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-20 | Move localplt baselines to sysdeps directories. | Joseph Myers | |
2012-07-19 | Split tls-macros.h in sysdeps directories. | Adhemerval Zanella | |
Split PowerPC definitions in PPC32 and PPC64 headers. | |||
2012-07-19 | S/390: Fix uc_link == NULL handling for makecontext | Andreas Krebbel | |
2012-07-19 | S/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-18 | Add missing CL entry. | Marek Polacek | |
2012-07-17 | Remove TLS configure checks. | Marek Polacek | |
2012-07-17 | Move c++-types baselines to sysdeps directories. | Joseph Myers | |
2012-07-17 | Split tls-macros.h into sysdeps directories. | Joseph Myers | |
2012-07-17 | SH: makecontext: exit (0) if uc_link is the null pointer. | Thomas Schwinge | |
2012-07-17 | x86_64: makecontext: exit (0) if uc_link is the null pointer. | Thomas Schwinge | |
2012-07-17 | setcontext: Clarify termination when uc_link is the null pointer. | Thomas Schwinge | |
2012-07-16 | Fix bug-getcontext test | Andreas Schwab | |
2012-07-16 | Update from translation team | Andreas Jaeger | |
2012-07-15 | conformtest: Update expectations for string.h. | Joseph Myers | |
2012-07-13 | Update from french translation team | Andreas Jaeger | |
2012-07-12 | Fix ynl return value with LDBL_MIN. | Marek Polacek | |
2012-07-12 | Remove pre-2.4.1 Linux kernel support. | Joseph Myers | |
2012-07-12 | Avoid duplicate DNS requests if answer is longer than a implementation | Jeroen van Bemmel | |
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-11 | Translation team update for fr.po/sv.po | Andreas Jaeger | |
2012-07-11 | Update from translation team: fr.po | Andreas Jaeger | |
2012-07-11 | Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328). | Adhemerval Zanella | |
IBM long double fixes and POWER ulps update. | |||
2012-07-11 | Update sparc ULPs. | David S. Miller | |
* sysdeps/sparc/fpu/libm-test-ulps: Update. | |||
2012-07-10 | Fix LOG_MAKEPRI to agree with BSD | Andreas Schwab | |
2012-07-10 | Get rid of ASM_GLOBAL_DIRECTIVE. | Marek Polacek | |
2012-07-09 | BZ#14336: Manual spelling fixes. | Roland McGrath | |
2012-07-09 | Fix clog, clog10 spurious underflow exceptions (bug 14337). | Joseph Myers | |
2012-07-06 | Fix float range reduction problems (#14283) | Andreas Schwab | |
2012-07-06 | Fix missing _mcount@GLIBC_2.0 on powerpc32 | Andreas Schwab | |
2012-07-06 | Fix tanf underflow close to pi/4 (bug 14154). | Joseph Myers | |
2012-07-06 | Fix expm1 spurious underflow exceptions (bug 6778). | Joseph Myers | |
2012-07-06 | sunrpc: fix rpc bootstrap builds | Mike Frysinger | |
If you build & install glibc w/rpc disabled, you no longer have headers in /usr/include/rpc/ (this is expected). But if you try to build glibc w/rpc enabled, this gets into a bad state due to the new rpc helpers that get cross-compiled: $ make ... x86_64-pc-linux-gnu-gcc -m32 -D_RPC_THREAD_SAFE_ -D_GNU_SOURCE -DIS_IN_build \ -include $objdir/config.h rpc_clntout.c -o $objdir/sunrpc/cross-rpc_clntout.o \ -MMD -MP -MF $objdir/sunrpc/cross-rpc_clntout.o.dt -MT $objdir/sunrpc/cross-rpc_clntout.o -c rpc_clntout.c:34:23: fatal error: rpc/types.h: No such file or directory compilation terminated. make: *** [$objdir/sunrpc/cross-rpc_clntout.o] Error 1 Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2012-07-05 | Fix csqrt underflow (bugs 14157, 14331). | Joseph Myers | |