Hi, On Mon, Aug 02, 2010 at 07:23:35AM -0600, Samuel J. Greear wrote: > > This 10-second-wait should be fixed with commit 847ff8c. > > > > While debugging I noticed screen calls close(2) on all descriptors > > except stdin/err/out every time it forks. Making it use DragonFly's > > closefrom(2) would be a great optimization that would reduce new > > window creation times, if anyone felt so inclined. > > > > Sam > > Referenced commit broke xterm (maybe other things). I have just pushed > a fix to master.
Confirmed that it's fixed, too. I didn't notice that some of changes after 847ff8c needed rebuilding the world (or libc) until recently, so I've been trying to investigate a few new problems which turned out to be caused by inconsistency between kernel and the library :) Thanks.