From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Fri, 26 Jul 2013 18:26:01 +0200 From: cinap_lenrek@gmx.de To: 9fans@9fans.net In-Reply-To: <20130726085930.6909f7e9@Krypton> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] MirOS ksh (mksh) building out-of-the box on Plan9/APE Topicbox-Message-UUID: 6dae6818-ead8-11e9-9d60-3106f5b1d025 plan9 kernel doesnt send notes on process exit to the parent. i do not see any trivial way to emulate SIGCHLD as ape might spawn also native processes so we cannot just add code to ape to emit the signal on exit. we might handle wait records in a separate process tho using the devproc's wait file (that means also we would need to reimplement the various wait functions in ape as one would get a Einuse error on wait() when someone reads your wait file, ugh) and also generate a signal. but its not trivial :( -- cinap