summary refs log tree commit diff
path: root/misc/Makefile
Commit message (Expand)AuthorAgeFilesLines
* misc: Add syslog testAdhemerval Zanella2022-04-151-0/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Fix __minimal_malloc segfaults in __mmap due to stack-protectorStefan Liebler2021-12-161-0/+4
* nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.cFlorian Weimer2021-11-171-1/+2
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-221-2/+4
* misc: Add time64 alias for ioctlFlorian Weimer2021-07-211-2/+5
* Linux: Cleanups after librt moveFlorian Weimer2021-06-281-6/+0
* linux: Only use 64-bit syscall if required for selectAdhemerval Zanella2021-06-221-0/+2
* linux: Only use 64-bit syscall if required for pselectAdhemerval Zanella2021-06-221-0/+9
* y2038: Add test coverageAdhemerval Zanella2021-06-151-0/+4
* dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer2021-06-031-2/+0
* tst: Provide test for selectLukasz Majewski2021-03-231-1/+1
* Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer2021-03-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* addmntent: Remove unbounded alloca usage from getmntent [BZ#27083]Siddhesh Poyarekar2020-12-221-1/+1
* Add the __libc_single_threaded variableFlorian Weimer2020-07-061-2/+3
* Add a syscall test for [BZ #25810]H.J. Lu2020-04-221-1/+1
* <fd_to_filename.h>: Add type safety and port to HurdFlorian Weimer2020-02-181-1/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Add misc/tst-mntent-autofs, testing autofs "ignore" filteringFlorian Weimer2019-09-021-1/+2
* ldbl-opt: Add error and error_at_line (bug 23984)Gabriel F. T. Gomes2019-03-011-1/+1
* ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984)Gabriel F. T. Gomes2019-03-011-1/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Add tests for the long double version of ecvt and fcvtGabriel F. T. Gomes2018-12-141-2/+2
* Add tests with floating-point arguments for err* and verr* functionsGabriel F. T. Gomes2018-11-061-1/+1
* Add test for warn, warnx, vwarn, and vwarnx with floating-point parametersGabriel F. T. Gomes2018-11-061-1/+2
* misc: New test misc/tst-gethostidFlorian Weimer2018-09-201-0/+7
* error, warn, warnx: Use __fxprintf for wide printing [BZ #23519]Florian Weimer2018-08-141-1/+1
* Implement allocate_once for atomic initialization with allocationFlorian Weimer2018-05-231-4/+12
* Deprecate ustat syscall interfaceAdhemerval Zanella2018-05-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-27/+27
* Remove __need_IOV_MAX and __need_FOPEN_MAX.Zack Weinberg2017-06-141-1/+2
* posix: Add missing build flags for p{write,read}v2Adhemerval Zanella2017-06-021-0/+4
* posix: Implement preadv2 and pwritev2Adhemerval Zanella2017-05-311-1/+3
* 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
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-111-2/+3
* Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).Joseph Myers2017-04-251-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* 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-211-1/+4
* Minimize sysdeps code involved in defining major/minor/makedev.Zack Weinberg2016-08-031-3/+4
* Fix p{readv,writev}{64} consolidation implementationAdhemerval Zanella2016-06-211-1/+2