about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* [BZ #13603, 13604, 13698] Three new localesAndreas Jaeger2012-11-156-9/+558
| | | | | | | | | | | | | [BZ #13603] [BZ #13604] [BZ #13698] * locales/doi_IN: New file, contributed by Pravin Satpute <psatpute@redhat.com> and Sushil Badyal <badyalsk@gmail.com>. * locales/mni_IN: New file, contributed by Pravin Satpute <psatpute@redhat.com> and Rebika Devi <rebika_srd@rediffmail.com>. * locales/sat_IN: New file, contributed by Pravin Satpute <psatpute@redhat.com> and Thakur Prasad Murmu <tp_murmu@yahoo.com>. * SUPPORTED (SUPPORTED-LOCALES): Add doi_IN, mni_IN, sat_IN.
* 2012-11-15 Chris Leonard <cjlhomeaddress@gmail.com>Chris Leonard2012-11-154-26/+35
| | | | | | | [BZ #13950] * locales/bo_CN (LC_NAME, LC_ADDRESS): Remove some FIXMEs with proper content, disable others. * locales/bo_IN (LC_NAME, LC_ADDRESS): Likewise.
* Update --version copyright dates for memusagestat and pcprofiledump.Joseph Myers2012-11-153-4/+8
|
* Skip audit if l_reloc_result is NULLH.J. Lu2012-11-145-3/+41
|
* Fix thumb2 build breakage in libcryptMarcus Shawcroft2012-11-142-0/+9
|
* Adding missing -fexception CFLAGSMarcus Shawcroft2012-11-146-0/+20
|
* Add support for sparc cryptographic hash opcodes.David S. Miller2012-11-1324-385/+887
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-135-14/+27
|
* Define IPPORT_RESERVED in netdb.h for XPG4 and UNIX98 (bug 14838).Joseph Myers2012-11-133-2/+8
|
* Fix missing truncation UNDERFLOW.Marcus Shawcroft2012-11-133-30/+36
|
* Fix check-localplt regressions on sparc.David S. Miller2012-11-112-4/+12
| | | | | | | * 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.
* NEWS entry for AArch64 port.Marcus Shawcroft2012-11-101-0/+2
|
* conformtest: Fix miscellaneous UNIX98 expectations.Joseph Myers2012-11-106-6/+31
|
* Fix typo in ChangeLog.Joseph Myers2012-11-101-1/+1
|
* Use glibc version information in zic and zdump.Joseph Myers2012-11-104-4/+15
|
* Use unmodified tzselect.ksh in glibc.Joseph Myers2012-11-094-7/+15
|
* Remove $(format-me) and fix indentation.Joseph Myers2012-11-092-8/+8
|
* Support --with-pkgversion and --with-bugurl.Joseph Myers2012-11-0942-119/+470
|
* Update tzcode to 2012i.Joseph Myers2012-11-0911-463/+236
|
* Declare ecvt, fcvt, gcvt, mktemp in stdlib.h for XOPEN2K (bug 14824).Joseph Myers2012-11-093-3/+22
|
* Fix sunrpc 64-bit (especially big-endian) issues (bug 14821).Joseph Myers2012-11-095-57/+66
|
* AArch64 PortMarcus Shawcroft2012-11-09128-0/+13767
|
* PowerPC: Use <bits/fcntl-linux.h>Andreas Jaeger2012-11-092-258/+17
| | | | | | * 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-084-3/+14
|
* Adjust comment above AArch64 relocs.Marcus Shawcroft2012-11-082-1/+5
|
* Fix NULL ucontext->uc_link handling on sparc64.David S. Miller2012-11-074-12/+54
| | | | | | | | | | | * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c (__start_context): Declare. (__makecontext_ret): Delete. (__makecontext): Hook up __start_context instead of __makecontext_ret. * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (sysdep_routines): Add __start_context when in stdlib.
* Use configured $(NM), $(OBJDUMP), $(READELF) in tst-xmmymm.sh.Joseph Myers2012-11-083-6/+18
|
* Also run tst-xmmymm.sh on i386 ld.soH.J. Lu2012-11-074-5/+12
|
* conformtest: Fix pthreads expectations for XPG3 / XPG4 / UNIX98.Joseph Myers2012-11-073-8/+55
|
* conformtest: Fix setenv / unsetenv expectations.Joseph Myers2012-11-072-2/+6
|
* conformtest: Fix isnan function return type.Joseph Myers2012-11-072-1/+4
|
* conformtest: Fix sys/mman.h expectations for UNIX98.Joseph Myers2012-11-072-10/+26
|
* conformtest: Only expect mknodat for XOPEN2K8.Joseph Myers2012-11-072-0/+5
|
* conformtest: Clean up / correct / expand C99 and C11 expectations.Joseph Myers2012-11-0713-560/+601
|
* 2012-11-07 Andreas Jaeger <aj@suse.de>Jeff Law2012-11-073-2/+26
| | | | | | | | [BZ #14809] * sysdeps/unix/sysv/linux/sys/sysctl.h (_UAPI_LINUX_KERNEL_H) (_UAPI_LINUX_TYPES_H): Starting with Linux 3.7, the include header guards are changed. Only define if not yet defined, #undef back after including linux/sysctl.h if defined here.
* NEWS update for closing 14815.Roland McGrath2012-11-071-1/+1
|
* BZ#14815: Manual typo fix.Roland McGrath2012-11-072-1/+7
|
* Update language in ChangeLog.tile.Chris Metcalf2012-11-071-2/+1
|
* locales/ru_RU: fix abbreviated month namesDmitry V. Levin2012-11-073-13/+17
| | | | | | [BZ#14807] * locales/ru_RU (abmon): Change back from genitive to nominative, apply fixed three-letter abbreviation form, remove trailing dots.
* locales/ru_RU: fix abbreviated day namesDmitry V. Levin2012-11-073-16/+22
| | | | | [BZ#10873] * locales/ru_RU (abday): Remove trailing dots.
* Adding AArch64 support to elf/elf.hMarcus Shawcroft2012-11-072-0/+30
|
* Fix spurious underflows from pow with results close to 1 (bug 14811).Joseph Myers2012-11-077-5/+96
|
* S/390: Sync AUXV capabilities and archs with kernelAndreas Krebbel2012-11-072-4/+10
|
* conformtest: Fix typo in CLK_TCK condition.Joseph Myers2012-11-072-1/+6
|
* tile: use memcpy in memmove when possibleChris Metcalf2012-11-062-0/+24
|
* Use memcpy in memmove when possibleMaxim Kuvyrkov2012-11-064-1/+36
|
* Update from translation team for EsperantoAndreas Jaeger2012-11-062-60/+72
|
* Bump timeouts on some new nptl tests to support tilepro.Chris Metcalf2012-11-063-1/+7
|
* tile: use atomic op to unlock pthread_spinlock_tChris Metcalf2012-11-062-0/+37
| | | | | | | | | Atomic ops are issued directly from the core, rather than potentially sitting in the write buffer, so can improve the performance of other waiters. In addition, if we didn't end up pulling a copy of the cache line where the lock is into cache, by using an atomic op we don't have to acquire the cache line before we can unlock.
* Make ieee754 fma tolerate architectures without exception support.Chris Metcalf2012-11-062-7/+28
|