Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Feb 1999 23:53:29 -0800 (PST)
From:      Michael Smith <msmith@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/i386 machdep.c
Message-ID:  <199902110753.XAA02430@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
msmith      1999/02/10 23:53:29 PST

  Modified files:
    sys/i386/i386        machdep.c 
  Log:
  Zero p->retval[1] when starting a process.  This value ends up in %edx
  when the process starts, and having it nonzero causes statically-linked
  Linux binaries to fail.
  
  PR:		i386/10015
  Submitted by:	Marcel Moolenaar <marcel@scc.nl>
  
  Revision  Changes    Path
  1.325     +8 -1      src/sys/i386/i386/machdep.c

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902110753.XAA02430>