aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/execve
Commit message (Collapse)AuthorAgeFilesLines
* Integrate tools/regression/execve into the FreeBSD test suite asEnji Cooper2015-04-2710-226/+0
| | | | | | | | | tests/sys/kern/execve MFC after: 1 week Notes: svn path=/head/; revision=282061
* Add a ${CP} alias for copying files in the build.Will Andrews2015-01-161-1/+1
| | | | | | | | | | | | | | | | | 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
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
| | | | | | | | | 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
* o Grammar.Maxim Konovalov2006-10-092-8/+8
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=163153
* o Enable test-sparceaout test since alc@ has fixed the panic in rev. 1.229Maxim Konovalov2006-10-091-2/+2
| | | | | | | | sys/vm/vnode_pager.c. cVS: ---------------------------------------------------------------------- Notes: svn path=/head/; revision=163150
* Output directory has gone, remove it from Makefile.Maxim Konovalov2006-05-311-1/+0
| | | | Notes: svn path=/head/; revision=159099
* Fix test for empty interpreter.Maxim Konovalov2006-05-311-1/+1
| | | | Notes: svn path=/head/; revision=159098
* o Add various regression tests for execve(2) syscall.Maxim Konovalov2006-05-3110-0/+227
Obtained from: NetBSD Notes: svn path=/head/; revision=159097