| Commit message (Expand) | Author | Age | Files | Lines |
* | io: Consolidate lockf implementation | Adhemerval Zanella | 2019-02-15 | 1 | -1/+0 |
* | Linux: Add gettid system call wrapper [BZ #6399] | Florian Weimer | 2019-02-08 | 2 | -0/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 11 | -11/+11 |
* | Enable VDSO for static linking on mips | Rafael Ávila de Espíndola | 2018-12-10 | 1 | -0/+3 |
* | Add getcpu | H.J. Lu | 2018-12-07 | 2 | -0/+2 |
* | posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405] | Florian Weimer | 2018-12-07 | 2 | -0/+2 |
* | Remove the error handling wrapper from pow | Szabolcs Nagy | 2018-11-21 | 1 | -0/+1 |
* | Remove the error handling wrapper from log2 | Szabolcs Nagy | 2018-11-21 | 1 | -0/+1 |
* | Remove the error handling wrapper from log | Szabolcs Nagy | 2018-11-21 | 1 | -0/+1 |
* | Remove the error handling wrapper from exp and exp2 | Szabolcs Nagy | 2018-11-21 | 1 | -0/+2 |
* | posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405] | Florian Weimer | 2018-11-06 | 2 | -0/+2 |
* | nptl: Add abilist symbols for C11 threads | Adhemerval Zanella | 2018-07-24 | 3 | -0/+29 |
* | Add the statx function | Florian Weimer | 2018-07-10 | 2 | -0/+2 |
* | Add renameat2 function [BZ #17662] | Florian Weimer | 2018-07-05 | 2 | -0/+2 |
* | Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251) | Adhemerval Zanella | 2018-06-26 | 2 | -0/+4 |
* | Add narrowing divide functions. | Joseph Myers | 2018-05-17 | 1 | -0/+6 |
* | Add narrowing multiply functions. | Joseph Myers | 2018-05-16 | 1 | -0/+6 |
* | Ignore absolute symbols in ABI tests. | Joseph Myers | 2018-05-04 | 22 | -137/+0 |
* | Consolidate Linux readahead implementation | Adhemerval Zanella | 2018-04-27 | 1 | -1/+0 |
* | Add narrowing subtract functions. | Joseph Myers | 2018-03-20 | 1 | -0/+6 |
* | Add narrowing add functions. | Joseph Myers | 2018-02-10 | 1 | -0/+7 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 11 | -11/+11 |
* | copy_file_range: New function to copy file data | Florian Weimer | 2017-12-22 | 2 | -0/+2 |
* | Add _Float32 function aliases. | Joseph Myers | 2017-12-07 | 3 | -0/+114 |
* | Add _Float64, _Float32x function aliases. | Joseph Myers | 2017-12-06 | 3 | -0/+228 |
* | Linux: Implement interfaces for memory protection keys | Florian Weimer | 2017-12-05 | 2 | -0/+10 |
* | Implement the mlock2 function | Florian Weimer | 2017-11-27 | 2 | -0/+2 |
* | Linux: Add memfd_create system call wrapper | Florian Weimer | 2017-11-23 | 2 | -0/+2 |
* | Add jmp_buf-macros.h | H.J. Lu | 2017-11-09 | 1 | -0/+6 |
* | New symbol version for logf, log2f and powf without SVID compat | Szabolcs Nagy | 2017-10-02 | 1 | -0/+3 |
* | posix: Add compat glob symbol to not follow dangling symbols | Adhemerval Zanella | 2017-09-25 | 2 | -0/+6 |
* | New expf and exp2f version without SVID compat wrapper | Szabolcs Nagy | 2017-09-25 | 1 | -0/+3 |
* | MIPS/o32: Fix internal_syscall5/6/7 | Adhemerval Zanella | 2017-08-29 | 14 | -186/+147 |
* | Consolidate Linux fcntl implementation | Adhemerval Zanella | 2017-06-30 | 1 | -1/+0 |
* | mips: Fix store/load gp registers to/from ucontext_t | Gordana Cmiljanovic | 2017-06-13 | 2 | -0/+67 |
* | posix: Implement preadv2 and pwritev2 | Adhemerval Zanella | 2017-05-31 | 2 | -0/+8 |
* | Add reallocarray function | Dennis Wölfing | 2017-05-30 | 2 | -0/+4 |
* | Remove MIPS32 accept4, recvmmsg, sendmmsg implementations. | Joseph Myers | 2017-05-09 | 3 | -88/+0 |
* | Consolidate Linux mmap implementation (BZ#21270) | Adhemerval Zanella | 2017-04-12 | 1 | -1/+0 |
* | conformtest: Add mips XFAIL for struct stat st_rdev type (bug 21278). | Joseph Myers | 2017-03-20 | 1 | -1/+1 |
* | conformtest: Add mips XFAIL for struct stat st_dev type (bug 17786). | Joseph Myers | 2017-03-17 | 1 | -0/+4 |
* | Consolidate arm and mips posix_fadvise implementations | Adhemerval Zanella | 2017-02-06 | 1 | -4/+0 |
* | Fix MIPS o32 posix_fadvise. | Joseph Myers | 2017-01-12 | 1 | -0/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 13 | -13/+13 |
* | Add fromfp functions. | Joseph Myers | 2016-12-31 | 1 | -0/+12 |
* | 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 | 2 | -0/+4 |
* | Add getentropy, getrandom, <sys/random.h> [BZ #17252] | Florian Weimer | 2016-12-12 | 2 | -0/+4 |
* | Add llogb, llogbf, llogbl. | Joseph Myers | 2016-12-02 | 1 | -0/+3 |