Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Feb 2011 07:58:30 +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:  <201102200758.p1K7whqD061990@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

dchagin     2011-02-20 07:58:30 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/linux     linux_fork.c 
  Log:
  SVN rev 218879 on 2011-02-20 07:58:30Z by dchagin
  
  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 will leave the kernel.
  
  Revision  Changes    Path
  1.4       +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?201102200758.p1K7whqD061990>