| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | nptl_db/Makefile: force C locale when running readelf | Jonathan Nieder | 2012-10-08 | 2 | -1/+7 |
* | Makerules (check-abi-%): force C locale when running objdump | Jonathan Nieder | 2012-10-08 | 2 | -1/+7 |
* | Fix missing include in sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c | Andreas Schwab | 2012-10-08 | 2 | -0/+6 |
* | Fix Niagara-4 memcpy bug on 32-bit. | David S. Miller | 2012-10-06 | 2 | -0/+9 |
* | Add a strstr test for page boundary | H.J. Lu | 2012-10-06 | 2 | -1/+10 |
* | Correct libthreadb register access for 64-bit sparc. | David S. Miller | 2012-10-05 | 3 | -9/+16 |
* | Add Niagara-4 optimized memset/bzero implementation. | David S. Miller | 2012-10-05 | 6 | -6/+164 |
* | Add a testase for BZ #14602 | H.J. Lu | 2012-10-05 | 2 | -0/+16 |
* | Test strcasestr/strchr/strstr under all implementations | H.J. Lu | 2012-10-05 | 8 | -89/+101 |
* | Clean up R_ARM_PC24 handling. | Roland McGrath | 2012-10-05 | 2 | -69/+57 |
* | Move _dl_important_hwcaps to dl-hwcaps.c | H.J. Lu | 2012-10-05 | 6 | -292/+287 |
* | Add test cases for BZ #14557 | H.J. Lu | 2012-10-05 | 8 | -2/+28 |
* | Set GL(dl_nns) to 1 for vDSO in libc.a | H.J. Lu | 2012-10-05 | 3 | -1/+7 |
* | Set up the data structures for vDSO in libc.a | H.J. Lu | 2012-10-05 | 6 | -238/+307 |
* | Improve libm-test.inc comment. | Joseph Myers | 2012-10-05 | 2 | -8/+23 |
* | Update config.guess and config.sub. | Joseph Myers | 2012-10-05 | 3 | -17/+50 |
* | Unlock mutex before going back to waiting for PI mutexes | Siddhesh Poyarekar | 2012-10-05 | 8 | -175/+430 |
* | powerpc: add name_to_handle_at, open_by_handle etc. to bits/fcntl.h | Khem Raj | 2012-10-04 | 2 | -5/+31 |
* | Name space hygeine for madvise. | Roland McGrath | 2012-10-04 | 11 | -13/+38 |
* | Clean up conditionalize of ld.so.cache support. | Roland McGrath | 2012-10-03 | 9 | -39/+40 |
* | 2012-10-03 Steve Ellcey <sellcey@mips.com> | Steve Ellcey | 2012-10-03 | 5 | -0/+13 |
* | 2012-10-03 Steve Ellcey <sellcey@mips.com> | Steve Ellcey | 2012-10-03 | 1 | -0/+0 |
* | sysconf/posix: handle _SC_LEVEL4_CACHE_LINESIZE | Pino Toscano | 2012-10-03 | 2 | -0/+6 |
* | Remove sysdeps/unix/bsd/confstr.h file. | Roland McGrath | 2012-10-03 | 2 | -1/+4 |
* | * scripts/check-local-headers.sh: Exclude sys/sdt.h and | Alexandre Oliva | 2012-10-02 | 2 | -1/+6 |
* | Update copyright years | H.J. Lu | 2012-10-02 | 2 | -1/+5 |
* | Use ElfW(Off) rather than off_t for offsets within ELF files. | Roland McGrath | 2012-10-02 | 2 | -2/+7 |
* | nscd: fix compilation flags | Dmitry V. Levin | 2012-10-02 | 2 | -34/+11 |
* | Clarify memory allocation error diagnostics to avoid confusion | Dmitry V. Levin | 2012-10-02 | 3 | -8/+12 |
* | Define HAS_FMA with bit_FMA_Usable | H.J. Lu | 2012-10-02 | 4 | -3/+23 |
* | Split my last ChangeLog entry into respective arch-specific files | Siddhesh Poyarekar | 2012-10-02 | 8 | -11/+35 |
* | Fix clone flag name in comment to CLONE_CHILD_CLEARTID. | Siddhesh Poyarekar | 2012-10-02 | 16 | -14/+36 |
* | Get rid of unused __swblk_t type. | Roland McGrath | 2012-10-01 | 12 | -9/+24 |
* | 2012-10-01 Patsy Franklin <pfrankli@redhat.com> | Jeff Law | 2012-10-01 | 2 | -5/+14 |
* | Define __have_atfcts global in stub openat implementation. | Roland McGrath | 2012-10-01 | 2 | -1/+10 |
* | Clean up init-first.c files. | Roland McGrath | 2012-10-01 | 13 | -364/+106 |
* | Fix exception table for i386 pthread_cond_wait | Siddhesh Poyarekar | 2012-10-01 | 6 | -6/+150 |
* | Fix sign of inexact zero return from fma (bug 14645). | Joseph Myers | 2012-10-01 | 6 | -1/+74 |
* | Fix sign of exact zero return from fma (bug 14638). | Joseph Myers | 2012-09-29 | 9 | -3/+227 |
* | Uncorrupt Sparc ULPS file. | David S. Miller | 2012-09-28 | 2 | -2/+5 |
* | Implement POSIX-generic sleep via nanosleep rather than SIGARLM. | Roland McGrath | 2012-09-28 | 2 | -65/+38 |
* | Fix the ChangeLog entry | H.J. Lu | 2012-09-28 | 1 | -1/+1 |
* | Move _G_config.h with Linuxism to linux/ directory. | Roland McGrath | 2012-09-28 | 4 | -66/+12 |
* | Fix stub open.c to define __libc_open. | Roland McGrath | 2012-09-28 | 2 | -5/+10 |
* | Add a missing $(make-target-directory). | Roland McGrath | 2012-09-28 | 2 | -0/+3 |
* | Quiet make warning under --disable-shared. | Roland McGrath | 2012-09-28 | 2 | -0/+5 |
* | Conditionalize elf/dl-sysdep.c contents on [SHARED]. | Roland McGrath | 2012-09-28 | 2 | -2/+11 |
* | Clean up *objdir variables. | Roland McGrath | 2012-09-28 | 2 | -3/+5 |
* | Avoid more warnings in nsswitch.c | Roland McGrath | 2012-09-28 | 2 | -2/+8 |
* | Revert "Add missed ildouble case in yesterday's sparc ULPs update for clog/cl... | David S. Miller | 2012-09-28 | 2 | -4/+0 |