Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2012-10-18 | Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h. | Joseph Myers | |
2012-10-18 | Add note on free list pointers overwriting M_PERTURB bytes | Siddhesh Poyarekar | |
Fixes BZ #12140. | |||
2012-10-17 | Don't call feclearexcept in gamma function tests. | Joseph Myers | |
2012-10-17 | Fix typo in nptl/ChangeLog | Siddhesh Poyarekar | |
2012-10-17 | Don't check error return for pthread_cancel in tst-cond25 | Siddhesh Poyarekar | |
2012-10-16 | Adjust mutex lock in condvar_cleanup if we got it from requeue_pi | Siddhesh Poyarekar | |
This completes the fix to bz #14652. | |||
2012-10-16 | __alloc_dir: avoid integer overflow in malloc argument | Florian Weimer | |
2012-10-15 | Fix BZ #14716: memmem crash | Maxim Kuvyrkov | |
2012-10-12 | tilegx: add optimized sched_getcpu() using TILE_COORD SPR | Chris Metcalf | |
We can discover our x,y coordinate in the core mesh with an mfspr instruction, multiply y by the core mesh width, and have the core number without needing to ask the kernel. | |||
2012-10-12 | Use __uint64_t in x86 __bswap_64 | H.J. Lu | |
2012-10-12 | Avoid PLT references from __get_clockfreq on powerpc | Andreas Schwab | |
2012-10-11 | Add x86-64 __libc_ifunc_impl_list | H.J. Lu | |
2012-10-11 | Add i686 __libc_ifunc_impl_list | H.J. Lu | |
2012-10-11 | Framework to test IFUNC implementations on target | H.J. Lu | |