History log of /freebsd-10-stable/tests/sys/kern/execve/execve_helper.c
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


# 159097 31-May-2006 maxim

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

Obtained from: NetBSD