Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-21 | Use $(NM) not nm in tst-cancel-wrappers. | Jim Blandy | 1 | -0/+5 | |
2012-10-21 | SH: Use <bits/fcntl-linux.h> | Andreas Jaeger | 1 | -0/+6 | |
Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>. | |||||
2012-10-20 | Check the main application only if SHARED is defined | H.J. Lu | 1 | -0/+12 | |
2012-10-20 | Reorganization of bits/fcntl.h for Linux | Andreas Jaeger | 1 | -0/+10 | |
Create a new bits/fcntl-linux.h that contains Linux generic code and a include it from the architecture specific bits/fcntl.h. Architectures done: x86, SPARC, s390 | |||||
2012-10-20 | Alsways include <bits/types.h> in <fcntl.h>. | Roland McGrath | 1 | -0/+5 | |
Move include of <bits/types.h> to the top and include it unconditionally. | |||||
2012-10-19 | Add wcsmbs IFUNC tests | H.J. Lu | 1 | -0/+9 | |
2012-10-19 | Add string IFUNC tests | H.J. Lu | 1 | -0/+60 | |
2012-10-19 | Add debug IFUNC tests | H.J. Lu | 1 | -0/+9 | |
2012-10-20 | Retry read in ld.so if the entire ELF header is not read in | Siddhesh Poyarekar | 1 | -0/+6 | |
[BZ #13601] A read operation could return less than requested data for a number of reasons. | |||||
2012-10-19 | Use $(built-program-cmd) in io/ftwtest-sh. | Joseph Myers | 1 | -0/+7 | |
2012-10-19 | Use $(run-program-prefix) in more shell script tests. | Joseph Myers | 1 | -0/+36 | |
2012-10-19 | Remove relics of support for configuring in the source directory. | Joseph Myers | 1 | -0/+11 | |
2012-10-19 | Use working directory, not /tmp, in io/ftwtest-sh. | Joseph Myers | 1 | -0/+5 | |
2012-10-19 | Use $(built-program-cmd) in posix/tst-getconf.sh. | Joseph Myers | 1 | -0/+10 | |
2012-10-19 | Clean up localedata/tst-wctype.sh to match how it is called. | Jim Blandy | 1 | -0/+7 | |
2012-10-19 | Add a testcase for BZ #14716 | H.J. Lu | 1 | -0/+8 | |
2012-10-18 | Comment on slow compilation of math/test-tgmath2.c | Markus Trippelsdorf | 1 | -0/+4 | |
The math/test-tgmath2.c testcase uses very long lines (>3 million), so it may take a while to compile it. See: http://llvm.org/bugs/show_bug.cgi?id=14106 and http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54402 | |||||
2012-10-18 | Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h. | Joseph Myers | 1 | -0/+56 | |
2012-10-18 | Add note on free list pointers overwriting M_PERTURB bytes | Siddhesh Poyarekar | 1 | -0/+7 | |
Fixes BZ #12140. | |||||
2012-10-17 | Don't call feclearexcept in gamma function tests. | Joseph Myers | 1 | -0/+6 | |
2012-10-16 | __alloc_dir: avoid integer overflow in malloc argument | Florian Weimer | 1 | -0/+6 | |
2012-10-15 | Fix BZ #14716: memmem crash | Maxim Kuvyrkov | 1 | -0/+6 | |
2012-10-12 | Use __uint64_t in x86 __bswap_64 | H.J. Lu | 1 | -0/+5 | |
2012-10-12 | Avoid PLT references from __get_clockfreq on powerpc | Andreas Schwab | 1 | -0/+7 | |
2012-10-11 | Add x86-64 __libc_ifunc_impl_list | H.J. Lu | 1 | -0/+53 | |
2012-10-11 | Add i686 __libc_ifunc_impl_list | H.J. Lu | 1 | -0/+56 | |
2012-10-11 | Framework to test IFUNC implementations on target | H.J. Lu | 1 | -0/+14 | |
2012-10-11 | Use IFUNC memmove/memset in x86-64 bcopy/bzero | H.J. Lu | 1 | -0/+16 | |
Also add separate tests for bcopy and bzero. | |||||
2012-10-10 | Use $CXX not cc1plus to locate C++ headers. | Joseph Myers | 1 | -0/+3 | |
2012-10-10 | Don't include link-libc-static in +link-static-before-libc. | Joseph Myers | 1 | -0/+3 | |
2012-10-10 | Remove _IO_pos_t. | Joseph Myers | 1 | -0/+4 | |
2012-10-10 | * NEWS: Add note about FIPS mode. Wording suggested by Roland | Alexandre Oliva | 1 | -0/+5 | |
McGrath. | |||||
2012-10-10 | * crypt/crypt-entry.c: Include fips-private.h. | Alexandre Oliva | 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. | |||||
2012-10-10 | * crypt/crypt-private.h: Include stdbool.h. | Alexandre Oliva | 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. | |||||
2012-10-09 | Add NEWS entry for BZ #14602. | Maxim Kuvyrkov | 1 | -0/+4 | |
2012-10-09 | Make libm-test.inc test comparison macros. | Joseph Myers | 1 | -0/+14 | |
2012-10-09 | Add missing magic to GLIBC_PROVIDES. | Roland McGrath | 1 | -0/+18 | |
2012-10-09 | Free errstring if _dl_addr doesn't returns 0 | Roland McGrath | 1 | -0/+5 | |
2012-10-09 | Remove _G_off64_t and _G_stat64 from _G_config.h. | Joseph Myers | 1 | -0/+18 | |
2012-10-08 | Fix BZ #14602: strstr and strcasestr return wrong result. | Maxim Kuvyrkov | 1 | -0/+13 | |
2012-10-08 | Improve libm test coverage of classification macros / functions. | Joseph Myers | 1 | -0/+14 | |
2012-10-08 | Makerules (check-abi-%): force C locale when running objdump | Jonathan Nieder | 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 | |||||
2012-10-08 | Fix missing include in sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c | Andreas Schwab | 1 | -0/+5 | |
2012-10-06 | Fix Niagara-4 memcpy bug on 32-bit. | David S. Miller | 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. | |||||
2012-10-06 | Add a strstr test for page boundary | H.J. Lu | 1 | -0/+4 | |
2012-10-05 | Add Niagara-4 optimized memset/bzero implementation. | David S. Miller | 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. | |||||
2012-10-05 | Add a testase for BZ #14602 | H.J. Lu | 1 | -0/+4 | |
2012-10-05 | Test strcasestr/strchr/strstr under all implementations | H.J. Lu | 1 | -0/+24 | |
2012-10-05 | Move _dl_important_hwcaps to dl-hwcaps.c | H.J. Lu | 1 | -0/+7 | |
2012-10-05 | Set GL(dl_nns) to 1 for vDSO in libc.a | H.J. Lu | 1 | -0/+3 | |