aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2012-10-21Use $(NM) not nm in tst-cancel-wrappers.Jim Blandy1-0/+5
2012-10-21SH: Use <bits/fcntl-linux.h>Andreas Jaeger1-0/+6
Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
2012-10-20Check the main application only if SHARED is definedH.J. Lu1-0/+12
2012-10-20Reorganization of bits/fcntl.h for LinuxAndreas Jaeger1-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-20Alsways include <bits/types.h> in <fcntl.h>.Roland McGrath1-0/+5
Move include of <bits/types.h> to the top and include it unconditionally.
2012-10-19Add wcsmbs IFUNC testsH.J. Lu1-0/+9
2012-10-19Add string IFUNC testsH.J. Lu1-0/+60
2012-10-19Add debug IFUNC testsH.J. Lu1-0/+9
2012-10-20Retry read in ld.so if the entire ELF header is not read inSiddhesh Poyarekar1-0/+6
[BZ #13601] A read operation could return less than requested data for a number of reasons.
2012-10-19Use $(built-program-cmd) in io/ftwtest-sh.Joseph Myers1-0/+7
2012-10-19Use $(run-program-prefix) in more shell script tests.Joseph Myers1-0/+36
2012-10-19Remove relics of support for configuring in the source directory.Joseph Myers1-0/+11
2012-10-19Use working directory, not /tmp, in io/ftwtest-sh.Joseph Myers1-0/+5
2012-10-19Use $(built-program-cmd) in posix/tst-getconf.sh.Joseph Myers1-0/+10
2012-10-19Clean up localedata/tst-wctype.sh to match how it is called.Jim Blandy1-0/+7
2012-10-19Add a testcase for BZ #14716H.J. Lu1-0/+8
2012-10-18Comment on slow compilation of math/test-tgmath2.cMarkus Trippelsdorf1-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-18Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h.Joseph Myers1-0/+56
2012-10-18Add note on free list pointers overwriting M_PERTURB bytesSiddhesh Poyarekar1-0/+7
Fixes BZ #12140.
2012-10-17Don't call feclearexcept in gamma function tests.Joseph Myers1-0/+6
2012-10-16__alloc_dir: avoid integer overflow in malloc argumentFlorian Weimer1-0/+6
2012-10-15Fix BZ #14716: memmem crashMaxim Kuvyrkov1-0/+6
2012-10-12Use __uint64_t in x86 __bswap_64H.J. Lu1-0/+5
2012-10-12Avoid PLT references from __get_clockfreq on powerpcAndreas Schwab1-0/+7
2012-10-11Add x86-64 __libc_ifunc_impl_listH.J. Lu1-0/+53
2012-10-11Add i686 __libc_ifunc_impl_listH.J. Lu1-0/+56
2012-10-11Framework to test IFUNC implementations on targetH.J. Lu1-0/+14
2012-10-11Use IFUNC memmove/memset in x86-64 bcopy/bzeroH.J. Lu1-0/+16
Also add separate tests for bcopy and bzero.
2012-10-10Use $CXX not cc1plus to locate C++ headers.Joseph Myers1-0/+3
2012-10-10Don't include link-libc-static in +link-static-before-libc.Joseph Myers1-0/+3
2012-10-10Remove _IO_pos_t.Joseph Myers1-0/+4
2012-10-10* NEWS: Add note about FIPS mode. Wording suggested by RolandAlexandre Oliva1-0/+5
McGrath.
2012-10-10* crypt/crypt-entry.c: Include fips-private.h.Alexandre Oliva1-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 Oliva1-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-09Add NEWS entry for BZ #14602.Maxim Kuvyrkov1-0/+4
2012-10-09Make libm-test.inc test comparison macros.Joseph Myers1-0/+14
2012-10-09Add missing magic to GLIBC_PROVIDES.Roland McGrath1-0/+18
2012-10-09Free errstring if _dl_addr doesn't returns 0Roland McGrath1-0/+5
2012-10-09Remove _G_off64_t and _G_stat64 from _G_config.h.Joseph Myers1-0/+18
2012-10-08Fix BZ #14602: strstr and strcasestr return wrong result.Maxim Kuvyrkov1-0/+13
2012-10-08Improve libm test coverage of classification macros / functions.Joseph Myers1-0/+14
2012-10-08Makerules (check-abi-%): force C locale when running objdumpJonathan Nieder1-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-08Fix missing include in sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.cAndreas Schwab1-0/+5
2012-10-06Fix Niagara-4 memcpy bug on 32-bit.David S. Miller1-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-06Add a strstr test for page boundaryH.J. Lu1-0/+4
2012-10-05Add Niagara-4 optimized memset/bzero implementation.David S. Miller1-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-05Add a testase for BZ #14602H.J. Lu1-0/+4
2012-10-05Test strcasestr/strchr/strstr under all implementationsH.J. Lu1-0/+24
2012-10-05Move _dl_important_hwcaps to dl-hwcaps.cH.J. Lu1-0/+7
2012-10-05Set GL(dl_nns) to 1 for vDSO in libc.aH.J. Lu1-0/+3