Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 bash to run nptl/tst-tls6.sh. | Joseph Myers | |
2012-10-25 | Use __getdents instead of __getdirentries in sparc ↵ | Roland McGrath | |
__get_clockfreq_via_proc_openprom. | |||
2012-10-25 | Fix compiler warnings in some NPTL tests. | Roland McGrath | |
2012-10-25 | Add cross-test-ssh.sh. | Joseph Myers | |
2012-10-25 | Convert ia64, linux-generic, m68k <bits/fcntl.h> to use <bits/fcntl-linux.h> | Andreas Jaeger | |
* 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>. | |||
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 | Convert MIPS to use <bits/fcntl-linux.h> | Andreas Jaeger | |
* 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>. | |||
2012-10-24 | Don't set resource limits in tst-oddstacklimit-ENV. | Joseph Myers | |
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 | ARM: Use <bits/fcntl-linux.h> | Andreas Jaeger | |
* 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>. | |||
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 | Install <bits/fcntl-linux.h> | Andreas Jaeger | |
(sysdep_headers): Add bits/fcntl-linux.h. | |||
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 | |
2012-10-19 | Fix case of February month name in de_AT locale. | Florian Pritz | |
2012-10-19 | mr_IN locale fixes | Pravin Satpute | |
[BZ #14694] Fix Wednesday in DAY and August, September and October in ABMON and MON. | |||
2012-10-18 | Comment on slow compilation of math/test-tgmath2.c | Markus Trippelsdorf | |
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 |