Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ${SHELL} from tst-table.sh/tst-tables.sh | H.J. Lu | 2012-10-26 | 3 | -2/+7 |
| | |||||
* | HPPA: Use <bits/fcntl-linux.h> | Andreas Jaeger | 2012-10-26 | 2 | -255/+25 |
| | | | | | | | * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>. (__O_PATH): Define. | ||||
* | Fix build breakage in tst-cond-except.c. | Roland McGrath | 2012-10-25 | 2 | -0/+5 |
| | |||||
* | Add IFUNC test lists for memcpy/mempcpy/memset on sparc. | David S. Miller | 2012-10-25 | 5 | -0/+85 |
| | | | | | | | | | * 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. Miller | 2012-10-25 | 2 | -1/+7 |
| | | | | | | * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c (__get_clockfreq_via_proc_openprom): Use strtoumax instead of strtoull. | ||||
* | Use bash to run nptl/tst-tls6.sh. | Joseph Myers | 2012-10-25 | 3 | -2/+8 |
| | |||||
* | Use __getdents instead of __getdirentries in sparc ↵ | Roland McGrath | 2012-10-25 | 2 | -5/+9 |
| | | | | __get_clockfreq_via_proc_openprom. | ||||
* | Fix compiler warnings in some NPTL tests. | Roland McGrath | 2012-10-25 | 4 | -15/+30 |
| | |||||
* | Add cross-test-ssh.sh. | Joseph Myers | 2012-10-25 | 4 | -2/+171 |
| | |||||
* | Convert ia64, linux-generic, m68k <bits/fcntl.h> to use <bits/fcntl-linux.h> | Andreas Jaeger | 2012-10-25 | 6 | -829/+34 |
| | | | | | | | | | | | | | | * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>. * sysdeps/unix/sysv/linux/generic/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>. * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>. | ||||
* | Hurd: ptrace: use __hurd_fail for EOPNOTSUPP | Pino Toscano | 2012-10-25 | 2 | -4/+9 |
| | |||||
* | Fix run-program-prefix comment. | Joseph Myers | 2012-10-25 | 2 | -1/+5 |
| | |||||
* | Support cross-testing. | Joseph Myers | 2012-10-24 | 13 | -27/+110 |
| | |||||
* | BZ#14743: Move clock_* symbols from librt to libc. | Roland McGrath | 2012-10-24 | 56 | -73/+385 |
| | |||||
* | change ifunc assembly test to a link test | Mike Frysinger | 2012-10-24 | 3 | -115/+144 |
| | | | | | | | | | | | | | 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> | ||||
* | Convert MIPS to use <bits/fcntl-linux.h> | Andreas Jaeger | 2012-10-24 | 2 | -250/+26 |
| | | | | | | * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>. | ||||
* | Don't set resource limits in tst-oddstacklimit-ENV. | Joseph Myers | 2012-10-24 | 6 | -13/+124 |
| | |||||
* | drop -q flag when using grep | Mike Frysinger | 2012-10-24 | 3 | -6/+14 |
| | | | | | | 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 Myers | 2012-10-24 | 2 | -1/+3 |
| | |||||
* | Use build directory instead of /tmp in globtest.sh. | Joseph Myers | 2012-10-24 | 2 | -3/+10 |
| | |||||
* | Always define off_t, mode_t, pid_t | Andreas Jaeger | 2012-10-24 | 2 | -24/+34 |
| | | | | | | | | * 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 Jaeger | 2012-10-24 | 4 | -46/+21 |
| | |||||
* | Define and use $(run-built-tests). | Joseph Myers | 2012-10-24 | 22 | -25/+64 |
| | |||||
* | Use $(run-program-prefix) in posix/globtest.sh. | Joseph Myers | 2012-10-23 | 3 | -55/+61 |
| | |||||
* | Add and use $(host-built-program-cmd). | Jim Blandy | 2012-10-23 | 7 | -7/+29 |
| | |||||
* | Refactor parts of run-program-prefix and built-program-cmd into new ↵ | Joseph Myers | 2012-10-23 | 2 | -10/+30 |
| | | | | run-via-rtld-prefix. | ||||
* | Fix O_RSYNC | Andreas Jaeger | 2012-10-22 | 2 | -1/+10 |
| | | | | (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 Blandy | 2012-10-22 | 8 | -12/+29 |
| | |||||
* | Move ChangeLog entry to correct file. | Joseph Myers | 2012-10-22 | 2 | -7/+7 |
| | |||||
* | Always define __O_LARGEFILE | Andreas Jaeger | 2012-10-22 | 5 | -18/+17 |
| | |||||
* | ARM: Use <bits/fcntl-linux.h> | Andreas Jaeger | 2012-10-22 | 2 | -271/+13 |
| | | | | | | * sysdeps/unix/sysv/linux/arm/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>. | ||||
* | Add missed ChangeLog entry | Andreas Jaeger | 2012-10-22 | 1 | -0/+3 |
| | |||||
* | Improve <bits/fcntl-linux.h>: F_GETLK etc. | Andreas Jaeger | 2012-10-22 | 2 | -3/+12 |
| | | | | (F_GETLK, F_SETLK, F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64]. | ||||
* | Install <bits/fcntl-linux.h> | Andreas Jaeger | 2012-10-22 | 1 | -0/+1 |
| | | | | (sysdep_headers): Add bits/fcntl-linux.h. | ||||
* | Use __O_LARGEFILE instead of O_LARGEFILE | Andreas Jaeger | 2012-10-22 | 3 | -4/+11 |
| | |||||
* | Use $(NM) not nm in tst-cancel-wrappers. | Jim Blandy | 2012-10-21 | 5 | -3/+19 |
| | |||||
* | SH: Use <bits/fcntl-linux.h> | Andreas Jaeger | 2012-10-21 | 2 | -278/+9 |
| | | | | | 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 defined | H.J. Lu | 2012-10-20 | 5 | -3/+25 |
| | |||||
* | Reorganization of bits/fcntl.h for Linux | Andreas Jaeger | 2012-10-20 | 5 | -761/+419 |
| | | | | | | | 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 McGrath | 2012-10-20 | 2 | -1/+8 |
| | | | | Move include of <bits/types.h> to the top and include it unconditionally. | ||||
* | Add wcsmbs IFUNC tests | H.J. Lu | 2012-10-19 | 8 | -0/+131 |
| | |||||
* | Add string IFUNC tests | H.J. Lu | 2012-10-19 | 61 | -23/+769 |
| | |||||
* | Add debug IFUNC tests | H.J. Lu | 2012-10-19 | 6 | -2/+56 |
| | |||||
* | Retry read in ld.so if the entire ELF header is not read in | Siddhesh Poyarekar | 2012-10-20 | 3 | -9/+25 |
| | | | | | | | [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 Myers | 2012-10-19 | 3 | -16/+20 |
| | |||||
* | Use $(run-program-prefix) in more shell script tests. | Joseph Myers | 2012-10-19 | 14 | -44/+85 |
| | |||||
* | Remove relics of support for configuring in the source directory. | Joseph Myers | 2012-10-19 | 4 | -49/+15 |
| | |||||
* | Use working directory, not /tmp, in io/ftwtest-sh. | Joseph Myers | 2012-10-19 | 2 | -2/+7 |
| | |||||
* | Use $(built-program-cmd) in posix/tst-getconf.sh. | Joseph Myers | 2012-10-19 | 3 | -15/+14 |
| | |||||
* | Clean up localedata/tst-wctype.sh to match how it is called. | Jim Blandy | 2012-10-19 | 2 | -3/+9 |
| |