| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | sys/ptrace.h: remove obsolete Linux PTRACE_SEIZE_DEVEL constant [BZ #21928] | Dmitry V. Levin | 2017-08-09 | 1 | -6/+0 |
* | Fix uc_* namespace (bug 21457). | Joseph Myers | 2017-08-09 | 1 | -1/+9 |
* | aarch64: Optimized memcpy for Qualcomm Falkor processor | Siddhesh Poyarekar | 2017-08-09 | 2 | -0/+4 |
* | [AArch64] Update dl-procinfo for new HWCAP flags in Linux 4.12 | Szabolcs Nagy | 2017-07-19 | 2 | -4/+6 |
* | [AArch64] Fix out of bound array access regression | Szabolcs Nagy | 2017-07-18 | 1 | -30/+8 |
* | Add HWCAP_ macros from Linux 4.12 to AArch64 bits/hwcap.h. | Szabolcs Nagy | 2017-07-17 | 1 | -0/+3 |
* | Fix typo in glibc.tune.cpu name | Siddhesh Poyarekar | 2017-07-01 | 1 | -1/+1 |
* | tunables, aarch64: New tunable to override cpu | Siddhesh Poyarekar | 2017-06-30 | 1 | -6/+41 |
* | Rename struct ucontext tag (bug 21457). | Joseph Myers | 2017-06-26 | 3 | -4/+4 |
* | Call exit directly in clone (BZ #21512) | Adhemerval Zanella | 2017-06-26 | 1 | -7/+2 |
* | aarch64: Fix undefined behavior in _dl_procinfo | Siddhesh Poyarekar | 2017-06-09 | 1 | -3/+3 |
* | aarch64: Add hwcap string routines | Siddhesh Poyarekar | 2017-06-07 | 2 | -8/+65 |
* | aarch64: Allow overriding HWCAP_CPUID feature check using HWCAP_MASK | Siddhesh Poyarekar | 2017-06-07 | 2 | -4/+50 |
* | posix: Implement preadv2 and pwritev2 | Adhemerval Zanella | 2017-05-31 | 1 | -0/+4 |
* | Delay initialization of CPU features struct in static binaries | Siddhesh Poyarekar | 2017-05-31 | 1 | -18/+5 |
* | Add reallocarray function | Dennis Wölfing | 2017-05-30 | 1 | -0/+2 |
* | Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457). | Joseph Myers | 2017-05-23 | 1 | -8/+2 |
* | Remove __need macros from signal.h. | Zack Weinberg | 2017-05-20 | 1 | -0/+1 |
* | Split up bits/sigstack.h. | Joseph Myers | 2017-05-19 | 2 | -27/+3 |
* | Condition some sys/ucontext.h contents on __USE_MISC (bug 21457). | Joseph Myers | 2017-05-11 | 1 | -1/+3 |
* | Add HWCAP_ASIMDRDM from Linux 4.11 to AArch64 bits/hwcap.h. | Joseph Myers | 2017-05-03 | 1 | -0/+1 |
* | Consolidate Linux mmap implementation (BZ#21270) | Adhemerval Zanella | 2017-04-12 | 1 | -34/+0 |
* | Add ifunc support for aarch64. | Steve Ellcey | 2017-03-15 | 5 | -0/+186 |
* | Consolidate Linux send implementation | Adhemerval Zanella | 2017-03-09 | 1 | -0/+4 |
* | aarch64: fix errno address calculation in SYSCALL_ERROR_HANDLER | Adhemerval Zanella | 2017-02-08 | 1 | -1/+1 |
* | Add Linux PTRACE_EVENT_STOP | Kir Kolyshkin | 2017-02-08 | 1 | -2/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 40 | -40/+40 |
* | Add fromfp functions. | Joseph Myers | 2016-12-31 | 1 | -0/+12 |
* | Refactor Linux ipc_priv header | Adhemerval Zanella | 2016-12-28 | 1 | -0/+21 |
* | Add roundeven, roundevenf, roundevenl. | Joseph Myers | 2016-12-21 | 1 | -0/+3 |
* | Add fmaxmag, fminmag functions. | Joseph Myers | 2016-12-20 | 1 | -0/+6 |
* | New string function explicit_bzero (from OpenBSD). | Zack Weinberg | 2016-12-16 | 1 | -0/+2 |
* | Add getentropy, getrandom, <sys/random.h> [BZ #17252] | Florian Weimer | 2016-12-12 | 1 | -0/+2 |
* | Add llogb, llogbf, llogbl. | Joseph Myers | 2016-12-02 | 1 | -0/+3 |
* | ld.so: Remove __libc_memalign | Florian Weimer | 2016-11-30 | 2 | -5/+3 |
* | Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628] | Florian Weimer | 2016-11-30 | 1 | -0/+3 |
* | Partial ILP32 support for aarch64. | Steve Ellcey | 2016-11-28 | 10 | -11/+49 |
* | Add setpayloadsig, setpayloadsigf, setpayloadsigl. | Joseph Myers | 2016-11-24 | 1 | -0/+3 |
* | Remove cached PID/TID in clone | Adhemerval Zanella | 2016-11-24 | 2 | -27/+0 |
* | Add setpayload, setpayloadf, setpayloadl. | Joseph Myers | 2016-11-19 | 1 | -0/+3 |
* | Add canonicalize, canonicalizef, canonicalizel. | Joseph Myers | 2016-10-26 | 1 | -0/+3 |
* | Add strfromd, strfromf, and strfroml functions | Gabriel F. T. Gomes | 2016-10-25 | 1 | -0/+3 |
* | Add getpayload, getpayloadf, getpayloadl. | Joseph Myers | 2016-10-19 | 1 | -0/+3 |
* | Add totalordermag, totalordermagf, totalordermagl. | Joseph Myers | 2016-10-15 | 1 | -0/+3 |
* | Add totalorder, totalorderf, totalorderl. | Joseph Myers | 2016-10-12 | 1 | -0/+3 |
* | Add iseqsig. | Joseph Myers | 2016-10-06 | 1 | -0/+3 |
* | Installed-header hygiene (BZ#20366): stack_t. | Zack Weinberg | 2016-09-23 | 2 | -13/+21 |
* | Add femode_t functions. | Joseph Myers | 2016-09-07 | 1 | -0/+2 |
* | Add fetestexceptflag. | Joseph Myers | 2016-08-29 | 1 | -0/+1 |
* | Add fesetexcept. | Joseph Myers | 2016-08-16 | 1 | -0/+2 |