aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-07resolv: Deprecate unimplemented flagsFlorian Weimer1-0/+10
2016-09-23Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg1-5/+3
2016-09-23Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg1-12/+18
2016-08-25Reduce memory size of tsearch red-black tree.Mark Wielaard1-153/+245
2016-08-03Deprecate inclusion of <sys/sysmacros.h> by <sys/types.h>Zack Weinberg1-3/+59
2016-08-03Minimize sysdeps code involved in defining major/minor/makedev.Zack Weinberg5-3/+205
2016-08-03Add utility macros for clang detection, and deprecation with messages.Zack Weinberg1-1/+21
2016-07-08Fix LO_HI_LONG definitionAdhemerval Zanella3-95/+146
2016-06-21Fix p{readv,writev}{64} consolidation implementationAdhemerval Zanella3-1/+138
2016-06-10Bug 20215: Always undefine __always_inline before defining it.Carlos O'Donell1-0/+5
2016-06-06Consolidate pwritev/pwritev64 implementationsAdhemerval Zanella1-0/+2
2016-06-06Consolidate preadv/preadv64 implementationAdhemerval Zanella1-0/+2
2016-05-03Fix sys/time.h timespec namespace (bug 20041).Joseph Myers1-1/+3
2016-04-10Fix crash on getauxval call without HAVE_AUX_VECTORSamuel Thibault1-0/+2