From mboxrd@z Thu Jan 1 00:00:00 1970 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-reply-to: Your message of "Mon, 31 Oct 2011 15:17:39 PDT." References: Date: Mon, 31 Oct 2011 15:34:04 -0700 From: Bakul Shah Message-Id: <20111031223404.9FE57B856@mail.bitblocks.com> Subject: Re: [9fans] native (mostly) go for plan9 Topicbox-Message-UUID: 3d419e80-ead7-11e9-9d60-3106f5b1d025 On Mon, 31 Oct 2011 15:17:39 PDT ron minnich wrote: > > I did the lazy thing and commented out the erroneous close for now. > The easy fix is to track the fds to be closed in a map and then close > them all later. That's next. Another possibility is to allow '#d/*ctl' > to be writeable and implement a > closeonexec > control message for fds. But maybe that's just too much. It is > certainly easy to do, but is that kind of feature something we want to > add? May be add `atexec(void(*fun)(void*))'?