summaryrefslogtreecommitdiff
path: root/tools/regression/execve
AgeCommit message (Collapse)Author
2015-04-27Integrate tools/regression/execve into the FreeBSD test suite asEnji Cooper
tests/sys/kern/execve MFC after: 1 week Notes: svn path=/head/; revision=282061
2015-01-16Add a ${CP} alias for copying files in the build.Will Andrews
Some users build FreeBSD as non-root in Perforce workspaces. By default, Perforce sets files read-only unless they're explicitly being edited. As a result, the -f argument must be used to cp in order to override the read-only flag when copying source files to object directories. Bare use of 'cp' should be avoided in the future. Update all current users of 'cp' in the src tree. Reviewed by: emaste MFC after: 1 week Sponsored by: Spectra Logic Notes: svn path=/head/; revision=277273
2014-04-13NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh
and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. Notes: svn path=/head/; revision=264400
2006-10-09o Grammar.Maxim Konovalov
Submitted by: kris Notes: svn path=/head/; revision=163153
2006-10-09o Enable test-sparceaout test since alc@ has fixed the panic in rev. 1.229Maxim Konovalov
sys/vm/vnode_pager.c. cVS: ---------------------------------------------------------------------- Notes: svn path=/head/; revision=163150
2006-05-31Output directory has gone, remove it from Makefile.Maxim Konovalov
Notes: svn path=/head/; revision=159099
2006-05-31Fix test for empty interpreter.Maxim Konovalov
Notes: svn path=/head/; revision=159098
2006-05-31o Add various regression tests for execve(2) syscall.Maxim Konovalov
Obtained from: NetBSD Notes: svn path=/head/; revision=159097