Re: [Superkb-devel] [PATCH] Change system() to execvp() for command execution.
Status: Alpha
Brought to you by:
alvarezp
From: Octavio A. <alv...@al...> - 2010-12-11 08:19:59
|
On Fri, 10 Dec 2010 20:55:31 -0800, Eduardo A. Bustamante López <ebu...@du...> wrote: > The system() call disables the calling process until the command > is executed. This behavior generated a superkb child process > for each command executed. With execvp(), the child process is > replaced with the user's command. Nice patch, thank you very much. Applied and pushed to the public repo. |