summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2018-01-02misc/tst-pselect.c: Add copyright headerFlorian Weimer
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-11-15The -Wstringop-truncation option new in GCC 8 detects common misusesMartin Sebor
2017-10-01Hide internal __hasmntopt function [BZ #18822]H.J. Lu
2017-10-01Hide internal __tdestroy function [BZ #18822]H.J. Lu
2017-10-01Hide internal __ioctl function [BZ #18822]H.J. Lu
2017-10-01Hide internal sysinfo functions [BZ #18822]H.J. Lu
2017-10-01Hide __readv and __writev [BZ #18822]H.J. Lu
2017-10-01Mark internal stdlib functions with attribute_hidden [BZ #18822]H.J. Lu
2017-09-28hurd: Fix `revoke' symbol exposition from `unlockpt'Samuel Thibault
2017-09-03hurd: Fix build ot misc/tst-preadvwritev2-common.cSamuel Thibault
2017-09-03hurd: Fix p{read,write}{,v64}v2.c buildSamuel Thibault
2017-08-31misc: Remove internal_function function attributeFlorian Weimer
2017-08-21Mark __libc_multiple_libcs with attribute_hidden [BZ #18822]H.J. Lu
2017-08-18Consolidate non cancellable close callAdhemerval Zanella
2017-08-18Do not use generic selection in C++ modeGabriel F. T. Gomes
2017-08-17Consolidate non cancellable open callAdhemerval Zanella
2017-08-08Do not use __ptr_t.Joseph Myers
2017-08-07Remove __long_double_t.Joseph Myers
2017-07-11posix: Add p{read,write}v2 RWF_NOWAIT flag (BZ#21738)Adhemerval Zanella
2017-07-06Increase some test timeouts.Joseph Myers
2017-06-23Avoid .symver on common symbols [BZ #21666]H.J. Lu
2017-06-23Clean pthread functions namespaces for C11 threadsAdhemerval Zanella
2017-06-21posix: Add invalid flags test for p{write,read}v2Adhemerval Zanella
2017-06-14Remove __need_IOV_MAX and __need_FOPEN_MAX.Zack Weinberg
2017-06-09Add a way to bypass the PLT when calling getauxvalTulio Magno Quites Machado Filho
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg
2017-06-02posix: Add missing build flags for p{write,read}v2Adhemerval Zanella
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella
2017-05-20Remove __need macros from signal.h.Zack Weinberg
2017-05-19Fix makefile rules for vmsplice, splice, and open_by_handle_atAdhemerval Zanella
2017-05-18linux: Consolidate Linux open_by_handle_at syscallAdhemerval Zanella
2017-05-18linux: Consolidate Linux splice syscallAdhemerval Zanella
2017-05-18linux: Consolidate Linux vmsplice syscallAdhemerval Zanella
2017-05-18posix: Consolidate Linux fsync syscallAdhemerval Zanella
2017-05-18posix: Consolidate Linux fdatasync syscallAdhemerval Zanella
2017-05-18posix: Consolidate Linux msync syscallAdhemerval Zanella
2017-05-17float128: Extend __MATH_TG for float128 supportGabriel F. T. Gomes
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg
2017-05-01posix: Using libsupport for p{write,read}v testsAdhemerval Zanella
2017-04-25Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).Joseph Myers
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-02-25Split DIAG_* macros to new header libc-diag.h.Zack Weinberg
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg
2017-02-06As a minor cleanup remove the (r)index defines from include/string.h asWilco Dijkstra
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-26Disable stack protector in early static initialization [BZ #7065]Nick Alcock
2016-12-21Move all tests out of the csu subdirectoryNick Alcock