Age | Commit message (Expand) | Author | Files | Lines |
2017-06-26 | Rename struct ucontext tag (bug 21457). | Joseph Myers | 1 | -2/+2 |
2017-06-26 | Call exit directly in clone (BZ #21512) | Adhemerval Zanella | 2 | -15/+3 |
2017-06-26 | powerpc64le: Enable float128 | Paul E. Murphy | 3 | -0/+147 |
2017-06-23 | Clean pthread functions namespaces for C11 threads | Adhemerval Zanella | 1 | -3/+3 |
2017-06-23 | powerpc: fix sysconf support for cache geometries | Paul Clarke | 1 | -29/+8 |
2017-06-20 | conformtest: XFAIL uc_mcontext test for powerpc32 (bug 21635). | Joseph Myers | 1 | -0/+5 |
2017-06-14 | PowerPC64 FRAME_PARM_SAVE | Alan Modra | 1 | -13/+13 |
2017-06-09 | powerpc: add sysconf support for cache geometries | Paul Clarke | 3 | -0/+170 |
2017-06-05 | Fix struct sigaltstack namespace (bug 21517). | Joseph Myers | 1 | -1/+1 |
2017-06-01 | Fix more namespace issues in sys/ucontext.h (bug 21457). | Joseph Myers | 1 | -28/+45 |
2017-05-31 | posix: Implement preadv2 and pwritev2 | Adhemerval Zanella | 4 | -0/+16 |
2017-05-30 | Add reallocarray function | Dennis Wölfing | 4 | -0/+8 |
2017-05-23 | Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457). | Joseph Myers | 1 | -5/+0 |
2017-05-20 | Remove __need macros from signal.h. | Zack Weinberg | 1 | -2/+1 |
2017-05-19 | Split up bits/sigstack.h. | Joseph Myers | 2 | -27/+3 |
2017-05-18 | posix: Consolidate Linux waitpid syscall | Adhemerval Zanella | 1 | -3/+0 |
2017-05-09 | Simplify accept4, recvmmsg, sendmmsg code. | Joseph Myers | 1 | -3/+0 |
2017-04-28 | powerpc64le: Create divergent sysdep directory for powerpc64le. | Paul E. Murphy | 2 | -0/+2 |
2017-04-10 | Consolidate pthreadtype.h placementConsolidate pthreadtype.h placement | Adhemerval Zanella | 1 | -249/+0 |
2017-04-06 | Build divdi3 only for architecture that required it | Adhemerval Zanella | 1 | -0/+8 |
2017-03-09 | Consolidate Linux sendto implementation | Adhemerval Zanella | 1 | -1/+0 |
2017-03-09 | Consolidate Linux recvfrom implementation | Adhemerval Zanella | 1 | -1/+0 |
2017-03-09 | Consolidate Linux accept implementation | Adhemerval Zanella | 1 | -1/+0 |
2017-03-01 | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg | 1 | -1/+0 |
2017-02-08 | Add Linux PTRACE_EVENT_STOP | Kir Kolyshkin | 1 | -2/+4 |
2017-02-07 | powerpc: Set minimum kernel version for powerpc64le | Rajalakshmi Srinivasaraghavan | 2 | -0/+31 |
2017-01-20 | powerpc: Fix adapt_count update in __lll_unlock_elision | Tulio Magno Quites Machado Filho | 1 | -1/+1 |
2017-01-16 | Make soft-float powerpc swapcontext restore the signal mask (bug 21045). | Joseph Myers | 1 | -1/+2 |
2017-01-10 | New pthread rwlock that is more scalable. | Torvald Riegel | 1 | -14/+14 |
2017-01-03 | powerpc: Fix write-after-destroy in lock elision [BZ #20822] | Tulio Magno Quites Machado Filho | 3 | -12/+20 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 89 | -89/+89 |
2016-12-31 | New condvar implementation that provides stronger ordering guarantees. | Torvald Riegel | 1 | -9/+22 |
2016-12-31 | Add fromfp functions. | Joseph Myers | 4 | -0/+48 |
2016-12-28 | Refactor Linux ipc_priv header | Adhemerval Zanella | 1 | -15/+8 |
2016-12-28 | Add __ASSUME_DIRECT_SYSVIPC_SYSCALL for Linux | Adhemerval Zanella | 1 | -0/+3 |
2016-12-21 | Add roundeven, roundevenf, roundevenl. | Joseph Myers | 4 | -0/+12 |
2016-12-20 | Add fmaxmag, fminmag functions. | Joseph Myers | 4 | -0/+24 |
2016-12-16 | New string function explicit_bzero (from OpenBSD). | Zack Weinberg | 4 | -0/+8 |
2016-12-14 | Refactor long double information into bits/long-double.h. | Joseph Myers | 1 | -11/+0 |
2016-12-12 | Add getentropy, getrandom, <sys/random.h> [BZ #17252] | Florian Weimer | 4 | -0/+8 |
2016-12-02 | Add llogb, llogbf, llogbl. | Joseph Myers | 4 | -0/+12 |
2016-11-30 | ld.so: Remove __libc_memalign | Florian Weimer | 6 | -15/+6 |
2016-11-30 | Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628] | Florian Weimer | 3 | -0/+9 |
2016-11-29 | powerpc: Remove unintended __longjmp symbol from ABI | Florian Weimer | 1 | -1/+0 |
2016-11-24 | Add setpayloadsig, setpayloadsigf, setpayloadsigl. | Joseph Myers | 4 | -0/+12 |
2016-11-24 | Remove cached PID/TID in clone | Adhemerval Zanella | 4 | -67/+0 |
2016-11-22 | Allow [f]statfs64 to alias [f]statfs | Steve Ellcey | 2 | -0/+2 |
2016-11-21 | Always define XSTAT_IS_XSTAT64 | Steve Ellcey | 1 | -0/+2 |
2016-11-19 | Add setpayload, setpayloadf, setpayloadl. | Joseph Myers | 4 | -0/+12 |
2016-11-17 | Consolidate Linux setrlimit and getrlimit implementation | Adhemerval Zanella | 5 | -13/+0 |