From owner-freebsd-commit Sat Jul 15 07:28:02 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA27421 for commit-outgoing; Sat, 15 Jul 1995 07:28:02 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA27408 for cvs-sys-outgoing; Sat, 15 Jul 1995 07:28:00 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id HAA27401 ; Sat, 15 Jul 1995 07:27:55 -0700 Received: from corbin.Root.COM (corbin [198.145.90.18]) by Root.COM (8.6.11/8.6.5) with ESMTP id HAA12895; Sat, 15 Jul 1995 07:27:21 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id HAA00567; Sat, 15 Jul 1995 07:28:28 -0700 Message-Id: <199507151428.HAA00567@corbin.Root.COM> To: "Rodney W. Grimes" cc: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com Subject: Re: cvs commit: src/sys/vm device_pager.c device_pager.h kern_lock.c lock.h swap_pager.c swap_pager.h vm.h vm_extern.h vm_fault. In-reply-to: Your message of "Sat, 15 Jul 95 07:25:01 PDT." <199507151425.HAA04688@gndrsh.aac.dev.com> From: David Greenman Reply-To: davidg@Root.COM Date: Sat, 15 Jul 1995 07:28:27 -0700 Sender: commit-owner@FreeBSD.org Precedence: bulk >> >> >with kernels from just before the vm changes. The padding in struct >> >proc became useless when the vm structures were changed, but perhaps it >> >should be restored together with some vm padding so that the changes >> >aren't visible in applications. >> >> I went down that road originally, but there were too many affected data >> structures, so I decided it wasn't worth all the padding hacks. I instead >> decided to remove the padding hacks that were already there. > >I hope there are no intentions of bringing this code into 2.1, as breaking >compatibility with 2.0.5 would be a really bad thing to do to the >user base :-(. No, _definately_ not. We would sooner scrap 2.1R completely. -DG