History log of /src/tests/usr.sbin/execsnoop/t_execsnoop.sh
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base netbsd-10-1-RELEASE perseant-exfatfs-base-20240630 perseant-exfatfs-base netbsd-10-0-RELEASE netbsd-10-0-RC6 netbsd-10-0-RC5 netbsd-10-0-RC4 netbsd-10-0-RC3 netbsd-10-0-RC2 netbsd-10-0-RC1 netbsd-10-base
# 1.11 29-Jul-2021 gson

Skip the test when the dtrace_syscall module is not loaded and can't
be autoloaded, as may be the case on arm because securelevel.


# 1.10 27-Jul-2021 gson

Show the stderr from execsnoop so that we can see why it fails on arm.


# 1.9 27-Jul-2021 skrll

PR/53417 appears fixed now so remove atf_expect_fail (for Arm).


# 1.8 25-Jul-2021 gson

Only expect failure on ARM


# 1.7 25-Jul-2021 gson

Remove "pkill -9 execsnoop". It's wrong on so many levels: first of
all, it does not actually kill anything because the process executing
the execsnoop script is called "sh", not "execsnoop". And even if it
would somehow kill the shell running the execsnoop script, it still
would not kill the dtrace child process. On the other hand, if there
happened to be an unrelated process actually called "execsnoop", it
would kill that.

The actual killing of the execsnoop sh and dtrace processes happens in
the ATF cleanup stage (as it always has).


# 1.6 25-Jul-2021 gson

Increase sleep waiting for execsnoop to start; one second is not sufficient
on a Dell Latitude D400 i386 laptop.


# 1.5 24-Jul-2021 gson

Create temporary files in . rather than /tmp so that they get cleaned up
automatically by atf.


# 1.4 18-Jul-2021 dholland

Mark t_execsnoop xfail (PR 53417)


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.3 11-Jul-2020 jruoho

Sleep even more.


# 1.2 06-Jul-2020 jruoho

Sleep more.


# 1.1 30-Jun-2020 jruoho

Check that DTrace's execsnoop and opensnoop work (cf. PR kern/53417).