Re: [PATCH] QueryDosDevice in handle_to_fn

2008-03-22 Thread Christopher Faylor
On Sun, Mar 16, 2008 at 11:36:07AM -0400, Christopher Faylor wrote: This is basically my function. I'll try to convert it to use Unicode today. I've checked in changes which move handle_to_fn closer to being totally 32-bit aware and fixed one pipe and one tty problem in the process. cgf

Re: [PATCH] QueryDosDevice in handle_to_fn

2008-03-22 Thread Christopher Faylor
On Sat, Mar 22, 2008 at 05:05:28PM -0400, Christopher Faylor wrote: On Sun, Mar 16, 2008 at 11:36:07AM -0400, Christopher Faylor wrote: This is basically my function. I'll try to convert it to use Unicode today. I've checked in changes which move handle_to_fn closer to being totally 32-bit aware

Re: [patch] recognise when an exec()d process terminates due to unhandled exception

2008-03-22 Thread Christopher Faylor
On Fri, Mar 14, 2008 at 11:11:43PM -0700, Brian Dessent wrote: Christopher Faylor wrote: That was going to be my first observation, actually. I'm still trying to digest the patch but it seems like it wouldn't work well with the fork retry code. The patch doesn't change any behavior though: in

Re: [patch] recognise when an exec()d process terminates due to unhandled exception

2008-03-22 Thread Christopher Faylor
On Fri, Mar 14, 2008 at 04:08:46AM -0700, Brian Dessent wrote: Brian Dessent wrote: isn't present, etc. I was really hoping to figure out a cool way to get that info, perhaps by poking around in the TEB or PEB somewhere, but I haven't gotten that far. If anyone has any general ideas where to