summaryrefslogtreecommitdiff
path: root/posix/Makefile
AgeCommit message (Expand)Author
2018-07-04posix: Sync gnulib regex implementationAdhemerval Zanella
2018-06-26Fix hardcoded /tmp paths in testing (bug 13888).Joseph Myers
2018-06-08posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...Adhemerval Zanella
2018-04-19hurd: Avoid exposing all <sched.h> symbols from sys/types.hSamuel Thibault
2018-04-19Revert "Fix sched_param"Samuel Thibault
2018-04-18Fix sched_paramSamuel Thibault
2018-02-06Correct type of SSIZE_MAX for 32-bit (bug 13575).Joseph Myers
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-28posix: Make tst-getaddrinfo[45] xtests due to DNS dependency [BZ #20826]Florian Weimer
2017-10-30tst-gnuglob64: New test for glob64 based on tst-gnuglobFlorian Weimer
2017-10-21glob: Add new test tst-glob-tildeFlorian Weimer
2017-09-25posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella
2017-09-19Use execveat syscall in fexecve (bug 22134)Andreas Schwab
2017-09-08posix: Allow glob to match dangling symlinks [BZ #866]Adhemerval Zanella
2017-09-08posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab
2017-07-04sysconf: Use conservative default for _SC_NPROCESSORS_ONLN [BZ #21542]Florian Weimer
2017-06-12Remove __need_schedparam and __cpu_set_t_defined.Zack Weinberg
2017-05-18posix: Consolidate Linux nanosleep syscallAdhemerval Zanella
2017-05-18posix: Consolidate Linux pause syscallAdhemerval Zanella
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg
2017-05-09Move shared pthread definitions to common headersAdhemerval Zanella
2017-04-25[BZ 21340] add support for POSIX_SPAWN_SETSIDAdhemerval Zanella
2017-04-07getopt: eliminate __need_getopt by splitting up getopt.h.Zack Weinberg
2017-04-07getopt: clean up error reportingZack Weinberg
2017-04-07getopt: remove USE_NONOPTION_FLAGSZack Weinberg
2017-03-08Test for correct setting of errno.Yury Norov
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-10-07Consolidate posix_fadvise implementationsAdhemerval Zanella
2016-09-28posix: Fix open file action for posix_spawn on LinuxAdhemerval Zanella
2016-08-03Minimize sysdeps code involved in defining major/minor/makedev.Zack Weinberg
2016-03-07posix: New Linux posix_spawn{p} implementationAdhemerval Zanella
2016-03-07posix: execvpe cleanupAdhemerval Zanella
2016-02-19Improve file descriptor checks for posix_spawn actions [BZ #19505]Florian Weimer
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-19Do not use -Wno-strict-prototypes.Joseph Myers
2015-10-12Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab
2015-08-28Fix wordsize-32 mmap offset for negative value (BZ#18877)Adhemerval Zanella
2015-02-06Move tst-getlogin to login/ subdirectory.Roland McGrath
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-29posix/Makefile: use $(objpfx) for files in before-compile.Chris Metcalf
2014-12-29Remove Wundef warnings for specification macrosSiddhesh Poyarekar
2014-11-21BZ#16469: don't drop trailing dot in res_nquerydomain(..., name, NULL, ...)Alexandre Oliva
2014-06-19Fix memory leak in regexp compiler (BZ #17069)Andreas Schwab
2014-06-18Don't read past end of pattern in fnmatch (BZ #17062)Andreas Schwab
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers
2014-06-04Include LOCPATH in default test environment.Joseph Myers
2014-03-24Use += before-compile instead of a :=.Stefan Liebler
2014-03-07Make tests consistently use *.out output files.Joseph Myers