aboutsummaryrefslogtreecommitdiff
path: root/posix/Makefile
AgeCommit message (Expand)AuthorFilesLines
2017-06-12Remove __need_schedparam and __cpu_set_t_defined.Zack Weinberg1-2/+2
2017-05-18posix: Consolidate Linux nanosleep syscallAdhemerval Zanella1-0/+1
2017-05-18posix: Consolidate Linux pause syscallAdhemerval Zanella1-1/+0
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg1-5/+6
2017-05-09Move shared pthread definitions to common headersAdhemerval Zanella1-0/+1
2017-04-25[BZ 21340] add support for POSIX_SPAWN_SETSIDAdhemerval Zanella1-1/+1
2017-04-07getopt: eliminate __need_getopt by splitting up getopt.h.Zack Weinberg1-1/+2
2017-04-07getopt: clean up error reportingZack Weinberg1-0/+5
2017-04-07getopt: remove USE_NONOPTION_FLAGSZack Weinberg1-1/+1
2017-03-08Test for correct setting of errno.Yury Norov1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-10-07Consolidate posix_fadvise implementationsAdhemerval Zanella1-1/+2
2016-09-28posix: Fix open file action for posix_spawn on LinuxAdhemerval Zanella1-1/+1
2016-08-03Minimize sysdeps code involved in defining major/minor/makedev.Zack Weinberg1-1/+1
2016-03-07posix: New Linux posix_spawn{p} implementationAdhemerval Zanella1-1/+1
2016-03-07posix: execvpe cleanupAdhemerval Zanella1-0/+3
2016-02-19Improve file descriptor checks for posix_spawn actions [BZ #19505]Florian Weimer1-2/+3
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-19Do not use -Wno-strict-prototypes.Joseph Myers1-1/+0
2015-10-12Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab1-0/+30
2015-08-28Fix wordsize-32 mmap offset for negative value (BZ#18877)Adhemerval Zanella1-1/+1
2015-02-06Move tst-getlogin to login/ subdirectory.Roland McGrath1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-12-29posix/Makefile: use $(objpfx) for files in before-compile.Chris Metcalf1-1/+1
2014-12-29Remove Wundef warnings for specification macrosSiddhesh Poyarekar1-1/+7
2014-11-21BZ#16469: don't drop trailing dot in res_nquerydomain(..., name, NULL, ...)Alexandre Oliva1-1/+1
2014-06-19Fix memory leak in regexp compiler (BZ #17069)Andreas Schwab1-3/+9
2014-06-18Don't read past end of pattern in fnmatch (BZ #17062)Andreas Schwab1-1/+2
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers1-1/+2
2014-06-04Include LOCPATH in default test environment.Joseph Myers1-22/+0
2014-03-24Use += before-compile instead of a :=.Stefan Liebler1-1/+1
2014-03-07Make tests consistently use *.out output files.Joseph Myers1-27/+28
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers1-13/+19
2014-02-28Fix fallout from Joseph's untested Makeconfig change.Roland McGrath1-1/+1
2014-02-27Support expected failures in .test-result files.Joseph Myers1-1/+2
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-15/+31
2014-02-14Split up rules for tests using mtrace and something else.Joseph Myers1-11/+13
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-05-21Test getaddrinfo return valueDmitry V. Levin1-1/+1
2013-05-06Move getlogin, getlogin_r, setlogin to login/ subdir.Roland McGrath1-1/+0
2013-03-08Set LC_ALL=C before sed.Paul Pluzhnikov1-2/+2
2013-03-07Remove PIPE_BUF Linux-specific codeSiddhesh Poyarekar1-1/+2
2013-02-12Fix buffer overrun in regexp matcherAndreas Schwab1-1/+2
2013-02-12Fix handling of collating symbols in regexpsAndreas Schwab1-1/+2
2013-01-11Add --enable-hardcoded-path-in-tests configure optionH.J. Lu1-6/+6
2013-01-10Support run tst-exec and tst-spawn directlyH.J. Lu1-0/+4
2013-01-09Force getconf.speclist to be generated in the others pass.Roland McGrath1-0/+5
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-11-17Generate /usr/libexec/getconf files when cross-compiling.Joseph Myers1-11/+3