Age | Commit message (Expand) | Author |
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 |
2017-05-11 | Suppress internal declarations for most of the testsuite. | Zack Weinberg |
2017-05-01 | posix: Using libsupport for p{write,read}v tests | Adhemerval Zanella |
2017-04-25 | Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426). | Joseph Myers |
2017-03-16 | Remove C++ namespace handling from glibc headers. | Joseph Myers |
2017-03-01 | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg |
2017-02-25 | Split DIAG_* macros to new header libc-diag.h. | Zack Weinberg |
2017-02-16 | Add missing header files throughout the testsuite. | Zack Weinberg |
2017-02-06 | As a minor cleanup remove the (r)index defines from include/string.h as | Wilco Dijkstra |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-12-26 | Disable stack protector in early static initialization [BZ #7065] | Nick Alcock |
2016-12-21 | Move all tests out of the csu subdirectory | Nick Alcock |
2016-12-14 | Refactor long double information into bits/long-double.h. | Joseph Myers |
2016-11-22 | Fix multiple definitions of mk[o]stemp[s]64 | Andreas Schwab |
2016-11-14 | [BZ #19239] Issue deprecation warnings on macro expansion. | Zack Weinberg |
2016-10-10 | hurd: Fix unused variable warning | Samuel Thibault |
2016-10-07 | resolv: Deprecate unimplemented flags | Florian Weimer |
2016-09-23 | Installed-header hygiene (BZ#20366): time.h types. | Zack Weinberg |
2016-09-23 | Installed-header hygiene (BZ#20366): Simple self-contained fixes. | Zack Weinberg |
2016-08-25 | Reduce memory size of tsearch red-black tree. | Mark Wielaard |
2016-08-03 | Deprecate inclusion of <sys/sysmacros.h> by <sys/types.h> | Zack Weinberg |
2016-08-03 | Minimize sysdeps code involved in defining major/minor/makedev. | Zack Weinberg |
2016-08-03 | Add utility macros for clang detection, and deprecation with messages. | Zack Weinberg |
2016-07-08 | Fix LO_HI_LONG definition | Adhemerval Zanella |