Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Add a testcase for BZ #14716 | H.J. Lu | 2012-10-19 | 2 | -3/+40 |
| | |||||
* | Fix case of February month name in de_AT locale. | Florian Pritz | 2012-10-19 | 2 | -1/+7 |
| | |||||
* | mr_IN locale fixes | Pravin Satpute | 2012-10-19 | 3 | -10/+15 |
| | | | | | | [BZ #14694] Fix Wednesday in DAY and August, September and October in ABMON and MON. | ||||
* | Comment on slow compilation of math/test-tgmath2.c | Markus Trippelsdorf | 2012-10-18 | 2 | -0/+7 |
| | | | | | | | | 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 | ||||
* | Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h. | Joseph Myers | 2012-10-18 | 12 | -97/+68 |
| | |||||
* | Add note on free list pointers overwriting M_PERTURB bytes | Siddhesh Poyarekar | 2012-10-18 | 3 | -8/+18 |
| | | | | Fixes BZ #12140. | ||||
* | Don't call feclearexcept in gamma function tests. | Joseph Myers | 2012-10-17 | 2 | -3/+6 |
| | |||||
* | Fix typo in nptl/ChangeLog | Siddhesh Poyarekar | 2012-10-17 | 1 | -1/+1 |
| | |||||
* | Don't check error return for pthread_cancel in tst-cond25 | Siddhesh Poyarekar | 2012-10-17 | 2 | -5/+6 |
| | |||||
* | Adjust mutex lock in condvar_cleanup if we got it from requeue_pi | Siddhesh Poyarekar | 2012-10-16 | 5 | -4/+30 |
| | | | | This completes the fix to bz #14652. |