about summary refs log tree commit diff
path: root/misc/Makefile
Commit message (Expand)AuthorAgeFilesLines
* misc: New test misc/tst-gethostidFlorian Weimer2018-09-201-0/+7
* 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
* Consolidate pwritev/pwritev64 implementationsAdhemerval Zanella2016-06-061-0/+2
* Consolidate preadv/preadv64 implementationAdhemerval Zanella2016-06-061-0/+2
* Improve check against integer wraparound in hcreate_r [BZ #18240]Florian Weimer2016-01-281-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* getmntent: fix memory corruption w/blank lines [BZ #18887]Mike Frysinger2015-08-291-1/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Use existing makefile variables for dependencies on glibc libraries.Joseph Myers2014-05-161-5/+1
* Make tests consistently use *.out output files.Joseph Myers2014-03-071-3/+3
* Enumerate tests with special rules in tests-special variable.Joseph Myers2014-03-061-1/+1
* Fix fallout from Joseph's untested Makeconfig change.Roland McGrath2014-02-281-1/+1
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-2/+2
* Generate .test-result files for tests with special rules.Joseph Myers2014-02-211-1/+2
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Remove libbsd-compat dummy library.Joseph Myers2013-12-171-2/+1
* Remove bounded-pointers build system support.Joseph Myers2013-02-151-4/+0
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Adding missing -fexception CFLAGSMarcus Shawcroft2012-11-141-0/+1
* Define and use $(run-built-tests).Joseph Myers2012-10-241-1/+1
* Framework to test IFUNC implementations on targetH.J. Lu2012-10-111-1/+1
* Split sys/param.h out into common file and sysdeps bits/param.h file.Roland McGrath2012-08-171-1/+2
* Make libio compile without _IO_MTSAFE_IO.Roland McGrath2012-08-171-1/+0
* Add <sys/auxv.h> and getauxval.Richard Henderson2012-05-201-2/+2
* Remove distribute variable from MakefilesUlrich Drepper2012-03-071-2/+0
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Static linking is always neededUlrich Drepper2012-01-081-3/+1
* Add range checking for FD_SET, FD_CLR, and FD_ISSETUlrich Drepper2011-09-081-1/+2
* Add syncfs syscall.Andreas Schwab2011-04-011-2/+2
* Implement mkostemps and mkostemps64.Ulrich Drepper2009-10-301-1/+1