Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename __secure_getenv to secure_getenv | Florian Weimer | 2012-07-25 | 15 | -14/+45 |
| | |||||
* | Move ldsodefs.h audit definitions to sysdeps directories. | Joseph Myers | 2012-07-25 | 7 | -108/+301 |
| | |||||
* | Set up errno properly for yn. | Marek Polacek | 2012-07-25 | 5 | -0/+20 |
| | |||||
* | Hurd: compliance fixes for getlogin_r | Pino Toscano | 2012-07-21 | 1 | -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 | ||||
* | Hurd: compliance fixes for getgroups | Pino Toscano | 2012-07-21 | 1 | -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. | ||||
* | Hurd: provide lremovexattr | Pino Toscano | 2012-07-21 | 1 | -0/+35 |
| | | | | Add an implementation of lremovexattr based on removexattr. | ||||
* | Hurd: provide llistxattr | Pino Toscano | 2012-07-21 | 1 | -0/+35 |
| | | | | Add an implementation of llistxattr based on listxattr. | ||||
* | Hurd: sendto: do not crash when ADDR is null | Pino Toscano | 2012-07-20 | 1 | -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. | ||||
* | Move localplt baselines to sysdeps directories. | Joseph Myers | 2012-07-20 | 8 | -0/+79 |
| | |||||
* | Split tls-macros.h in sysdeps directories. | Adhemerval Zanella | 2012-07-19 | 3 | -135/+133 |
| | | | | Split PowerPC definitions in PPC32 and PPC64 headers. | ||||
* | S/390: Fix uc_link == NULL handling for makecontext | Andreas Krebbel | 2012-07-19 | 6 | -20/+89 |
| | |||||
* | S/390: Add support for STT_GNU_IFUNC symbols. | Andreas Krebbel | 2012-07-19 | 19 | -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. | ||||
* | Remove TLS configure checks. | Marek Polacek | 2012-07-17 | 16 | -872/+0 |
| | |||||
* | Move c++-types baselines to sysdeps directories. | Joseph Myers | 2012-07-17 | 9 | -0/+603 |
| | |||||
* | Split tls-macros.h into sysdeps directories. | Joseph Myers | 2012-07-17 | 8 | -0/+713 |
| | |||||
* | SH: makecontext: exit (0) if uc_link is the null pointer. | Thomas Schwinge | 2012-07-17 | 1 | -1/+2 |
| | |||||
* | x86_64: makecontext: exit (0) if uc_link is the null pointer. | Thomas Schwinge | 2012-07-17 | 1 | -2/+3 |
| | |||||
* | Fix ynl return value with LDBL_MIN. | Marek Polacek | 2012-07-12 | 1 | -1/+2 |
| | |||||
* | Remove pre-2.4.1 Linux kernel support. | Joseph Myers | 2012-07-12 | 5 | -73/+26 |
| | |||||
* | Avoid duplicate DNS requests if answer is longer than a implementation | Jeroen van Bemmel | 2012-07-12 | 1 | -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). | ||||
* | Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328). | Adhemerval Zanella | 2012-07-11 | 3 | -23/+324 |
| | | | | IBM long double fixes and POWER ulps update. | ||||
* | Update sparc ULPs. | David S. Miller | 2012-07-11 | 1 | -0/+449 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Get rid of ASM_GLOBAL_DIRECTIVE. | Marek Polacek | 2012-07-10 | 22 | -162/+162 |
| | |||||
* | Fix clog, clog10 spurious underflow exceptions (bug 14337). | Joseph Myers | 2012-07-09 | 2 | -0/+284 |
| | |||||
* | Fix float range reduction problems (#14283) | Andreas Schwab | 2012-07-06 | 1 | -2/+2 |
| | |||||
* | Fix missing _mcount@GLIBC_2.0 on powerpc32 | Andreas Schwab | 2012-07-06 | 3 | -2/+18 |
| | |||||
* | Fix tanf underflow close to pi/4 (bug 14154). | Joseph Myers | 2012-07-06 | 2 | -0/+38 |
| | |||||
* | Fix expm1 spurious underflow exceptions (bug 6778). | Joseph Myers | 2012-07-06 | 6 | -42/+96 |
| | |||||
* | Fix csqrt underflow (bugs 14157, 14331). | Joseph Myers | 2012-07-05 | 2 | -0/+58 |
| | |||||
* | Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328). | Joseph Myers | 2012-07-04 | 2 | -0/+552 |
| | |||||
* | Fix float range reduction problems (bug 14283). | Joseph Myers | 2012-07-03 | 2 | -22/+31 |
| | |||||
* | Update s390 ULPs file | Andreas Jaeger | 2012-06-25 | 1 | -4/+354 |
| | |||||
* | SH can do fanotify_mark, too. glibc-2.16-tps | Andreas Schwab | 2012-06-23 | 3 | -0/+6 |
| | |||||
* | Some missing bits from sysdeps/*/elf dismissal. | Thomas Schwinge | 2012-06-23 | 4 | -107/+4 |
| | | | | | | This fixes up commits 735095ae9566b2b14e8210e5ed44b3d5b51495f1, 09ae94c11b4309b425fbbfaa095e64cac2ae8cb8, and ff962fb6a10c46052535d482c889b3a9e5236637. | ||||
* | SH: Preserve more registers for frame unwinding purposes, add CFI directives. | Thomas Schwinge | 2012-06-23 | 4 | -7/+50 |
| | |||||
* | SH: Optimize assembler code in context of call to __fortify_fail. | Thomas Schwinge | 2012-06-23 | 2 | -17/+9 |
| | | | | __fortify_fail has »__attribute__ ((__noreturn__))«. | ||||
* | SH: ____longjmp_chk for GNU/Linux with sigaltstack support. | Thomas Schwinge | 2012-06-23 | 3 | -0/+130 |
| | | | | debug/tst-longjmp_chk2 now passes. | ||||
* | SH: ABORT_INSTRUCTION. | Thomas Schwinge | 2012-06-23 | 2 | -3/+7 |
| | |||||
* | SH: makecontext/.Lexitcode: Always initialize the GOT register before use. | Thomas Schwinge | 2012-06-23 | 1 | -4/+8 |
| | | | | | This is only relevant when returning from a context with »uc_link == NULL«, which is not exercised in the testsuite. | ||||
* | SH: makecontext: Fix calculation of ARGC > 4. | Thomas Schwinge | 2012-06-23 | 1 | -1/+1 |
| | | | | stdlib/tst-setcontext and stdlib/tst-makecontext3 now pass. | ||||
* | SH: makecontext: Improve understandability. | Thomas Schwinge | 2012-06-23 | 1 | -29/+29 |
| | |||||
* | Fix gUSA sequence in SH atomic functions in | Kaz Kojima | 2012-06-23 | 1 | -93/+94 |
| | | | | sysdeps/unix/sysv/linux/sh/bits/atomic.h. | ||||
* | Respect --localstatedir for /var/db parent directory. | Roland McGrath | 2012-06-22 | 2 | -2/+14 |
| | |||||
* | Fix wordsize-64 cosh regression (bug 14273). | Joseph Myers | 2012-06-21 | 1 | -0/+1 |
| | |||||
* | Regenerate sysdeps/mach/configure. | Joseph Myers | 2012-06-21 | 1 | -400/+285 |
| | |||||
* | Fix a typo in i386 SYSCALL_PIC_SETUP | H.J. Lu | 2012-06-21 | 1 | -1/+1 |
| | |||||
* | Avoid -Wconversion warning for htons | Andreas Jaeger | 2012-06-21 | 2 | -4/+4 |
| | |||||
* | Use x86-64 fpu_control.h for i386 and x86_64 | H.J. Lu | 2012-06-18 | 2 | -101/+0 |
| | |||||
* | Use __volatile__ to access fpu control word | H.J. Lu | 2012-06-18 | 1 | -5/+14 |
| | |||||
* | Use i386 bits/mathinline.h for i386 and x86_64 | H.J. Lu | 2012-06-15 | 2 | -289/+0 |
| |