| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 34 | -34/+34 |
* | linux: update sys/ptrace.h comments | Dmitry V. Levin | 2017-12-29 | 1 | -2/+6 |
* | linux: move a shared part of sys/ptrace.h to bits/ptrace-shared.h | Dmitry V. Levin | 2017-12-29 | 1 | -55/+3 |
* | copy_file_range: New function to copy file data | Florian Weimer | 2017-12-22 | 2 | -0/+2 |
* | Simplify tile assembly definitions | Adhemerval Zanella | 2017-12-20 | 7 | -106/+106 |
* | Simplify tilegx sysdeps folder | Adhemerval Zanella | 2017-12-20 | 43 | -8/+7 |
* | Remove tilepro-*-linux-gnu support | Adhemerval Zanella | 2017-12-20 | 20 | -3666/+3 |
* | Add _Float32 function aliases. | Joseph Myers | 2017-12-07 | 6 | -0/+327 |
* | Add _Float64, _Float32x function aliases. | Joseph Myers | 2017-12-06 | 6 | -0/+654 |
* | Linux: Implement interfaces for memory protection keys | Florian Weimer | 2017-12-05 | 3 | -0/+15 |
* | Implement the mlock2 function | Florian Weimer | 2017-11-27 | 3 | -0/+3 |
* | Linux: Add memfd_create system call wrapper | Florian Weimer | 2017-11-23 | 3 | -0/+3 |
* | Add jmp_buf-macros.h | H.J. Lu | 2017-11-09 | 3 | -0/+18 |
* | Linux: Consolidate {RTLD_}SINGLE_THREAD_P definition | Adhemerval Zanella | 2017-10-11 | 1 | -35/+0 |
* | tile: Check SHARED instead PIC for SYSCALL_ERROR_NAME | H.J. Lu | 2017-10-03 | 1 | -1/+1 |
* | New symbol version for logf, log2f and powf without SVID compat | Szabolcs Nagy | 2017-10-02 | 3 | -0/+9 |
* | Hide internal __ioctl function [BZ #18822] | H.J. Lu | 2017-10-01 | 1 | -0/+1 |
* | posix: Add compat glob symbol to not follow dangling symbols | Adhemerval Zanella | 2017-09-25 | 3 | -0/+9 |
* | New expf and exp2f version without SVID compat wrapper | Szabolcs Nagy | 2017-09-25 | 3 | -0/+9 |
* | Remove NO_CANCELLATION macro | Adhemerval Zanella | 2017-08-31 | 1 | -1/+0 |
* | Fix mcontext_t sigcontext namespace (bug 21457). | Joseph Myers | 2017-08-30 | 1 | -8/+27 |
* | Remove abi-*-options compiler flags | Florian Weimer | 2017-08-28 | 1 | -2/+0 |
* | Remove cancellation support for syscall generation | Adhemerval Zanella | 2017-08-24 | 1 | -124/+6 |
* | Fix uc_* namespace (bug 21457). | Joseph Myers | 2017-08-09 | 1 | -1/+9 |
* | Fix XPG4.2 bits/sigaction.h namespace (bug 21899). | Joseph Myers | 2017-08-07 | 1 | -4/+4 |
* | Rename struct ucontext tag (bug 21457). | Joseph Myers | 2017-06-26 | 2 | -3/+3 |
* | Call exit directly in clone (BZ #21512) | Adhemerval Zanella | 2017-06-26 | 1 | -4/+2 |
* | Fix tile SA_* conditions for POSIX.1:2008 (bug 21622). | Joseph Myers | 2017-06-21 | 1 | -0/+2 |
* | posix: Implement preadv2 and pwritev2 | Adhemerval Zanella | 2017-05-31 | 3 | -0/+12 |
* | Add reallocarray function | Dennis Wölfing | 2017-05-30 | 3 | -0/+6 |
* | Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457). | Joseph Myers | 2017-05-23 | 1 | -8/+2 |
* | Fix a bug in 'Remove __need macros from signal.h' (a992f506) | Zack Weinberg | 2017-05-22 | 1 | -1/+0 |
* | Remove __need macros from signal.h. | Zack Weinberg | 2017-05-20 | 4 | -347/+26 |
* | Split up bits/sigstack.h. | Joseph Myers | 2017-05-19 | 1 | -0/+3 |
* | posix: Consolidate Linux waitpid syscall | Adhemerval Zanella | 2017-05-18 | 1 | -18/+0 |
* | Condition some sys/ucontext.h contents on __USE_MISC (bug 21457). | Joseph Myers | 2017-05-11 | 1 | -2/+4 |
* | Consolidate Linux send implementation | Adhemerval Zanella | 2017-03-09 | 1 | -0/+4 |
* | Add Linux PTRACE_EVENT_STOP | Kir Kolyshkin | 2017-02-08 | 1 | -2/+4 |
* | tile: pass __IPC_64 as zero for SysV IPC calls | Chris Metcalf | 2017-01-16 | 1 | -0/+21 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 37 | -37/+37 |
* | Add fromfp functions. | Joseph Myers | 2016-12-31 | 3 | -0/+36 |
* | Add roundeven, roundevenf, roundevenl. | Joseph Myers | 2016-12-21 | 3 | -0/+9 |
* | Add fmaxmag, fminmag functions. | Joseph Myers | 2016-12-20 | 3 | -0/+18 |
* | New string function explicit_bzero (from OpenBSD). | Zack Weinberg | 2016-12-16 | 3 | -0/+6 |
* | Add getentropy, getrandom, <sys/random.h> [BZ #17252] | Florian Weimer | 2016-12-12 | 3 | -0/+6 |
* | Add llogb, llogbf, llogbl. | Joseph Myers | 2016-12-02 | 3 | -0/+9 |
* | ld.so: Remove __libc_memalign | Florian Weimer | 2016-11-30 | 3 | -3/+0 |
* | Add setpayloadsig, setpayloadsigf, setpayloadsigl. | Joseph Myers | 2016-11-24 | 3 | -0/+9 |
* | Remove cached PID/TID in clone | Adhemerval Zanella | 2016-11-24 | 2 | -44/+0 |
* | Add setpayload, setpayloadf, setpayloadl. | Joseph Myers | 2016-11-19 | 3 | -0/+9 |