Date: Thu, 4 Feb 1999 14:19:01 +0100 From: Eivind Eklund <eivind@FreeBSD.ORG> To: Mark Newton <newton@atdot.dotat.org> Cc: committers@FreeBSD.ORG Subject: Re: elf_brand_inuse() Message-ID: <19990204141900.W8749@bitbox.follo.net> In-Reply-To: <199902041244.XAA00429@atdot.dotat.org>; from Mark Newton on Thu, Feb 04, 1999 at 11:14:00PM %2B1030 References: <199902041244.XAA00429@atdot.dotat.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 04, 1999 at 11:14:00PM +1030, Mark Newton wrote: > > I've just added an "elf_brand_inuse()" routine to imgact_elf.c, > enabling emulators to work out whether they're being used before > they unload themselves out from under some poor unfortunate > process. > > Should I modify the other emulators to use this mechanism as well, > or are they actively maintained by someone else? In general: If you introduce a new piece of infrastructure, people will usually not object if you fix the places that (should) use it, too. In this specific case: There is nobody doing really agressive maintenance on the emulators, so I don't think anybody will mind (and I think it would take a while before somebody else did it). Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990204141900.W8749>