Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | __alloc_dir: avoid integer overflow in malloc argument | Florian Weimer | 2012-10-16 | 2 | -4/+17 |
| | |||||
* | Fix BZ #14716: memmem crash | Maxim Kuvyrkov | 2012-10-15 | 3 | -3/+9 |
| | |||||
* | tilegx: add optimized sched_getcpu() using TILE_COORD SPR | Chris Metcalf | 2012-10-12 | 2 | -0/+91 |
| | | | | | | 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. | ||||
* | Use __uint64_t in x86 __bswap_64 | H.J. Lu | 2012-10-12 | 2 | -6/+12 |
| | |||||
* | Avoid PLT references from __get_clockfreq on powerpc | Andreas Schwab | 2012-10-12 | 4 | -6/+15 |
| | |||||
* | Add x86-64 __libc_ifunc_impl_list | H.J. Lu | 2012-10-11 | 34 | -24/+433 |
| | |||||
* | Add i686 __libc_ifunc_impl_list | H.J. Lu | 2012-10-11 | 43 | -0/+452 |
| | |||||
* | Framework to test IFUNC implementations on target | H.J. Lu | 2012-10-11 | 7 | -2/+165 |
| | |||||
* | Use IFUNC memmove/memset in x86-64 bcopy/bzero | H.J. Lu | 2012-10-11 | 9 | -48/+151 |
| | | | | Also add separate tests for bcopy and bzero. | ||||
* | Fixup nptl/ChangeLog for last commit. | Carlos O'Donell | 2012-10-10 | 1 | -1/+3 |
| | |||||
* | Fix formatting in nptl/sysdeps/pthread/pthread.h. | Carlos O'Donell | 2012-10-10 | 2 | -2/+6 |
| | | | | | | | | The macro pthread_cleanup_push_defer_np in pthread.h has a misaligned line continuation marker. This marker was previously aligned, but recent changes have moved it out of alignment. This change realigns the marker. This also reduces the diff against the hppa version of pthread.h where the marker is aligned. | ||||
* | hppa: Update pthread.h | Carlos O'Donell | 2012-10-10 | 2 | -7/+17 |
| | | | | | | | Updates the hppa-specific pthread.h from the generic version. After this update the only difference between the generic version and the hppa version is the footer protected by the _PTHREAD_H_HPPA_ guard. |