Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add x86-64 __libc_ifunc_impl_list | H.J. Lu | 2012-10-11 | 1 | -0/+53 |
| | |||||
* | Add i686 __libc_ifunc_impl_list | H.J. Lu | 2012-10-11 | 1 | -0/+56 |
| | |||||
* | Framework to test IFUNC implementations on target | H.J. Lu | 2012-10-11 | 1 | -0/+14 |
| | |||||
* | Use IFUNC memmove/memset in x86-64 bcopy/bzero | H.J. Lu | 2012-10-11 | 1 | -0/+16 |
| | | | | Also add separate tests for bcopy and bzero. | ||||
* | Use $CXX not cc1plus to locate C++ headers. | Joseph Myers | 2012-10-10 | 1 | -0/+3 |
| | |||||
* | Don't include link-libc-static in +link-static-before-libc. | Joseph Myers | 2012-10-10 | 1 | -0/+3 |
| | |||||
* | Remove _IO_pos_t. | Joseph Myers | 2012-10-10 | 1 | -0/+4 |
| | |||||
* | * NEWS: Add note about FIPS mode. Wording suggested by Roland | Alexandre Oliva | 2012-10-10 | 1 | -0/+5 |
| | | | | McGrath. | ||||
* | * crypt/crypt-entry.c: Include fips-private.h. | Alexandre Oliva | 2012-10-10 | 1 | -0/+8 |
| | | | | | | | (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled. * crypt/md5c-test.c (main): Tolerate disabled MD5. * sysdeps/unix/sysv/linux/fips-private.h: New file. * sysdeps/generic/fips-private.h: New file, dummy fallback. | ||||
* | * crypt/crypt-private.h: Include stdbool.h. | Alexandre Oliva | 2012-10-10 | 1 | -0/+13 |
| | | | | | | | | | | | | (_ufc_setup_salt_r): Return bool. * crypt/crypt-entry.c: Include errno.h. (__crypt_r): Return NULL with EINVAL for bad salt. * crypt/crypt_util.c (bad_for_salt): New. (_ufc_setup_salt_r): Check that salt is long enough and within the specified alphabet. * crypt/badsalttest.c: New file. * crypt/Makefile (tests): Add it. ($(objpfx)badsalttest): New. | ||||
* | Add NEWS entry for BZ #14602. | Maxim Kuvyrkov | 2012-10-09 | 1 | -0/+4 |
| | |||||
* | Make libm-test.inc test comparison macros. | Joseph Myers | 2012-10-09 | 1 | -0/+14 |
| | |||||
* | Add missing magic to GLIBC_PROVIDES. | Roland McGrath | 2012-10-09 | 1 | -0/+18 |
| | |||||
* | Free errstring if _dl_addr doesn't returns 0 | Roland McGrath | 2012-10-09 | 1 | -0/+5 |
| | |||||
* | Remove _G_off64_t and _G_stat64 from _G_config.h. | Joseph Myers | 2012-10-09 | 1 | -0/+18 |
| | |||||
* | Fix BZ #14602: strstr and strcasestr return wrong result. | Maxim Kuvyrkov | 2012-10-08 | 1 | -0/+13 |
| | |||||
* | Improve libm test coverage of classification macros / functions. | Joseph Myers | 2012-10-08 | 1 | -0/+14 |
| | |||||
* | Makerules (check-abi-%): force C locale when running objdump | Jonathan Nieder | 2012-10-08 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | abilist.awk relies on English-language output to find the "file format" header line in "objdump --dynamic-syms" output, so force the locale. Without this change, "make check" fails in non-English locales: | diff -p -U 0 ../sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist [...]/locale/libBrokenLocale.symlist | --- ../sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist 2012-10-02 18:33:50.761863147 -0700 | +++ [...]/locale/libBrokenLocale.symlist 2012-10-03 00:11:22.877234252 -0700 | @@ -0,0 +1 @@ | +Don't grok this line: [...]/locale/libBrokenLocale.so: format de fichier elf64-x86-64 | make[2]: *** [check-abi-libBrokenLocale] Erreur 1 | ||||
* | Fix missing include in sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c | Andreas Schwab | 2012-10-08 | 1 | -0/+5 |
| | |||||
* | Fix Niagara-4 memcpy bug on 32-bit. | David S. Miller | 2012-10-06 | 1 | -0/+6 |
| | | | | | | * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear upper 32-bits of the length value in %o2 since we use branch-on-register tests which consider the entire 64-bit register. | ||||
* | Add a strstr test for page boundary | H.J. Lu | 2012-10-06 | 1 | -0/+4 |
| | |||||
* | Add Niagara-4 optimized memset/bzero implementation. | David S. Miller | 2012-10-05 | 1 | -0/+11 |
| | | | | | | | | | | | * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file. * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New file. * sysdeps/sparc/sparc64/multiarch/Makefile: Add to sysdep_routines. * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise. * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset and bzero when HWCAP_SPARC_CRYPTO is present. | ||||
* | Add a testase for BZ #14602 | H.J. Lu | 2012-10-05 | 1 | -0/+4 |
| | |||||
* | Test strcasestr/strchr/strstr under all implementations | H.J. Lu | 2012-10-05 | 1 | -0/+24 |
| | |||||
* | Move _dl_important_hwcaps to dl-hwcaps.c | H.J. Lu | 2012-10-05 | 1 | -0/+7 |
| | |||||
* | Set GL(dl_nns) to 1 for vDSO in libc.a | H.J. Lu | 2012-10-05 | 1 | -0/+3 |
| | |||||
* | Set up the data structures for vDSO in libc.a | H.J. Lu | 2012-10-05 | 1 | -0/+15 |
| | |||||
* | Improve libm-test.inc comment. | Joseph Myers | 2012-10-05 | 1 | -0/+8 |
| | |||||
* | Update config.guess and config.sub. | Joseph Myers | 2012-10-05 | 1 | -0/+5 |
| | |||||
* | Name space hygeine for madvise. | Roland McGrath | 2012-10-04 | 1 | -0/+15 |
| | |||||
* | Clean up conditionalize of ld.so.cache support. | Roland McGrath | 2012-10-03 | 1 | -0/+14 |
| | |||||
* | sysconf/posix: handle _SC_LEVEL4_CACHE_LINESIZE | Pino Toscano | 2012-10-03 | 1 | -0/+5 |
| | |||||
* | Remove sysdeps/unix/bsd/confstr.h file. | Roland McGrath | 2012-10-03 | 1 | -0/+4 |
| | |||||
* | * scripts/check-local-headers.sh: Exclude sys/sdt.h and | Alexandre Oliva | 2012-10-02 | 1 | -0/+5 |
| | | | | sys/sdt-config.h. | ||||
* | Use ElfW(Off) rather than off_t for offsets within ELF files. | Roland McGrath | 2012-10-02 | 1 | -0/+5 |
| | |||||
* | nscd: fix compilation flags | Dmitry V. Levin | 2012-10-02 | 1 | -0/+4 |
| | | | | | | | | | | | | | Commit 61653dfb81b776bb72ce4304175b861d77c357a8 added support for compilers predefining _FORTIFY_SOURCE by adding -U_FORTIFY_SOURCE to CPPFLAGS for these compilers, but that change doesn't work quite well in case of nscd: its Makefile sets _FORTIFY_SOURCE using CFLAGS instead of CPPFLAGS and, thanks to compilation rules defined in Makerules, CPPFLAGS are passed to compiler after CFLAGS, resulting to a build with _FORTIFY_SOURCE turned off. This change implements a more safe method of passing preprocessor and compiler flags so that no nscd modules could be accidentally forgotten. | ||||
* | Clarify memory allocation error diagnostics to avoid confusion | Dmitry V. Levin | 2012-10-02 | 1 | -0/+5 |
| | |||||
* | Define HAS_FMA with bit_FMA_Usable | H.J. Lu | 2012-10-02 | 1 | -0/+12 |
| | |||||
* | Get rid of unused __swblk_t type. | Roland McGrath | 2012-10-01 | 1 | -0/+14 |
| | |||||
* | 2012-10-01 Patsy Franklin <pfrankli@redhat.com> | Jeff Law | 2012-10-01 | 1 | -0/+9 |
| | | | | | | | | | | Honza Horak <hhorak@redhat.com> * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize. (xdr_mapname): Use YPMAXMAP as maxsize. (xdr_peername): Use YPMAXPEER as maxsize. (xdr_keydat): Use YPAXRECORD as maxsize. (xdr_valdat): Use YPMAXRECORD as maxsize. | ||||
* | Define __have_atfcts global in stub openat implementation. | Roland McGrath | 2012-10-01 | 1 | -0/+2 |
| | |||||
* | Clean up init-first.c files. | Roland McGrath | 2012-10-01 | 1 | -0/+11 |
| | |||||
* | Fix sign of inexact zero return from fma (bug 14645). | Joseph Myers | 2012-10-01 | 1 | -0/+14 |
| | |||||
* | Fix sign of exact zero return from fma (bug 14638). | Joseph Myers | 2012-09-29 | 1 | -0/+18 |
| | |||||
* | Uncorrupt Sparc ULPS file. | David S. Miller | 2012-09-28 | 1 | -0/+4 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file. | ||||
* | Implement POSIX-generic sleep via nanosleep rather than SIGARLM. | Roland McGrath | 2012-09-28 | 1 | -0/+3 |
| | |||||
* | Move _G_config.h with Linuxism to linux/ directory. | Roland McGrath | 2012-09-28 | 1 | -0/+5 |
| | |||||
* | Fix stub open.c to define __libc_open. | Roland McGrath | 2012-09-28 | 1 | -0/+2 |
| | |||||
* | Add a missing $(make-target-directory). | Roland McGrath | 2012-09-28 | 1 | -0/+2 |
| | |||||
* | Quiet make warning under --disable-shared. | Roland McGrath | 2012-09-28 | 1 | -0/+3 |
| |