about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* Suppress incorrect link warnings for NSS symbolsChris Metcalf2012-10-301-0/+11
| | | | | | | | | When glibc is built with --enable-static-nss, the warning that using NSS symbols requires the nss shared objects to be present is no longer true, as those symbols are built into libc. Suppress the warning for those symbols by providing a new macro (nss_interface_function) for the NSS functions that is defined as static_link_warning in the normal case, and empty for static NSS.
* Update Russian translationAndreas Jaeger2012-10-301-0/+4
|
* Fix fma missing underflows and bad results for some subnormal results (bugs ↵Joseph Myers2012-10-301-0/+13
| | | | 14152, 14783).
* Fix strtod handling of underflow (bug 14047).Joseph Myers2012-10-301-0/+21
|
* [BZ#14767] Remove tests for have-initfini-array in elf/MakefileAndreas Jaeger2012-10-301-0/+7
| | | | | | | | * elf/Makefile (tests): Remove conditional for have-initfini-array since this is now always required and the variable does not exist anymore. (tests-static): Likewise. (modules-names): Likewise.
* Add Esperanto translationAndreas Jaeger2012-10-301-1/+3
|
* Fix fini_array and init_array sectionsAndreas Jaeger2012-10-301-0/+8
| | | | | | | | * elf/tst-array1.c (fini_array): Make writeable so that it can be merged with constructor/destructor. (init_array): Likewise. * elf/tst-array2dep.c (fini_array): Likewise. (init_array): Likewise.
* manual: delete nested @cartoucheMike Frysinger2012-10-291-0/+4
| | | | | | | | | | | Putting @cartouche inside of @smallexample does not work with HTML output as the former produces a <table> while the latter produces a <pre>. You cannot nest a <table> in a <pre> as the contents are no longer formatted. Since it's entirely unnecessary, and none of the other examples do this, just drop the cartouche. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Hurd: fix fdatasync/fsync if the fd does not support file_syncPino Toscano2012-10-291-0/+4
| | | | | Handle the case of the fd port implementing a stub (EOPNOTSUPP), properly returning EINVAL.
* aio_notify: fix _POSIX_REALTIME_SIGNALS checkPino Toscano2012-10-291-0/+6
| | | | | Check that _POSIX_REALTIME_SIGNALS is greater than zero to assume realtime signals are supported, instead of any non-zero value (including -1).
* Remove redundant defines of __O_LARGEFILEAndreas Jaeger2012-10-271-0/+7
| | | | | | | | | | | * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE) [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>. * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): [__WORDSIZE != 64]: Likewise. * sysdeps/unix/sysv/linux/generic/bits/fcntl.h: (__O_LARGEFILE) [__WORDSIZE != 64]: Do not define, take value from <bits/fcntl-linux.h>.
* Remove ${SHELL} from tst-table.sh/tst-tables.shH.J. Lu2012-10-261-0/+5
|
* Add IFUNC test lists for memcpy/mempcpy/memset on sparc.David S. Miller2012-10-251-0/+7
| | | | | | | | | * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for ifunc-impl-list.c * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise. * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file. * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New file.
* Fix sparc64 build.David S. Miller2012-10-251-0/+6
| | | | | | * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c (__get_clockfreq_via_proc_openprom): Use strtoumax instead of strtoull.
* Use __getdents instead of __getdirentries in sparc ↵Roland McGrath2012-10-251-2/+8
| | | | __get_clockfreq_via_proc_openprom.
* Add cross-test-ssh.sh.Joseph Myers2012-10-251-0/+8
|
* Hurd: ptrace: use __hurd_fail for EOPNOTSUPPPino Toscano2012-10-251-0/+5
|
* Fix run-program-prefix comment.Joseph Myers2012-10-251-0/+4
|
* Support cross-testing.Joseph Myers2012-10-241-0/+39
|
* BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath2012-10-241-0/+58
|
* change ifunc assembly test to a link testMike Frysinger2012-10-241-0/+7
| | | | | | | | | | | | | The test currently tests the binutils frontend support which passes for all versions of binutils we currently require (2.20+). It doesn't test the backend which is required for ifunc to actually work, and which most targets don't yet support. Change the assembly code so that when we link it, we get a file that has ifunc relocations if the backend supports it. That way we can test to see if binutils supports everything we need. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* drop -q flag when using grepMike Frysinger2012-10-241-0/+8
| | | | | | We don't currently want to rely on the -q option to grep. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Use build directory instead of `pwd` in ftwtest-sh.Joseph Myers2012-10-241-0/+2
|
* Use build directory instead of /tmp in globtest.sh.Joseph Myers2012-10-241-0/+6
|
* Always define off_t, mode_t, pid_tAndreas Jaeger2012-10-241-0/+6
| | | | | | | | * io/fcntl.h: Always define mode_t, off_t, pid_t and use these types for creat, creat64, lockf, posix_fadvise, posix_fallocate. [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t. [__USE_LARGEFILE64]: Use off64_t in declaration of lock64, posix_fadvise64, posix_fallocate64.
* F_GETLK cleanup for <bits/fcntl.h>Andreas Jaeger2012-10-241-0/+21
|
* Define and use $(run-built-tests).Joseph Myers2012-10-241-0/+20
|
* Use $(run-program-prefix) in posix/globtest.sh.Joseph Myers2012-10-231-0/+11
|
* Add and use $(host-built-program-cmd).Jim Blandy2012-10-231-0/+10
|
* Refactor parts of run-program-prefix and built-program-cmd into new ↵Joseph Myers2012-10-231-0/+7
| | | | run-via-rtld-prefix.
* Fix O_RSYNCAndreas Jaeger2012-10-221-0/+5
| | | | (O_RSYNC): Define to __O_RSYNC if it exists, otherwise to O_SYNC.
* Don't pass shell loops' stdin to programs run on glibc's host.Jim Blandy2012-10-221-0/+10
|
* Move ChangeLog entry to correct file.Joseph Myers2012-10-221-7/+0
|
* Always define __O_LARGEFILEAndreas Jaeger2012-10-221-0/+4
|
* Add missed ChangeLog entryAndreas Jaeger2012-10-221-0/+3
|
* Improve <bits/fcntl-linux.h>: F_GETLK etc.Andreas Jaeger2012-10-221-0/+3
| | | | (F_GETLK, F_SETLK, F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
* Use __O_LARGEFILE instead of O_LARGEFILEAndreas Jaeger2012-10-221-0/+7
|
* Use $(NM) not nm in tst-cancel-wrappers.Jim Blandy2012-10-211-0/+5
|
* SH: Use <bits/fcntl-linux.h>Andreas Jaeger2012-10-211-0/+6
| | | | | Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
* Check the main application only if SHARED is definedH.J. Lu2012-10-201-0/+12
|
* Reorganization of bits/fcntl.h for LinuxAndreas Jaeger2012-10-201-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
* Alsways include <bits/types.h> in <fcntl.h>.Roland McGrath2012-10-201-0/+5
| | | | Move include of <bits/types.h> to the top and include it unconditionally.
* Add wcsmbs IFUNC testsH.J. Lu2012-10-191-0/+9
|
* Add string IFUNC testsH.J. Lu2012-10-191-0/+60
|
* Add debug IFUNC testsH.J. Lu2012-10-191-0/+9
|
* Retry read in ld.so if the entire ELF header is not read inSiddhesh Poyarekar2012-10-201-0/+6
| | | | | | | [BZ #13601] A read operation could return less than requested data for a number of reasons.
* Use $(built-program-cmd) in io/ftwtest-sh.Joseph Myers2012-10-191-0/+7
|
* Use $(run-program-prefix) in more shell script tests.Joseph Myers2012-10-191-0/+36
|
* Remove relics of support for configuring in the source directory.Joseph Myers2012-10-191-0/+11
|
* Use working directory, not /tmp, in io/ftwtest-sh.Joseph Myers2012-10-191-0/+5
|