Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-30 | Fix strtod handling of underflow (bug 14047). | Joseph Myers | |
2012-10-30 | [BZ#14767] Remove tests for have-initfini-array in elf/Makefile | Andreas Jaeger | |
* 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. | |||
2012-10-30 | Add Esperanto translation | Andreas Jaeger | |
2012-10-30 | Fix fini_array and init_array sections | Andreas Jaeger | |
* 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. | |||
2012-10-29 | manual: delete nested @cartouche | Mike Frysinger | |
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> | |||
2012-10-29 | Hurd: fix fdatasync/fsync if the fd does not support file_sync | Pino Toscano | |
Handle the case of the fd port implementing a stub (EOPNOTSUPP), properly returning EINVAL. | |||
2012-10-29 | aio_notify: fix _POSIX_REALTIME_SIGNALS check | Pino Toscano | |
Check that _POSIX_REALTIME_SIGNALS is greater than zero to assume realtime signals are supported, instead of any non-zero value (including -1). | |||
2012-10-27 | Remove redundant defines of __O_LARGEFILE | Andreas Jaeger | |
* 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>. | |||
2012-10-26 | Remove ${SHELL} from tst-table.sh/tst-tables.sh | H.J. Lu | |
2012-10-25 | Add IFUNC test lists for memcpy/mempcpy/memset on sparc. | David S. Miller | |
* 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. | |||
2012-10-25 | Fix sparc64 build. | David S. Miller | |
* sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c (__get_clockfreq_via_proc_openprom): Use strtoumax instead of strtoull. | |||
2012-10-25 | Use __getdents instead of __getdirentries in sparc ↵ | Roland McGrath | |
__get_clockfreq_via_proc_openprom. | |||
2012-10-25 | Add cross-test-ssh.sh. | Joseph Myers | |
2012-10-25 | Hurd: ptrace: use __hurd_fail for EOPNOTSUPP | Pino Toscano | |
2012-10-25 | Fix run-program-prefix comment. | Joseph Myers | |
2012-10-24 | Support cross-testing. | Joseph Myers | |
2012-10-24 | BZ#14743: Move clock_* symbols from librt to libc. | Roland McGrath | |
2012-10-24 | change ifunc assembly test to a link test | Mike Frysinger | |
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> | |||
2012-10-24 | drop -q flag when using grep | Mike Frysinger | |
We don't currently want to rely on the -q option to grep. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2012-10-24 | Use build directory instead of `pwd` in ftwtest-sh. | Joseph Myers | |
2012-10-24 | Use build directory instead of /tmp in globtest.sh. | Joseph Myers | |
2012-10-24 | Always define off_t, mode_t, pid_t | Andreas Jaeger | |
* 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. | |||
2012-10-24 | F_GETLK cleanup for <bits/fcntl.h> | Andreas Jaeger | |
2012-10-24 | Define and use $(run-built-tests). | Joseph Myers | |
2012-10-23 | Use $(run-program-prefix) in posix/globtest.sh. | Joseph Myers | |
2012-10-23 | Add and use $(host-built-program-cmd). | Jim Blandy | |
2012-10-23 | Refactor parts of run-program-prefix and built-program-cmd into new ↵ | Joseph Myers | |
run-via-rtld-prefix. | |||
2012-10-22 | Fix O_RSYNC | Andreas Jaeger | |
(O_RSYNC): Define to __O_RSYNC if it exists, otherwise to O_SYNC. | |||
2012-10-22 | Don't pass shell loops' stdin to programs run on glibc's host. | Jim Blandy | |
2012-10-22 | Move ChangeLog entry to correct file. | Joseph Myers | |
2012-10-22 | Always define __O_LARGEFILE | Andreas Jaeger | |
2012-10-22 | Add missed ChangeLog entry | Andreas Jaeger | |
2012-10-22 | Improve <bits/fcntl-linux.h>: F_GETLK etc. | Andreas Jaeger | |
(F_GETLK, F_SETLK, F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64]. | |||
2012-10-22 | Use __O_LARGEFILE instead of O_LARGEFILE | Andreas Jaeger | |
2012-10-21 | Use $(NM) not nm in tst-cancel-wrappers. | Jim Blandy | |
2012-10-21 | SH: Use <bits/fcntl-linux.h> | Andreas Jaeger | |
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 | |
2012-10-20 | Reorganization of bits/fcntl.h for Linux | Andreas Jaeger | |
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 | |
Move include of <bits/types.h> to the top and include it unconditionally. | |||
2012-10-19 | Add wcsmbs IFUNC tests | H.J. Lu | |
2012-10-19 | Add string IFUNC tests | H.J. Lu | |
2012-10-19 | Add debug IFUNC tests | H.J. Lu | |
2012-10-20 | Retry read in ld.so if the entire ELF header is not read in | Siddhesh Poyarekar | |
[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 | |
2012-10-19 | Use $(run-program-prefix) in more shell script tests. | Joseph Myers | |
2012-10-19 | Remove relics of support for configuring in the source directory. | Joseph Myers | |
2012-10-19 | Use working directory, not /tmp, in io/ftwtest-sh. | Joseph Myers | |
2012-10-19 | Use $(built-program-cmd) in posix/tst-getconf.sh. | Joseph Myers | |
2012-10-19 | Clean up localedata/tst-wctype.sh to match how it is called. | Jim Blandy | |
2012-10-19 | Add a testcase for BZ #14716 | H.J. Lu | |