| Commit message (Expand) | Author | Age | Files | Lines |
* | Readd O_LARGEFILE flag for openat64 (bug 18781) | Andreas Schwab | 2015-08-10 | 1 | -0/+5 |
* | hppa: Fix reload error with atomic code [BZ #18787] | John David Anglin | 2015-08-08 | 1 | -18/+17 |
* | microblaze: include unix/sysdep.h | Mike Frysinger | 2015-08-07 | 1 | -1/+6 |
* | Properly terminate FDE in makecontext for ix86 (bug 18635) | Andreas Schwab | 2015-08-04 | 1 | -1/+4 |
* | hppa: Remove custom lowlevellock.h. | Torvald Riegel | 2015-07-30 | 1 | -334/+0 |
* | hppa: sigaction.h: change sa_flags to an int | Mike Frysinger | 2015-07-29 | 1 | -1/+6 |
* | hppa: fix sysdep.h header setup | Mike Frysinger | 2015-07-29 | 2 | -3/+9 |
* | hppa: rewrite INLINE_SYSCALL | Mike Frysinger | 2015-07-29 | 1 | -22/+7 |
* | Extend local PLT reference check | H.J. Lu | 2015-07-29 | 1 | -3/+5 |
* | ia64: drop __tls_get_addr from expected ld.so plt usage | Mike Frysinger | 2015-07-28 | 1 | -4/+3 |
* | ia64: clean up old kernel headers cruft | Mike Frysinger | 2015-07-28 | 1 | -4/+0 |
* | Fix order of arguments to rt_sigprocmask syscall when setting the signal mask | Chung-Lin Tang | 2015-07-24 | 2 | -6/+6 |
* | ia64: sigaction.h: fix sa_flags ordering | Mike Frysinger | 2015-07-23 | 1 | -1/+1 |
* | ia64: msg.h: fix msg_qnum/msg_qbytes types | Mike Frysinger | 2015-07-21 | 1 | -4/+9 |
* | ia64: stat.h: rename pad0 to __glibc_reserved0 | Mike Frysinger | 2015-07-21 | 1 | -2/+2 |
* | ia64: sifaction.h: change sa_flags to an int | Mike Frysinger | 2015-07-21 | 1 | -1/+2 |
* | ia64: siginfo.h: delete siginfo name | Mike Frysinger | 2015-07-21 | 1 | -1/+1 |
* | tile: Fix BZ #18508 (makecontext yield infinite backtrace) | Chris Metcalf | 2015-07-21 | 2 | -4/+6 |
* | sparc: fix sigaction for 32bit builds [BZ #18694] | Mike Frysinger | 2015-07-20 | 1 | -0/+4 |
* | Add si_addr_bnd to _sigfault in x86 struct siginfo | H.J. Lu | 2015-07-20 | 1 | -0/+7 |
* | Add and use new glibc-internal futex API. | Torvald Riegel | 2015-07-10 | 1 | -0/+251 |
* | PLT avoidance for _exit in rtld. | Roland McGrath | 2015-07-09 | 2 | -0/+2 |
* | libio: Update powerpc64le libc.abilist | Adhemerval Zanella | 2015-07-09 | 1 | -0/+3 |
* | [AArch64][BZ 18648] change greg_t definition in ucontext.h | Szabolcs Nagy | 2015-07-09 | 1 | -1/+1 |
* | [AArch64][BZ 18400] fix elf_prpsinfo in procfs.h | Szabolcs Nagy | 2015-07-09 | 1 | -2/+2 |
* | libio: fmemopen rewrite to POSIX compliance | Adhemerval Zanella | 2015-07-08 | 27 | -0/+81 |
* | Add missing Advanced API (RFC3542) (1) defines. | Carlos O'Donell | 2015-07-08 | 1 | -0/+5 |
* | S390: Fix "backtrace() returns infinitely deep stack frames with makecontext(... | Stefan Liebler | 2015-07-07 | 2 | -0/+16 |
* | S390: Fix sem.h conformance test failures. | Stefan Liebler | 2015-07-07 | 1 | -2/+1 |
* | [AArch64] make setcontext etc functions consistent with the kernel | Szabolcs Nagy | 2015-07-06 | 3 | -12/+12 |
* | Clean up BUSY_WAIT_NOP and atomic_delay. | Torvald Riegel | 2015-06-30 | 3 | -13/+0 |
* | Update headers for Linux 4.0, 4.1 definitions. | Joseph Myers | 2015-06-29 | 3 | -1/+9 |
* | Print more information in tst-getcpu failure case. | Roland McGrath | 2015-06-24 | 1 | -1/+1 |
* | Fix netinet/in.h MCAST_* namespace (bug 18558). | Joseph Myers | 2015-06-18 | 1 | -7/+0 |
* | Vector sincosf for x86_64 and tests. | Andrew Senkevich | 2015-06-18 | 1 | -0/+4 |
* | Vector sincos for x86_64 and tests. | Andrew Senkevich | 2015-06-18 | 1 | -0/+4 |
* | Vector powf for x86_64 and tests. | Andrew Senkevich | 2015-06-18 | 1 | -0/+4 |
* | Fix nice getpriority, setpriority namespace (bug 18553). | Joseph Myers | 2015-06-17 | 1 | -2/+3 |
* | Fix mq_notify socket, recv namespace (bug 18546). | Joseph Myers | 2015-06-17 | 5 | -3/+7 |
* | Fix mq_receive, mq_send mq_timed* namespace (bug 18545). | Joseph Myers | 2015-06-17 | 3 | -4/+4 |
* | Create hidden aliases for non-libc syscalls automatically. | Joseph Myers | 2015-06-17 | 1 | -3/+3 |
* | Fix mq_notify pthread_barrier_* namespace (bug 18544). | Joseph Myers | 2015-06-17 | 3 | -11/+13 |
* | Vector pow for x86_64 and tests. | Andrew Senkevich | 2015-06-17 | 1 | -0/+4 |
* | Vector expf for x86_64 and tests. | Andrew Senkevich | 2015-06-17 | 1 | -0/+4 |
* | Vector exp for x86_64 and tests. | Andrew Senkevich | 2015-06-17 | 1 | -0/+4 |
* | Vector logf for x86_64 and tests. | Andrew Senkevich | 2015-06-17 | 1 | -0/+4 |
* | Vector log for x86_64 and tests. | Andrew Senkevich | 2015-06-17 | 1 | -0/+4 |
* | Vector sinf for x86_64 and tests. | Andrew Senkevich | 2015-06-15 | 1 | -0/+4 |
* | Fix getlogin_r namespace (bug 18527). | Joseph Myers | 2015-06-12 | 1 | -4/+6 |
* | Vector sin for x86_64 and tests. | Andrew Senkevich | 2015-06-11 | 1 | -0/+4 |