Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-21 | Add locales niu_NU and niu_NZ | Chris Leonard | 5 | -1/+400 | |
2012-11-21 Chris Leonard <cjl@sugarlabs.org> [BZ #14863] * SUPPORTED: Add niu_NU and niu_NZ. * locales/niu_NU: Add Niuean (Vagahau Niue) locale for Niue, contributed by Chris Leonard <cjl@sugarlabs.org> and Emani Fakaotimanava-Lui <emani@niue.nu>. * locales/niu_NZ: Add Niuean (Vagahau Niue) locale for New Zealand, contributed by Chris Leonard <cjl@sugarlabs.org> and Emani Fakaotimanava-Lui <emani@niue.nu>. | |||||
2012-11-21 | Properly check linker -z XXX support | H.J. Lu | 5 | -121/+126 | |
2012-11-21 | Make ARM fesetenv (FE_NOMASK_ENV) detect failure (bug 14866). | Joseph Myers | 3 | -1/+17 | |
2012-11-21 | Remove unused variable from sem_post.c. | Joseph Myers | 2 | -1/+5 | |
2012-11-21 | Remove unused variable from pthread_cond_timedwait.c. | Joseph Myers | 2 | -5/+10 | |
2012-11-21 | Cast to uintptr_t in MIPS jmpbuf-unwind.h. | Joseph Myers | 2 | -1/+4 | |
2012-11-21 | Check supported DF_1_XXX bits | H.J. Lu | 4 | -0/+33 | |
2012-11-21 | aarch64: Fix lll_futex_timed_wait_bitset return value sign. | Marcus Shawcroft | 2 | -1/+6 | |
The implementation of lll_futex_timed_wait_bitset should not be negating the futex syscall return value on error. | |||||
2012-11-21 | aarch64: Remove weak_aliasx macro. | Marcus Shawcroft | 6 | -10/+14 | |
2012-11-21 | aarch64: Remove support for NO_LONG_DOUBLE. | Marcus Shawcroft | 6 | -25/+8 | |
2012-11-21 | aarch64: Indent preprocessor directives. | Marcus Shawcroft | 7 | -35/+44 | |
2012-11-21 | aarch64: Use range in copyright years. | Marcus Shawcroft | 31 | -30/+63 | |
2012-11-21 | aarch64: Rename .x files to .c | Marcus Shawcroft | 15 | -14/+33 | |
2012-11-21 | aarch64: Don't use K&R C | Marcus Shawcroft | 6 | -13/+13 | |
2012-11-21 | Add sotruss-lib.c for MIPS. | Joseph Myers | 2 | -0/+121 | |
2012-11-20 | tile: update libm-test-ulps for new tests | Chris Metcalf | 2 | -0/+36 | |
2012-11-20 | tile: Fix __bswap_64 return type in tile bits/byteswap.h | Chris Metcalf | 2 | -1/+6 | |
2012-11-20 | tile: remove redundant defines of libc_fetestexcept, etc. in s_fma.c | Chris Metcalf | 2 | -4/+5 | |
2012-11-20 | m68k: Remove indirection through weak_aliasx | Andreas Schwab | 15 | -51/+47 | |
2012-11-20 | Document syscall signature prefixes in sysdep/unix/make-syscalls.sh | Carlos O'Donell | 2 | -2/+18 | |
2012-11-20 | sysdeps/sh/dl-machine.h: Define ELF_MACHINE_RUNTIME_FIXUP_PARAMS. | Thomas Schwinge | 2 | -2/+5 | |
Fixes fallout from commit 2e64d2659d3edaebc792ac596a9863f1626e5c25. | |||||
2012-11-20 | Add recvmmsg and sendmmsg to the generic glibc API. | Thomas Schwinge | 13 | -60/+147 | |
2012-11-20 | Fix set-but-not-used warnings in ldbl-128 nearbyintl, rintl. | Joseph Myers | 3 | -2/+8 | |
2012-11-20 | Use parentheses around MIPS syscall macro arguments. | Joseph Myers | 3 | -46/+62 | |
2012-11-20 | Fix int-to-pointer-cast warnings for MIPS. | Joseph Myers | 4 | -12/+28 | |
2012-11-20 | Fix warnings from aborting MIPS atomic macros. | Joseph Myers | 2 | -3/+13 | |
2012-11-20 | Fix more set-but-not-used warnings in _itowa.c. | Joseph Myers | 2 | -2/+7 | |
2012-11-20 | Fix __bswap_64 return type in generic bits/byteswap.h. | Joseph Myers | 2 | -5/+11 | |
2012-11-20 | Fix unused-variable warnings from MIPS RESOLVE_GOTSYM macro. | Joseph Myers | 2 | -1/+4 | |
2012-11-20 | Hurd: fixes for ptsname and ptsname_r | Pino Toscano | 2 | -9/+17 | |
ptsname_r on failure returns the value that is also set as errno; furthermore, add more checks to it: - set errno and return it on __term_get_peername failure - set errno to ERANGE other than returning it - change the type of PEERNAME to string_t, and check its length with __strnlen In ptsname: - change the type of PEERNAME to string_t - do not set errno manually, since ptsname_r has set it already | |||||
2012-11-19 | Fix spurious underflows in ldbl-128 atan implementation. | David S. Miller | 5 | -0/+38 | |
With help from Joseph Myers. * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and very large arguments properly. * math/libm-test.inc (atan_test): New tests. (atan2_test): New tests. * sysdeps/sparc/fpu/libm-test-ulps: Update. * sysdeps/x86_64/fpu/libm-test-ulps: Update. | |||||
2012-11-19 | Fix _POSIX_TZNAME_MAX for older POSIX (bug 14856). | Joseph Myers | 3 | -3/+11 | |
2012-11-19 | Fix unused variable warnings from MIPS syscall macros. | Joseph Myers | 4 | -9/+24 | |
2012-11-19 | conformtest: Clean up expectations for POSIX for more headers. | Joseph Myers | 5 | -8/+112 | |
2012-11-19 | conformtest: Clean up expectations for POSIX for various headers. | Joseph Myers | 8 | -66/+211 | |
2012-11-19 | conformtest: Fix miscellaneous expectations for XPG4. | Joseph Myers | 7 | -9/+72 | |
2012-11-19 | Define siginfo_t in signal.h for XPG4 (bug 14835). | Joseph Myers | 3 | -1/+9 | |
2012-11-19 | Fix ug_CN | Eagle Burkut | 3 | -258/+248 | |
[BZ #13759] * locales/ug_CN (LC_COLLATE, LC_TIME, LC_MESSAGES): Fix entries. | |||||
2012-11-19 | muntrace: reset file and hooks before finalizing the stream | Pino Toscano | 2 | -2/+10 | |
fclose will call free, invoking its hook, then fprintf which would indirectly try to allocate a buffer, and this can cause malloc to be used (thus its hook to be invoked) if libio uses malloc instead of mmap; given any malloc/free hook locks the internal lock, this leads to a deadlock. To prevent this hook roundtrip at muntrace, first unset MALLSTREAM and the hooks, and only after that close the trace file. | |||||
2012-11-19 | Hurd: implement syncfs | Pino Toscano | 2 | -0/+35 | |
2012-11-19 | AArch64: Adding optimized maths functions. | Marcus Shawcroft | 29 | -2/+812 | |
2012-11-19 | Return EAI_SYSTEM if we're out of file descriptors | Siddhesh Poyarekar | 5 | -7/+46 | |
Resolves BZ #14719. | |||||
2012-11-19 | bindresvport() uses two static variables port and startport which are not | Peng Haitao | 3 | -9/+25 | |
protected. It is not safe when in multithread circumstance. bindresvport() select a port number from the range 512 to 1023, when in multithread circumstance, the port may be 1024. So the static variables will be protected. Signed-off-by: Peng Haitao <penght@cn.fujitsu.com> Reviewed-by: Carlos O'Donell <carlos@systemhalted.org> | |||||
2012-11-19 | Add ldconfig cache tag handling for AArch64 | Steve McIntyre | 3 | -0/+8 | |
* sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro. * elf/cache.c (print_entry): Print ",AArch64" for FLAG_AARCH64_LIB64. Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org> Reviewed-by: Carlos O'Donell <carlos@systemhalted.org> | |||||
2012-11-19 | Add ldconfig cache tag handling for ARM hard-float ABI | Steve McIntyre | 3 | -2/+12 | |
* sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro. * elf/cache.c (print_entry): Print ",hard-float" for FLAG_ARM_LIBHF. Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org> Reviewed-by: Carlos O'Donell <carlos@systemhalted.org> | |||||
2012-11-19 | hppa: Mark __pthread_once as a hidden def. | Carlos O'Donell | 2 | -2/+7 | |
2012-11-19 | hppa: Fix fesetenv for FE_DFL_ENV. | Carlos O'Donell | 2 | -10/+5 | |
Switching back to FE_DFL_ENV should reset the FPU to the state as it was at the start of the program. | |||||
2012-11-19 | hppa: Implement get-rounding-mode.h | Carlos O'Donell | 3 | -1/+39 | |
Implement get_rounding_mode using the new fpu_control.h support. Use get_rounding_mode from fegetround. | |||||
2012-11-19 | hppa: Implement fpu_control.h. | Carlos O'Donell | 2 | -0/+68 | |
The HP-PARISC processor has full IEEE-754 support and we implement all of fpu_control.h. | |||||
2012-11-19 | hppa: Add ____longjmp_check C implementation. | Carlos O'Donell | 1 | -0/+47 | |