aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)AuthorFilesLines
2017-10-01Hide internal __hasmntopt function [BZ #18822]H.J. Lu1-0/+1
2017-10-01Hide internal __tdestroy function [BZ #18822]H.J. Lu1-0/+1
2017-10-01Hide internal __ioctl function [BZ #18822]H.J. Lu1-0/+1
2017-10-01Hide internal sysinfo functions [BZ #18822]H.J. Lu1-0/+4
2017-10-01Hide __readv and __writev [BZ #18822]H.J. Lu2-0/+2
2017-10-01Mark internal stdlib functions with attribute_hidden [BZ #18822]H.J. Lu1-1/+6
2017-09-28hurd: Fix `revoke' symbol exposition from `unlockpt'Samuel Thibault1-1/+3
2017-09-03hurd: Fix build ot misc/tst-preadvwritev2-common.cSamuel Thibault1-1/+13
2017-09-03hurd: Fix p{read,write}{,v64}v2.c buildSamuel Thibault4-0/+4
2017-08-31misc: Remove internal_function function attributeFlorian Weimer3-8/+3
2017-08-21Mark __libc_multiple_libcs with attribute_hidden [BZ #18822]H.J. Lu1-3/+1
2017-08-18Consolidate non cancellable close callAdhemerval Zanella1-2/+2
2017-08-18Do not use generic selection in C++ modeGabriel F. T. Gomes1-9/+10
2017-08-17Consolidate non cancellable open callAdhemerval Zanella1-1/+1
2017-08-08Do not use __ptr_t.Joseph Myers6-8/+8
2017-08-07Remove __long_double_t.Joseph Myers1-1/+0
2017-07-11posix: Add p{read,write}v2 RWF_NOWAIT flag (BZ#21738)Adhemerval Zanella1-10/+5
2017-07-06Increase some test timeouts.Joseph Myers1-1/+0
2017-06-23Avoid .symver on common symbols [BZ #21666]H.J. Lu1-4/+5
2017-06-23Clean pthread functions namespaces for C11 threadsAdhemerval Zanella3-0/+4
2017-06-21posix: Add invalid flags test for p{write,read}v2Adhemerval Zanella3-0/+54
2017-06-14Remove __need_IOV_MAX and __need_FOPEN_MAX.Zack Weinberg2-6/+15
2017-06-09Add a way to bypass the PLT when calling getauxvalTulio Magno Quites Machado Filho1-0/+1
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg1-3/+1
2017-06-02posix: Add missing build flags for p{write,read}v2Adhemerval Zanella1-0/+4
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella10-5/+246
2017-05-20Remove __need macros from signal.h.Zack Weinberg1-7/+2
2017-05-19Fix makefile rules for vmsplice, splice, and open_by_handle_atAdhemerval Zanella1-3/+0
2017-05-18linux: Consolidate Linux open_by_handle_at syscallAdhemerval Zanella1-0/+1
2017-05-18linux: Consolidate Linux splice syscallAdhemerval Zanella1-0/+1
2017-05-18linux: Consolidate Linux vmsplice syscallAdhemerval Zanella1-0/+1
2017-05-18posix: Consolidate Linux fsync syscallAdhemerval Zanella1-0/+1
2017-05-18posix: Consolidate Linux fdatasync syscallAdhemerval Zanella1-0/+1
2017-05-18posix: Consolidate Linux msync syscallAdhemerval Zanella1-0/+1
2017-05-17float128: Extend __MATH_TG for float128 supportGabriel F. T. Gomes1-0/+16
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg2-2/+6
2017-05-01posix: Using libsupport for p{write,read}v testsAdhemerval Zanella1-25/+24
2017-04-25Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).Joseph Myers2-1/+33
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers1-25/+0
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg2-2/+1
2017-02-25Split DIAG_* macros to new header libc-diag.h.Zack Weinberg1-1/+1
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg1-0/+1
2017-02-06As a minor cleanup remove the (r)index defines from include/string.h asWilco Dijkstra2-4/+4
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers149-149/+149
2016-12-26Disable stack protector in early static initialization [BZ #7065]Nick Alcock1-0/+7
2016-12-21Move all tests out of the csu subdirectoryNick Alcock4-1/+678
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers1-0/+1
2016-11-22Fix multiple definitions of mk[o]stemp[s]64Andreas Schwab4-0/+4
2016-11-14[BZ #19239] Issue deprecation warnings on macro expansion.Zack Weinberg2-35/+28
2016-10-10hurd: Fix unused variable warningSamuel Thibault1-0/+2