about summary refs log tree commit diff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* Fix misreported errno on preadv2/pwritev2 (BZ#23579)Adhemerval Zanella2018-09-283-3/+66
* misc: New test misc/tst-gethostidFlorian Weimer2018-09-202-0/+115
* error, error_at_line: Add missing va_end callsFlorian Weimer2018-08-141-0/+2
* Add <bits/indirect-return.h>H.J. Lu2018-07-241-0/+6
* Implement allocate_once for atomic initialization with allocationFlorian Weimer2018-05-234-4/+253
* Deprecate ustat syscall interfaceAdhemerval Zanella2018-05-024-43/+19
* Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947]H.J. Lu2018-04-031-1/+5
* Add missing start-of-file descriptive comment.Samuel Thibault2018-03-062-2/+4
* Fix -Os putc_unlocked, fputc_unlocked linknamespace, localplt issues (bug 151...Joseph Myers2018-02-211-2/+2
* Fix -Os getc_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-211-1/+1
* [BZ #19239] Don't include sys/sysmacros.h from sys/types.h.Zack Weinberg2018-02-121-49/+3
* Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-071-1/+7
* Fix non-__GNUC__ definitions of __inline and __restrict (bug 17721).Joseph Myers2018-02-061-2/+11
* preadv2/pwritev2: Handle offset == -1 [BZ #22753]Florian Weimer2018-02-023-0/+40
* misc/tst-pselect.c: Add copyright headerFlorian Weimer2018-01-021-0/+17
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01157-157/+157
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-27/+27
* The -Wstringop-truncation option new in GCC 8 detects common misusesMartin Sebor2017-11-151-0/+9
* Hide internal __hasmntopt function [BZ #18822]H.J. Lu2017-10-011-0/+1
* Hide internal __tdestroy function [BZ #18822]H.J. Lu2017-10-011-0/+1
* Hide internal __ioctl function [BZ #18822]H.J. Lu2017-10-011-0/+1
* Hide internal sysinfo functions [BZ #18822]H.J. Lu2017-10-011-0/+4
* Hide __readv and __writev [BZ #18822]H.J. Lu2017-10-012-0/+2
* Mark internal stdlib functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-1/+6
* hurd: Fix `revoke' symbol exposition from `unlockpt'Samuel Thibault2017-09-281-1/+3
* hurd: Fix build ot misc/tst-preadvwritev2-common.cSamuel Thibault2017-09-031-1/+13
* hurd: Fix p{read,write}{,v64}v2.c buildSamuel Thibault2017-09-034-0/+4
* misc: Remove internal_function function attributeFlorian Weimer2017-08-313-8/+3
* Mark __libc_multiple_libcs with attribute_hidden [BZ #18822]H.J. Lu2017-08-211-3/+1
* Consolidate non cancellable close callAdhemerval Zanella2017-08-181-2/+2
* Do not use generic selection in C++ modeGabriel F. T. Gomes2017-08-181-9/+10
* Consolidate non cancellable open callAdhemerval Zanella2017-08-171-1/+1
* Do not use __ptr_t.Joseph Myers2017-08-086-8/+8
* Remove __long_double_t.Joseph Myers2017-08-071-1/+0
* posix: Add p{read,write}v2 RWF_NOWAIT flag (BZ#21738)Adhemerval Zanella2017-07-111-10/+5
* Increase some test timeouts.Joseph Myers2017-07-061-1/+0
* Avoid .symver on common symbols [BZ #21666]H.J. Lu2017-06-231-4/+5
* Clean pthread functions namespaces for C11 threadsAdhemerval Zanella2017-06-233-0/+4
* posix: Add invalid flags test for p{write,read}v2Adhemerval Zanella2017-06-213-0/+54
* Remove __need_IOV_MAX and __need_FOPEN_MAX.Zack Weinberg2017-06-142-6/+15
* Add a way to bypass the PLT when calling getauxvalTulio Magno Quites Machado Filho2017-06-091-0/+1
* Remove __need macros from stdio.h and wchar.h.Zack Weinberg2017-06-081-3/+1
* posix: Add missing build flags for p{write,read}v2Adhemerval Zanella2017-06-021-0/+4
* posix: Implement preadv2 and pwritev2Adhemerval Zanella2017-05-3110-5/+246
* Remove __need macros from signal.h.Zack Weinberg2017-05-201-7/+2
* Fix makefile rules for vmsplice, splice, and open_by_handle_atAdhemerval Zanella2017-05-191-3/+0
* linux: Consolidate Linux open_by_handle_at syscallAdhemerval Zanella2017-05-181-0/+1
* linux: Consolidate Linux splice syscallAdhemerval Zanella2017-05-181-0/+1
* linux: Consolidate Linux vmsplice syscallAdhemerval Zanella2017-05-181-0/+1
* posix: Consolidate Linux fsync syscallAdhemerval Zanella2017-05-181-0/+1