| Commit message (Expand) | Author | Age | Files | Lines |
* | Add setpayloadsig, setpayloadsigf, setpayloadsigl. | Joseph Myers | 2016-11-24 | 2 | -0/+6 |
* | Remove cached PID/TID in clone | Adhemerval Zanella | 2016-11-24 | 2 | -26/+0 |
* | Allow [f]statfs64 to alias [f]statfs | Steve Ellcey | 2016-11-22 | 1 | -0/+1 |
* | Add setpayload, setpayloadf, setpayloadl. | Joseph Myers | 2016-11-19 | 2 | -0/+6 |
* | Consolidate lseek/lseek64/llseek implementations | Adhemerval Zanella | 2016-11-08 | 1 | -0/+1 |
* | Add canonicalize, canonicalizef, canonicalizel. | Joseph Myers | 2016-10-26 | 2 | -0/+6 |
* | Add strfromd, strfromf, and strfroml functions | Gabriel F. T. Gomes | 2016-10-25 | 2 | -0/+6 |
* | Add getpayload, getpayloadf, getpayloadl. | Joseph Myers | 2016-10-19 | 2 | -0/+6 |
* | Add totalordermag, totalordermagf, totalordermagl. | Joseph Myers | 2016-10-15 | 2 | -0/+6 |
* | Add totalorder, totalorderf, totalorderl. | Joseph Myers | 2016-10-12 | 2 | -0/+6 |
* | Consolidate posix_fadvise implementations | Adhemerval Zanella | 2016-10-07 | 1 | -1/+1 |
* | Consolidate posix_fallocate{64} implementations | Adhemerval Zanella | 2016-10-07 | 1 | -1/+1 |
* | Add iseqsig. | Joseph Myers | 2016-10-06 | 2 | -0/+6 |
* | Add iscanonical. | Joseph Myers | 2016-09-30 | 2 | -0/+2 |
* | Add femode_t functions. | Joseph Myers | 2016-09-07 | 2 | -0/+4 |
* | Add fetestexceptflag. | Joseph Myers | 2016-08-29 | 2 | -0/+2 |
* | Add fesetexcept. | Joseph Myers | 2016-08-16 | 2 | -0/+4 |
* | Minimize sysdeps code involved in defining major/minor/makedev. | Zack Weinberg | 2016-08-03 | 2 | -0/+2 |
* | x86-64: Add p{read,write}[v]64 to syscalls.list [BZ #20348] | H.J. Lu | 2016-07-12 | 1 | -0/+4 |
* | X86-64: Define LO_HI_LONG to skip pos_h [BZ #20349] | H.J. Lu | 2016-07-11 | 1 | -0/+4 |
* | Add nextup and nextdown math functions | Rajalakshmi Srinivasaraghavan | 2016-06-16 | 2 | -0/+14 |
* | Revert {send,sendm,recv,recvm}msg conformance changes | Adhemerval Zanella | 2016-06-10 | 4 | -14/+0 |
* | Bug 20198: quick_exit should not call destructors. | Carlos O'Donell | 2016-06-06 | 2 | -0/+2 |
* | Consolidate pwritev/pwritev64 implementations | Adhemerval Zanella | 2016-06-06 | 1 | -1/+0 |
* | Consolidate preadv/preadv64 implementation | Adhemerval Zanella | 2016-06-06 | 1 | -1/+0 |
* | network: recvmmsg and sendmmsg standard compliance (BZ#16919) | Adhemerval Zanella | 2016-05-25 | 1 | -0/+2 |
* | network: recvmsg and sendmsg standard compliance (BZ#16919) | Adhemerval Zanella | 2016-05-25 | 4 | -0/+14 |
* | Adjust kernel-features.h defaults for recvmsg and sendmsg | Adhemerval Zanella | 2016-05-25 | 1 | -2/+0 |
* | Don't call internal _Unwind_Resume via PLT | H.J. Lu | 2016-05-18 | 2 | -2/+2 |
* | Don't call internal __pthread_unwind via PLT | H.J. Lu | 2016-05-18 | 1 | -2/+4 |
* | Fix clone (CLONE_VM) pid/tid reset (BZ#19957) | Adhemerval Zanella | 2016-04-29 | 1 | -6/+2 |
* | Consolidate off_t/off64_t syscall argument passing | Adhemerval Zanella | 2016-04-11 | 1 | -0/+6 |
* | Use JUMPTARGET in x86-64 pthread | H.J. Lu | 2016-03-21 | 3 | -7/+3 |
* | Adjust kernel-features.h defaults for socket syscalls. | Joseph Myers | 2016-03-15 | 1 | -13/+0 |
* | Add _arch_/_cpu_ to index_*/bit_* in x86 cpu-features.h | H.J. Lu | 2016-03-10 | 1 | -4/+4 |
* | posix: New Linux posix_spawn{p} implementation | Adhemerval Zanella | 2016-03-07 | 1 | -0/+1 |
* | Or bit_Prefer_MAP_32BIT_EXEC in EXTRA_LD_ENVVARS | H.J. Lu | 2016-03-03 | 1 | -1/+1 |
* | Call x86-64 __setcontext directly | H.J. Lu | 2016-03-01 | 1 | -1/+1 |
* | Require Linux 3.2 except on x86 / x86_64, 3.2 headers everywhere. | Joseph Myers | 2016-02-24 | 2 | -0/+4 |
* | 2016-01-20 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 2016-01-20 | 2 | -11/+6 |
* | New pthread_barrier algorithm to fulfill barrier destruction requirements. | Torvald Riegel | 2016-01-15 | 1 | -161/+0 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 54 | -54/+54 |
* | Fix linux personality syscall wrapper | Dmitry V. Levin | 2015-12-31 | 1 | -0/+1 |
* | Provide x32 times | H.J. Lu | 2015-12-17 | 1 | -0/+38 |
* | Add REGISTERS_CLOBBERED_BY_SYSCALL for x86-64 | H.J. Lu | 2015-12-16 | 1 | -2/+5 |
* | Add Prefer_MAP_32BIT_EXEC to map executable pages with MAP_32BIT hjl/32bit/master | H.J. Lu | 2015-12-15 | 2 | -0/+81 |
* | Rename localedir to complocaledir (bug 14259). | Carlos O'Donell | 2015-11-27 | 2 | -2/+2 |
* | Fix lgamma setting signgam for ISO C (bug 15421). | Joseph Myers | 2015-11-20 | 2 | -0/+10 |
* | Simplify the abilist format | Florian Weimer | 2015-11-06 | 27 | -6345/+6267 |
* | Add LFS support for fts functions (bug 11460) | Mark Wielaard | 2015-11-06 | 4 | -0/+16 |