• Home
  • Raw
  • Download

Lines Matching refs:startup_child

10308 	(startup_attach, open_dummy_desc, startup_child, test_ptrace_seize): Use
20032 * aio.c (startup_child, test_ptrace_seize): Print status
23108 (startup_child): Set TCB_HIDE_LOG and TCB_SKIP_DETACH_ON_FIRST_EXEC bits
26358 (startup_child): Use redirect_standard_fds.
26957 (attach_tcb, startup_child): Use it in error diagnostics.
32703 * strace.c (startup_child): Close stdin/out and reopen them to /dev/null.
32923 (startup_child): In -D mode, record the parent of the tracer process
38407 (startup_child): Use xstrdup.
39481 * strace.c (startup_child): Check that the length of the command strace
42361 * strace.c (startup_child): Replace MAXPATHLEN with PATH_MAX.
42823 (startup_child): Change 'm', 'n', and 'len' types to unsigned.
43522 > /home/yamato/var/strace/strace(startup_child+0x346) [0x134f6]
45247 (startup_child) [HAVE_PRCTL && PR_SET_PTRACER && PR_SET_PTRACER_ANY]:
45263 (startup_child): Do not set skip_one_b_execve = 1 here.
45986 (startup_child): Use struct_stat and stat_file.
46528 (startup_child): Don't use pathname[] contents after vfork,
47425 * strace.c (startup_child): Check setreuid return code.
48007 (startup_child): Rename outf to shared_log.
48345 (startup_child): Call newoutf(tcp) after successful attach.
48488 (startup_child): Do not bother restoring SIGCHLD handler.
48831 (startup_child): Use kill_save_errno instead of kill.
49270 * strace.c (startup_child): Don't strchr() for ':' twice in a row.
49322 (startup_child): Conditionally use alternative attach method using PTRACE_SEIZE.
50073 (startup_child): Set TCB_IGNORE_ONE_SIGSTOP after attach, _if needed_.
50097 (startup_child): Likewise.
50110 (startup_child): Remove non-informative comment.
50149 Reformat setuid-ing code in startup_child()
50152 * strace.c (startup_child): Reformat setuid-ing code.
50156 Minor tweaks in startup_child(). Logic isn't changed (but code is)
50158 (startup_child): Move common code out of ifdef.
52862 (startup_child): Do not raise SIGSTOP if vforked.