From owner-freebsd-hackers Tue Mar 14 16:58:11 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA03482 for hackers-outgoing; Tue, 14 Mar 1995 16:58:11 -0800 Received: from netcom19.netcom.com (bakul@netcom19.netcom.com [192.100.81.132]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id QAA03476 for ; Tue, 14 Mar 1995 16:58:10 -0800 Received: from localhost by netcom19.netcom.com (8.6.10/Netcom) id QAA23724; Tue, 14 Mar 1995 16:56:56 -0800 Message-Id: <199503150056.QAA23724@netcom19.netcom.com> To: julian@tfs.com (Julian Elischer) cc: freebsd-hackers@freefall.cdrom.com Subject: Re: install compressed binary patch In-reply-to: Your message of "Tue, 14 Mar 95 14:45:22 PST." Date: Tue, 14 Mar 95 16:56:55 -0800 From: Bakul Shah Sender: hackers-owner@FreeBSD.org Precedence: bulk > we pull a page in from the compressed file... (or even non compressed) > the page get's swapped out.. (obviously NOT to the file..) > therefore there are already two entities being tracked by the kernel.. > I assume we could extend this so that the swap object has the entire > uncompressed version of the file? This will be tricky to get right. On the other hand the user mode solution requires no changes to the kernel and should work on any system that claims to be Unix!