History log of /freebsd-10-stable/tests/sys/kern/execve/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
312320 17-Jan-2017 ngie

MFC r312118,r312121:

r312118:

Fix -Wformat issue with zero-length format string passed to err(3)

Tested with: clang, gcc 4.2.1, gcc 4.9

r312121:

Follow up to r312118

State that execve failed instead of just printing out the program name
and strerror(errno) via err(3).

283021 16-May-2015 ngie

MFC r282061:

Integrate tools/regression/execve into the FreeBSD test suite as
tests/sys/kern/execve

282061 27-Apr-2015 ngie

Integrate tools/regression/execve into the FreeBSD test suite as
tests/sys/kern/execve

MFC after: 1 week


281464 12-Apr-2015 ngie

Integrate tools/regression/execve into the FreeBSD test suite as tests/sys/kern/execve


281414 11-Apr-2015 ngie

Integrate more tests into the FreeBSD test suite from tools/regression, etc


277273 16-Jan-2015 will

Add a ${CP} alias for copying files in the build.

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


264400 13-Apr-2014 imp

NO_MAN= has been deprecated in favor of MAN= for some time, go ahead
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.


163153 09-Oct-2006 maxim

o Grammar.

Submitted by: kris


163150 09-Oct-2006 maxim

o Enable test-sparceaout test since alc@ has fixed the panic in rev. 1.229
sys/vm/vnode_pager.c.
cVS: ----------------------------------------------------------------------


159099 31-May-2006 maxim

Output directory has gone, remove it from Makefile.


159098 31-May-2006 maxim

Fix test for empty interpreter.


159097 31-May-2006 maxim

o Add various regression tests for execve(2) syscall.

Obtained from: NetBSD