Age | Commit message (Expand) | Author |
2018-07-24 | Add <bits/indirect-return.h> | H.J. Lu |
2018-05-23 | Implement allocate_once for atomic initialization with allocation | Florian Weimer |
2018-05-02 | Deprecate ustat syscall interface | Adhemerval Zanella |
2018-04-03 | Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947] | H.J. Lu |
2018-03-06 | Add missing start-of-file descriptive comment. | Samuel Thibault |
2018-02-21 | Fix -Os putc_unlocked, fputc_unlocked linknamespace, localplt issues (bug 151... | Joseph Myers |
2018-02-21 | Fix -Os getc_unlocked linknamespace, localplt issues (bug 15105, bug 19463). | Joseph Myers |
2018-02-12 | [BZ #19239] Don't include sys/sysmacros.h from sys/types.h. | Zack Weinberg |
2018-02-07 | Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463). | Joseph Myers |
2018-02-06 | Fix non-__GNUC__ definitions of __inline and __restrict (bug 17721). | Joseph Myers |
2018-02-02 | preadv2/pwritev2: Handle offset == -1 [BZ #22753] | Florian Weimer |
2018-01-02 | misc/tst-pselect.c: Add copyright header | Florian Weimer |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2017-12-11 | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu |
2017-11-15 | The -Wstringop-truncation option new in GCC 8 detects common misuses | Martin Sebor |
2017-10-01 | Hide internal __hasmntopt function [BZ #18822] | H.J. Lu |
2017-10-01 | Hide internal __tdestroy function [BZ #18822] | H.J. Lu |
2017-10-01 | Hide internal __ioctl function [BZ #18822] | H.J. Lu |
2017-10-01 | Hide internal sysinfo functions [BZ #18822] | H.J. Lu |
2017-10-01 | Hide __readv and __writev [BZ #18822] | H.J. Lu |
2017-10-01 | Mark internal stdlib functions with attribute_hidden [BZ #18822] | H.J. Lu |
2017-09-28 | hurd: Fix `revoke' symbol exposition from `unlockpt' | Samuel Thibault |
2017-09-03 | hurd: Fix build ot misc/tst-preadvwritev2-common.c | Samuel Thibault |
2017-09-03 | hurd: Fix p{read,write}{,v64}v2.c build | Samuel Thibault |
2017-08-31 | misc: Remove internal_function function attribute | Florian Weimer |
2017-08-21 | Mark __libc_multiple_libcs with attribute_hidden [BZ #18822] | H.J. Lu |
2017-08-18 | Consolidate non cancellable close call | Adhemerval Zanella |
2017-08-18 | Do not use generic selection in C++ mode | Gabriel F. T. Gomes |
2017-08-17 | Consolidate non cancellable open call | Adhemerval Zanella |
2017-08-08 | Do not use __ptr_t. | Joseph Myers |
2017-08-07 | Remove __long_double_t. | Joseph Myers |
2017-07-11 | posix: Add p{read,write}v2 RWF_NOWAIT flag (BZ#21738) | Adhemerval Zanella |
2017-07-06 | Increase some test timeouts. | Joseph Myers |
2017-06-23 | Avoid .symver on common symbols [BZ #21666] | H.J. Lu |
2017-06-23 | Clean pthread functions namespaces for C11 threads | Adhemerval Zanella |
2017-06-21 | posix: Add invalid flags test for p{write,read}v2 | Adhemerval Zanella |
2017-06-14 | Remove __need_IOV_MAX and __need_FOPEN_MAX. | Zack Weinberg |
2017-06-09 | Add a way to bypass the PLT when calling getauxval | Tulio Magno Quites Machado Filho |
2017-06-08 | Remove __need macros from stdio.h and wchar.h. | Zack Weinberg |
2017-06-02 | posix: Add missing build flags for p{write,read}v2 | Adhemerval Zanella |
2017-05-31 | posix: Implement preadv2 and pwritev2 | Adhemerval Zanella |
2017-05-20 | Remove __need macros from signal.h. | Zack Weinberg |
2017-05-19 | Fix makefile rules for vmsplice, splice, and open_by_handle_at | Adhemerval Zanella |
2017-05-18 | linux: Consolidate Linux open_by_handle_at syscall | Adhemerval Zanella |
2017-05-18 | linux: Consolidate Linux splice syscall | Adhemerval Zanella |
2017-05-18 | linux: Consolidate Linux vmsplice syscall | Adhemerval Zanella |
2017-05-18 | posix: Consolidate Linux fsync syscall | Adhemerval Zanella |
2017-05-18 | posix: Consolidate Linux fdatasync syscall | Adhemerval Zanella |
2017-05-18 | posix: Consolidate Linux msync syscall | Adhemerval Zanella |
2017-05-17 | float128: Extend __MATH_TG for float128 support | Gabriel F. T. Gomes |