summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2019-01-12Fix a few typos in commentsDmitry V. Levin
2019-01-03nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-14Add tests for the long double version of ecvt and fcvtGabriel F. T. Gomes
2018-12-05Add __vsyslog_internal, with same flags as __v*printf_internal.Zack Weinberg
2018-11-09Add support for GCC 9 attribute copy.Martin Sebor
2018-11-09Convert tst-efgcvt to the new test frameworkGabriel F. T. Gomes
2018-11-08Use TEST_COMPARE_STRING in recently added testGabriel F. T. Gomes
2018-11-06Add tests with floating-point arguments for err* and verr* functionsGabriel F. T. Gomes
2018-11-06Add test for warn, warnx, vwarn, and vwarnx with floating-point parametersGabriel F. T. Gomes
2018-10-23Fix tst-preadvwritev2 build failure on HURDAdhemerval Zanella
2018-09-28Fix misreported errno on preadv2/pwritev2 (BZ#23579)Adhemerval Zanella
2018-09-20misc: New test misc/tst-gethostidFlorian Weimer
2018-08-21Avoid running some tests if the file system does not support holesFlorian Weimer
2018-08-14error, warn, warnx: Use __fxprintf for wide printing [BZ #23519]Florian Weimer
2018-08-13error, error_at_line: Add missing va_end callsFlorian Weimer
2018-07-24Add <bits/indirect-return.h>H.J. Lu
2018-05-23Implement allocate_once for atomic initialization with allocationFlorian Weimer
2018-05-02Deprecate ustat syscall interfaceAdhemerval Zanella
2018-04-03Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947]H.J. Lu
2018-03-06Add missing start-of-file descriptive comment.Samuel Thibault
2018-02-21Fix -Os putc_unlocked, fputc_unlocked linknamespace, localplt issues (bug 151...Joseph Myers
2018-02-21Fix -Os getc_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers
2018-02-12[BZ #19239] Don't include sys/sysmacros.h from sys/types.h.Zack Weinberg
2018-02-07Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers
2018-02-06Fix non-__GNUC__ definitions of __inline and __restrict (bug 17721).Joseph Myers
2018-02-02preadv2/pwritev2: Handle offset == -1 [BZ #22753]Florian Weimer
2018-01-02misc/tst-pselect.c: Add copyright headerFlorian Weimer
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-11-15The -Wstringop-truncation option new in GCC 8 detects common misusesMartin Sebor
2017-10-01Hide internal __hasmntopt function [BZ #18822]H.J. Lu
2017-10-01Hide internal __tdestroy function [BZ #18822]H.J. Lu
2017-10-01Hide internal __ioctl function [BZ #18822]H.J. Lu
2017-10-01Hide internal sysinfo functions [BZ #18822]H.J. Lu
2017-10-01Hide __readv and __writev [BZ #18822]H.J. Lu
2017-10-01Mark internal stdlib functions with attribute_hidden [BZ #18822]H.J. Lu
2017-09-28hurd: Fix `revoke' symbol exposition from `unlockpt'Samuel Thibault
2017-09-03hurd: Fix build ot misc/tst-preadvwritev2-common.cSamuel Thibault
2017-09-03hurd: Fix p{read,write}{,v64}v2.c buildSamuel Thibault
2017-08-31misc: Remove internal_function function attributeFlorian Weimer
2017-08-21Mark __libc_multiple_libcs with attribute_hidden [BZ #18822]H.J. Lu
2017-08-18Consolidate non cancellable close callAdhemerval Zanella
2017-08-18Do not use generic selection in C++ modeGabriel F. T. Gomes
2017-08-17Consolidate non cancellable open callAdhemerval Zanella
2017-08-08Do not use __ptr_t.Joseph Myers
2017-08-07Remove __long_double_t.Joseph Myers
2017-07-11posix: Add p{read,write}v2 RWF_NOWAIT flag (BZ#21738)Adhemerval Zanella
2017-07-06Increase some test timeouts.Joseph Myers
2017-06-23Avoid .symver on common symbols [BZ #21666]H.J. Lu