about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* sysdeps/sh/dl-machine.h: Define ELF_MACHINE_RUNTIME_FIXUP_PARAMS.Thomas Schwinge2012-11-201-0/+3
| | | | Fixes fallout from commit 2e64d2659d3edaebc792ac596a9863f1626e5c25.
* Add recvmmsg and sendmmsg to the generic glibc API.Thomas Schwinge2012-11-201-0/+25
|
* Fix set-but-not-used warnings in ldbl-128 nearbyintl, rintl.Joseph Myers2012-11-201-0/+6
|
* Fix more set-but-not-used warnings in _itowa.c.Joseph Myers2012-11-201-0/+3
|
* Fix __bswap_64 return type in generic bits/byteswap.h.Joseph Myers2012-11-201-0/+5
|
* Hurd: fixes for ptsname and ptsname_rPino Toscano2012-11-201-0/+8
| | | | | | | | | | | | 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
* Fix spurious underflows in ldbl-128 atan implementation.David S. Miller2012-11-191-0/+10
| | | | | | | | | | 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.
* Fix _POSIX_TZNAME_MAX for older POSIX (bug 14856).Joseph Myers2012-11-191-0/+4
|
* conformtest: Clean up expectations for POSIX for more headers.Joseph Myers2012-11-191-0/+55
|
* conformtest: Clean up expectations for POSIX for various headers.Joseph Myers2012-11-191-0/+104
|
* conformtest: Fix miscellaneous expectations for XPG4.Joseph Myers2012-11-191-0/+39
|
* Define siginfo_t in signal.h for XPG4 (bug 14835).Joseph Myers2012-11-191-0/+6
|
* muntrace: reset file and hooks before finalizing the streamPino Toscano2012-11-191-0/+3
| | | | | | | | | | 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.
* Hurd: implement syncfsPino Toscano2012-11-191-0/+4
|
* Return EAI_SYSTEM if we're out of file descriptorsSiddhesh Poyarekar2012-11-191-0/+11
| | | | Resolves BZ #14719.
* bindresvport() uses two static variables port and startport which are notPeng Haitao2012-11-191-0/+5
| | | | | | | | | | | 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>
* Add ldconfig cache tag handling for AArch64Steve McIntyre2012-11-191-0/+4
| | | | | | | | | * 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>
* Add ldconfig cache tag handling for ARM hard-float ABISteve McIntyre2012-11-191-0/+6
| | | | | | | | | * 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>
* Correct tinyness handling in long-double and float y0/y1.David S. Miller2012-11-181-0/+17
| | | | | | | | | | | | | | | | | With help from Joseph Myers. * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness cutoff to 2**-13. * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness cutoff to 2**-25. * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant. ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very small. * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise. * math/libm-test.inc (y0_test): New tests. (y1_test): New tests. * sysdeps/i386/fpu/libm-test-ulps: Update. * sysdeps/x86_64/fpu/libm-test-ulps: Update. * sysdeps/sparc/fpu/libm-test-ulps: Update.
* Fix ifunc configure check for 64-bit targetsAndreas Schwab2012-11-181-0/+6
|
* Fix BZ #14811 for ldbl-128 too.David S. Miller2012-11-161-0/+7
| | | | | | | [BZ #14811] * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate nonzero exponents with absolute value below 0x1p-128 to +/- 0x1p-128.
* Include string.h in sysdeps/unix/sysv/linux/fxstatat.c.Joseph Myers2012-11-171-0/+2
|
* Remove ELF_MACHINE_NO_PLT conditionals.Joseph Myers2012-11-171-0/+2
|
* Generate /usr/libexec/getconf files when cross-compiling.Joseph Myers2012-11-171-0/+24
|
* check-local-headers: ignore Mach kernel headersPino Toscano2012-11-161-0/+4
|
* iconv: Fix -cAndrej Lajovic2012-11-161-0/+5
| | | | | | | 2012-11-16 Andrej Lajovic <natrij@gmail.com> [BZ #14672] * iconv/iconv_prog.c (main): Fix -c handling of '/'.
* Don't generate underflow for very small values in log1pl.David S. Miller2012-11-161-0/+5
| | | | | * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is smaller than LDBL_EPSILON/2.0L, just return xm1.
* Set constructor/destructor priority to 1000H.J. Lu2012-11-161-0/+6
|
* printf should return negative value on errorSiddhesh Poyarekar2012-11-161-0/+16
| | | | | | [BZ #11741] Fixed bug where printf and family may return a spurious success when printing padded formats.
* Note in a comment that references to C++ bits are obsoleteSiddhesh Poyarekar2012-11-161-0/+5
| | | | | libio is not used by libstdc++ anymore, but there are references to streambuf are all over.
* Fix buffer overflow in libm-test.inc check_complex()Marcus Shawcroft2012-11-151-0/+4
|
* Update --version copyright dates for memusagestat and pcprofiledump.Joseph Myers2012-11-151-0/+5
|
* Skip audit if l_reloc_result is NULLH.J. Lu2012-11-141-0/+13
|
* Adding missing -fexception CFLAGSMarcus Shawcroft2012-11-141-0/+6
|
* Add support for sparc cryptographic hash opcodes.David S. Miller2012-11-131-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * crypt/Makefile: Move test targets after toplevel Rules inclusion. Grab any necessary sysdep routines when linking. * crypt/md5.c (md5_process_block): Remove define, we will always name it __md5_process_block. (md5_finish_ctx): Update md5_process_block call. (md5_stream): Likewise. (md5_process_bytes): Likewise. (md5_process_block): Rename to __md5_process_block and move to ... * crypt/md5-block.c: ... here. * crypt/sha256.c (sha256_process_block): Move to ... * crypt/sha256-block.c: ... here. * crypt/sha512.c (sha512_process_block): Move to ... * crypt/sha512-block.c: ... here. * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include path. * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define. * sysdeps/sparc/sparc64/multiarch/Makefile (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in crypt subdir. (localedef-aux): Add md5 crypto assembler when in locale subdir. * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64 multiarch changes. * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file. * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file. * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file. * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file. * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file. * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file. * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file. * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file. * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New file. * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file. * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New file. * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
* Update tzcode from upstream git and support --with-bugurl for it.Joseph Myers2012-11-131-0/+9
|
* Define IPPORT_RESERVED in netdb.h for XPG4 and UNIX98 (bug 14838).Joseph Myers2012-11-131-0/+6
|
* Fix missing truncation UNDERFLOW.Marcus Shawcroft2012-11-131-0/+7
|
* Fix check-localplt regressions on sparc.David S. Miller2012-11-111-0/+7
| | | | | | | * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include inttypes.h (__get_clockfreq_via_proc_openprom): Use __open, __read, and __close rather than their public counterparts.
* conformtest: Fix miscellaneous UNIX98 expectations.Joseph Myers2012-11-101-0/+17
|
* Fix typo in ChangeLog.Joseph Myers2012-11-101-1/+1
|
* Use glibc version information in zic and zdump.Joseph Myers2012-11-101-0/+7
|
* Use unmodified tzselect.ksh in glibc.Joseph Myers2012-11-091-0/+7
|
* Remove $(format-me) and fix indentation.Joseph Myers2012-11-091-0/+4
|
* Support --with-pkgversion and --with-bugurl.Joseph Myers2012-11-091-0/+94
|
* Update tzcode to 2012i.Joseph Myers2012-11-091-0/+12
|
* Declare ecvt, fcvt, gcvt, mktemp in stdlib.h for XOPEN2K (bug 14824).Joseph Myers2012-11-091-0/+19
|
* Fix sunrpc 64-bit (especially big-endian) issues (bug 14821).Joseph Myers2012-11-091-0/+9
|
* PowerPC: Use <bits/fcntl-linux.h>Andreas Jaeger2012-11-091-0/+6
| | | | | | * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
* S/390: Add hwcap value for transactional execution.Andreas Krebbel2012-11-081-0/+7
|