From owner-cvs-all Thu Oct 11 5:31:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 658B937B405; Thu, 11 Oct 2001 05:31:50 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BCVo314263; Thu, 11 Oct 2001 05:31:50 -0700 (PDT) (envelope-from dfr) Message-Id: <200110111231.f9BCVo314263@freefall.freebsd.org> From: Doug Rabson Date: Thu, 11 Oct 2001 05:31:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/10/11 05:31:50 PDT Modified files: sys/ia64/ia64 machdep.c Log: * Change the calling convention for execve so that it conforms to normal C calling conventions. This allows crt1.c to be written nearly without any inline assembler. * Initialise cpu_model[] so that the hw.model sysctl works properly. Revision Changes Path 1.55 +20 -12 src/sys/ia64/ia64/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message