Date: Sat, 15 Jul 1995 07:22:47 -0700 From: David Greenman <davidg@Root.COM> To: Bruce Evans <bde@zeta.org.au> 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.c vmOR Message-ID: <199507151422.HAA00524@corbin.Root.COM> In-Reply-To: Your message of "Sat, 15 Jul 95 23:33:49 %2B1000." <199507151333.XAA22323@godzilla.zeta.org.au>
next in thread | previous in thread | raw e-mail | index | archive | help
>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. -DG
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507151422.HAA00524>