Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2002 00:38:29 +0100
From:      "Jonathan BENSAMOUN" <jonathan.bensamoun@wanadoo.fr>
To:        <hackers@freebsd.org>
Subject:   kernel fork & execve
Message-ID:  <000d01c1a9e7$3b75cd00$0100a8c0@johnport>

next in thread | raw e-mail | index | archive | help
Hi,
I would like to add a new syscall in my kernel which execute an execve in a
forked process.
I call the fork1 function and hook inside it to execute my execve.

Has anyone an example of calling execve from kernel ?
I have some problem to pass the arguments ...

Thanks


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000d01c1a9e7$3b75cd00$0100a8c0>