aboutsummaryrefslogtreecommitdiff
path: root/misc/Makefile
AgeCommit message (Expand)AuthorFilesLines
2018-05-02Deprecate ustat syscall interfaceAdhemerval Zanella1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-27/+27
2017-06-14Remove __need_IOV_MAX and __need_FOPEN_MAX.Zack Weinberg1-1/+2
2017-06-02posix: Add missing build flags for p{write,read}v2Adhemerval Zanella1-0/+4
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella1-1/+3
2017-05-19Fix makefile rules for vmsplice, splice, and open_by_handle_atAdhemerval Zanella1-3/+0
2017-05-18linux: Consolidate Linux open_by_handle_at syscallAdhemerval Zanella1-0/+1
2017-05-18linux: Consolidate Linux splice syscallAdhemerval Zanella1-0/+1
2017-05-18linux: Consolidate Linux vmsplice syscallAdhemerval Zanella1-0/+1
2017-05-18posix: Consolidate Linux fsync syscallAdhemerval Zanella1-0/+1
2017-05-18posix: Consolidate Linux fdatasync syscallAdhemerval Zanella1-0/+1
2017-05-18posix: Consolidate Linux msync syscallAdhemerval Zanella1-0/+1
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg1-2/+3
2017-04-25Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-26Disable stack protector in early static initialization [BZ #7065]Nick Alcock1-0/+7
2016-12-21Move all tests out of the csu subdirectoryNick Alcock1-1/+4
2016-08-03Minimize sysdeps code involved in defining major/minor/makedev.Zack Weinberg1-3/+4
2016-06-21Fix p{readv,writev}{64} consolidation implementationAdhemerval Zanella1-1/+2
2016-06-06Consolidate pwritev/pwritev64 implementationsAdhemerval Zanella1-0/+2
2016-06-06Consolidate preadv/preadv64 implementationAdhemerval Zanella1-0/+2
2016-01-28Improve check against integer wraparound in hcreate_r [BZ #18240]Florian Weimer1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-08-29getmntent: fix memory corruption w/blank lines [BZ #18887]Mike Frysinger1-1/+2
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-05-16Use existing makefile variables for dependencies on glibc libraries.Joseph Myers1-5/+1
2014-03-07Make tests consistently use *.out output files.Joseph Myers1-3/+3
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers1-1/+1
2014-02-28Fix fallout from Joseph's untested Makeconfig change.Roland McGrath1-1/+1
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-2/+2
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers1-1/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-12-17Remove libbsd-compat dummy library.Joseph Myers1-2/+1
2013-02-15Remove bounded-pointers build system support.Joseph Myers1-4/+0
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-11-14Adding missing -fexception CFLAGSMarcus Shawcroft1-0/+1
2012-10-24Define and use $(run-built-tests).Joseph Myers1-1/+1
2012-10-11Framework to test IFUNC implementations on targetH.J. Lu1-1/+1
2012-08-17Split sys/param.h out into common file and sysdeps bits/param.h file.Roland McGrath1-1/+2
2012-08-17Make libio compile without _IO_MTSAFE_IO.Roland McGrath1-1/+0
2012-05-20Add <sys/auxv.h> and getauxval.Richard Henderson1-2/+2
2012-03-07Remove distribute variable from MakefilesUlrich Drepper1-2/+0
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-08Static linking is always neededUlrich Drepper1-3/+1
2011-09-08Add range checking for FD_SET, FD_CLR, and FD_ISSETUlrich Drepper1-1/+2
2011-04-01Add syncfs syscall.Andreas Schwab1-2/+2
2009-10-30Implement mkostemps and mkostemps64.Ulrich Drepper1-1/+1
2009-10-30Implement mkstemps and mkstemps64.Ulrich Drepper1-1/+1
2009-04-03* misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.Ulrich Drepper1-1/+1