From owner-cvs-all Sat Sep 7 15:31:51 2002 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 398B137B400; Sat, 7 Sep 2002 15:31:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB48C43E3B; Sat, 7 Sep 2002 15:31:44 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87MViJU091814; Sat, 7 Sep 2002 15:31:44 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87MVixx091813; Sat, 7 Sep 2002 15:31:44 -0700 (PDT) Message-Id: <200209072231.g87MVixx091813@freefall.freebsd.org> From: Peter Wemm Date: Sat, 7 Sep 2002 15:31:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_aout.c src/sys/compat/pecoff imgact_pecoff.c src/sys/i386/linux linux_sysvec.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 peter 2002/09/07 15:31:44 PDT Modified files: sys/kern imgact_aout.c sys/compat/pecoff imgact_pecoff.c sys/i386/linux linux_sysvec.c Log: Tidy up some loose ends that bde pointed out. caddr_t bad, ok? Move fill_kinfo_proc to before we copy the results instead of after the copy and too late. There is still more to do here. Revision Changes Path 1.25 +6 -7 src/sys/compat/pecoff/imgact_pecoff.c 1.108 +7 -8 src/sys/i386/linux/linux_sysvec.c 1.86 +7 -7 src/sys/kern/imgact_aout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message