aboutsummaryrefslogtreecommitdiff
path: root/posix/Makefile
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-12-07posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer1-1/+1
2018-11-29posix: Do not include testcases.h, ptestcases.h in source treeFlorian Weimer1-6/+9
2018-11-06posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]Florian Weimer1-1/+2
2018-08-28regex: Add test tst-regcomp-truncated [BZ #23578]Florian Weimer1-1/+2
2018-07-04posix: Sync gnulib regex implementationAdhemerval Zanella1-1/+2
2018-06-26Fix hardcoded /tmp paths in testing (bug 13888).Joseph Myers1-0/+1
2018-06-08posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...Adhemerval Zanella1-2/+2
2018-04-19hurd: Avoid exposing all <sched.h> symbols from sys/types.hSamuel Thibault1-1/+1
2018-04-19Revert "Fix sched_param"Samuel Thibault1-2/+1
2018-04-18Fix sched_paramSamuel Thibault1-1/+2
2018-02-06Correct type of SSIZE_MAX for 32-bit (bug 13575).Joseph Myers1-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-22/+22
2017-11-28posix: Make tst-getaddrinfo[45] xtests due to DNS dependency [BZ #20826]Florian Weimer1-3/+3
2017-10-30tst-gnuglob64: New test for glob64 based on tst-gnuglobFlorian Weimer1-1/+1
2017-10-21glob: Add new test tst-glob-tildeFlorian Weimer1-2/+10
2017-09-25posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella1-1/+3
2017-09-19Use execveat syscall in fexecve (bug 22134)Andreas Schwab1-1/+1
2017-09-08posix: Allow glob to match dangling symlinks [BZ #866]Adhemerval Zanella1-2/+2
2017-09-08posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella1-1/+1
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab1-3/+3
2017-07-04sysconf: Use conservative default for _SC_NPROCESSORS_ONLN [BZ #21542]Florian Weimer1-1/+2
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