aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)AuthorFilesLines
2018-05-23Implement allocate_once for atomic initialization with allocationFlorian Weimer4-4/+253
2018-05-02Deprecate ustat syscall interfaceAdhemerval Zanella4-43/+19
2018-04-03Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947]H.J. Lu1-1/+5
2018-03-06Add missing start-of-file descriptive comment.Samuel Thibault2-2/+4
2018-02-21Fix -Os putc_unlocked, fputc_unlocked linknamespace, localplt issues (bug 151...Joseph Myers1-2/+2
2018-02-21Fix -Os getc_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers1-1/+1
2018-02-12[BZ #19239] Don't include sys/sysmacros.h from sys/types.h.Zack Weinberg1-49/+3
2018-02-07Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers1-1/+7
2018-02-06Fix non-__GNUC__ definitions of __inline and __restrict (bug 17721).Joseph Myers1-2/+11
2018-02-02preadv2/pwritev2: Handle offset == -1 [BZ #22753]Florian Weimer3-0/+40
2018-01-02misc/tst-pselect.c: Add copyright headerFlorian Weimer1-0/+17
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers157-157/+157
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-27/+27
2017-11-15The -Wstringop-truncation option new in GCC 8 detects common misusesMartin Sebor1-0/+9
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