Re: Porting vfork()

H. Peter Anvin (hpa@transmeta.com)
7 Jan 1999 00:50:15 GMT


Followup to: <19990105154611.A16497@draper.net>
By author: kernel@draper.net
In newsgroup: linux.dev.kernel
>
> So, the question: is linux vfork() behavior annoying anyone else and is it
> worth fixing? (other than to eliminate its appearance in the BUG area of the
> Linux fork() man page ;)
>

I think you can mimic the BSD vfork() at the library level by using
clone() and perhaps trapping exec().

-hpa

-- 
    PGP: 2047/2A960705 BA 03 D3 2C 14 A8 A8 BD  1E DF FE 69 EE 35 BD 74
    See http://www.zytor.com/~hpa/ for web page and full PGP public key
        I am Bahá'í -- ask me about it or see http://www.bahai.org/
   "To love another person is to see the face of God." -- Les Misérables

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/