commit | 05f325199a6cf36c92560d5a08b56652502705c2 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Tue Feb 26 12:00:34 2013 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue Feb 26 12:00:34 2013 +0100 |
tree | a6b78ce45e7ba5d346bf7eafdc29eb052e567286 | |
parent | 38e79bbb25bca8b79ae2866b93c4ddf26dea2b13 [diff] |
Assorted NOMMU fixes With -D, strdup'ing of pathname is necessary only on NOMMU. Don't set skip_startup_execve to 1 if NOMMU and not in daemonized mode (try "strace [-D] -b env echo HI" to see whether we detach on correct execve). Fix test_ptrace_FOO shortcuts on NOMMU to always assume success and _properly_ set all variables. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>