Re: sync(3)

2004-10-27 Thread Christopher Faylor
On Wed, Oct 27, 2004 at 04:36:17AM +0200, Reini Urban wrote: Why is this a bad idea? It's a very limited implementation of what sync is supposed to do but maybe it's better than nothing. A slightly more robust method would be to implement an internal cygwin signal which could be sent to every

Re: sync(3)

2004-10-27 Thread Reini Urban
Christopher Faylor schrieb: On Wed, Oct 27, 2004 at 04:36:17AM +0200, Reini Urban wrote: Why is this a bad idea? It's a very limited implementation of what sync is supposed to do but maybe it's better than nothing. A slightly more robust method would be to implement an internal cygwin signal which

[Patch] Deimpersonate while accessing HKLM

2004-10-27 Thread Pierre A. Humblet
This patch should fix the chdir problem reported by Jason Tishler. It deimpersonates while reading the mounts and cygdrive in HKLM. For ease of initialization, the unused cygheap-user tokens are now set to NO_IMPERSONATION (instead of INVALID_HANDLE_VALUE), which is #defined as NULL. If the