Date: Wed, 2 Mar 2011 20:08:52 +0000 (UTC) From: Dmitry Chagin <dchagin@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/compat/linux linux_fork.c Message-ID: <201103022008.p22K8xSU085907@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dchagin 2011-03-02 20:08:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/compat/linux linux_fork.c Log: SVN rev 219205 on 2011-03-02 20:08:52Z by dchagin MFC r218879: Do not clobber %rdx. Before calling vfork() syscall the linux user-space stores the current PID in the %rdx and restore it when the parent process leaves the kernel. Revision Changes Path 1.4.2.5 +0 -1 src/sys/compat/linux/linux_fork.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103022008.p22K8xSU085907>