From owner-freebsd-hackers Sun Sep 30 4:18:55 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id AE72037B411 for ; Sun, 30 Sep 2001 04:18:49 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1192) id 1BE6881D01; Sun, 30 Sep 2001 06:18:44 -0500 (CDT) Date: Sun, 30 Sep 2001 06:18:44 -0500 From: Alfred Perlstein To: Vladimir Dozen Cc: Matt Dillon , Wilko Bulte , hackers@FreeBSD.ORG Subject: Re: VM: dynamic swap remapping (patch) Message-ID: <20010930061844.J59854@elvis.mu.org> References: <20010929141349.A80876@freebie.xs4all.nl> <200109291653.f8TGrRR37689@earth.backplane.com> <20010929232953.B341@eix.do-labs.spb.ru> <20010929175653.Z59854@elvis.mu.org> <20010930120328.A534@eix.do-labs.spb.ru> <20010930035529.G59854@elvis.mu.org> <20010930134437.B284@eix.do-labs.spb.ru> <20010930044411.I59854@elvis.mu.org> <20010930150031.C284@eix.do-labs.spb.ru> <20010930151917.A7479@eix.do-labs.spb.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010930151917.A7479@eix.do-labs.spb.ru>; from vladimir-dozen@mail.ru on Sun, Sep 30, 2001 at 03:19:17PM +0000 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Vladimir Dozen [010930 06:16] wrote: > ehlo. > > > ============================================ > > diff vm/swap_pager.c vm.new/swap_pager.c > > 217a218,219 > > > struct proc* p; > > > > > 218a221,225 > > > /* warn all processes */ > > > for( p = allproc.lh_first; p != 0; p = p->p_list.le_next ) > > > { > > > psignal(p,SIGDANGER); > > > } > > ============================================ > > Oops, it doesn't work. All processes died. Why? > Something should be changed in libc? I'll take a look at implementing it sometime this week. I want to do the siginfo thing if possible. -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message