From owner-cvs-all Thu Aug 16 9:14:31 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 5C96537B401; Thu, 16 Aug 2001 09:14:27 -0700 (PDT) (envelope-from mp@FreeBSD.org) Received: (from mp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7GGERw21911; Thu, 16 Aug 2001 09:14:27 -0700 (PDT) (envelope-from mp) Message-Id: <200108161614.f7GGERw21911@freefall.freebsd.org> From: Mark Peek Date: Thu, 16 Aug 2001 09:14:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_elf.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 mp 2001/08/16 09:14:27 PDT Modified files: sys/kern imgact_elf.c Log: Reduce stack allocation (stack-fast?). elf_load_file() => 352 to 52 bytes exec_elf_imgact() => 1072 to 48 bytes elf_corehdr() => 396 to 8 bytes Reviewed by: julian Revision Changes Path 1.98 +66 -41 src/sys/kern/imgact_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message