about summary refs log tree commit diff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* posix: Consolidate Linux fdatasync syscallAdhemerval Zanella2017-05-181-0/+1
* posix: Consolidate Linux msync syscallAdhemerval Zanella2017-05-181-0/+1
* float128: Extend __MATH_TG for float128 supportGabriel F. T. Gomes2017-05-171-0/+16
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-112-2/+6
* posix: Using libsupport for p{write,read}v testsAdhemerval Zanella2017-05-011-25/+24
* Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).Joseph Myers2017-04-252-1/+33
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-161-25/+0
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-012-2/+1
* Split DIAG_* macros to new header libc-diag.h.Zack Weinberg2017-02-251-1/+1
* Add missing header files throughout the testsuite.Zack Weinberg2017-02-161-0/+1
* As a minor cleanup remove the (r)index defines from include/string.h asWilco Dijkstra2017-02-062-4/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01149-149/+149
* Disable stack protector in early static initialization [BZ #7065]Nick Alcock2016-12-261-0/+7
* Move all tests out of the csu subdirectoryNick Alcock2016-12-214-1/+678
* Refactor long double information into bits/long-double.h.Joseph Myers2016-12-141-0/+1
* Fix multiple definitions of mk[o]stemp[s]64Andreas Schwab2016-11-224-0/+4
* [BZ #19239] Issue deprecation warnings on macro expansion.Zack Weinberg2016-11-142-35/+28
* hurd: Fix unused variable warningSamuel Thibault2016-10-101-0/+2