From owner-cvs-all@FreeBSD.ORG Mon Jan 31 22:18:49 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BED5916A4D0 for ; Mon, 31 Jan 2005 22:18:49 +0000 (GMT) Received: from mail28.sea5.speakeasy.net (mail28.sea5.speakeasy.net [69.17.117.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5CAD43D5A for ; Mon, 31 Jan 2005 22:18:48 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 19337 invoked from network); 31 Jan 2005 22:18:48 -0000 Received: from server.baldwin.cx ([216.27.160.63]) (envelope-sender )AES256-SHA encrypted SMTP for ; 31 Jan 2005 22:18:48 -0000 Received: from [10.50.40.202] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.13.1/8.13.1) with ESMTP id j0VMIguG032808; Mon, 31 Jan 2005 17:18:44 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Maxim Sobolev Date: Mon, 31 Jan 2005 14:41:24 -0500 User-Agent: KMail/1.6.2 References: <200501292312.j0TNC0VE052634@repoman.freebsd.org> In-Reply-To: <200501292312.j0TNC0VE052634@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200501311441.24275.jhb@FreeBSD.org> X-Spam-Status: No, score=-102.8 required=4.2 tests=ALL_TRUSTED, USER_IN_WHITELIST autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/linux linux_sysvec.c src/sys/alpha/osf1 imgact_osf1.c osf1_sysvec.c src/sys/amd64/linux32 linux32_sysvec.c src/sys/compat/ia32 ia32_sysvec.c src/sys/compat/pecoff imgact_pecoff.c src/sys/compat/svr4 imgact_svr4.c svr4_sysvec.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 22:18:50 -0000 On Saturday 29 January 2005 06:12 pm, Maxim Sobolev wrote: > sobomax 2005-01-29 23:12:00 UTC > > FreeBSD src repository > > Modified files: > sys/alpha/linux linux_sysvec.c > sys/alpha/osf1 imgact_osf1.c osf1_sysvec.c > sys/amd64/linux32 linux32_sysvec.c > sys/compat/ia32 ia32_sysvec.c > sys/compat/pecoff imgact_pecoff.c > sys/compat/svr4 imgact_svr4.c svr4_sysvec.c > sys/i386/ibcs2 ibcs2_sysvec.c imgact_coff.c > sys/i386/linux imgact_linux.c linux_sysvec.c > linux_machdep.c > sys/kern imgact_aout.c imgact_elf.c imgact_gzip.c > imgact_shell.c kern_exec.c kern_kse.c > sys/modules Makefile > sys/sys imgact.h syscallsubr.h > Log: > o Split out kernel part of execve(2) syscall into two parts: one that > copies arguments into the kernel space and one that operates > completely in the kernel space; > > o use kernel-only version of execve(2) to kill another stackgap in > linuxlator/i386. > > Obtained from: DragonFlyBSD (partially) > MFC after: 2 weeks Cool, this had been on my anti-stackgap todo list as well. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org