Fixed a number of bugs in the handling of window parent and owner and
[wine] / server / ptrace.c
2002-05-24  Alexandre JulliardA few optimizations in the process startup requests...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-12  Alexandre JulliardCheck unix_pid again after attach.
2001-07-14  Alexandre JulliardBacked out the suspend_process_for_ptrace change.
2001-04-27  Ove KaavenPreserve the TF (Trap Flag) when continuing from a...
2000-11-29  Dimitrie O. PaunDo not include sys/ptrace.h and sys/user.h unconditionally.
2000-10-17  Gerald PfeiferAdd appropriate casts to caddr_t for the third paramete...
2000-04-04  Alexandre JulliardIncrement suspend count before attempting attach in...
2000-03-17  Alexandre JulliardHave threads and processes exit more cleanly whenever...
2000-03-15  Alexandre JulliardAvoid SIGSTOP/SIGCONT race when ptrace is disabled.
2000-03-09  Alexandre JulliardStore the list of loaded dlls in the server, and genera...
1999-12-13  Alexandre JulliardUse poll() instead of select() for the server main...
1999-11-25  Alexandre JulliardMore portability fixes (thanks to Juergen Lock).
1999-11-21  Alexandre JulliardPortability fixes.
1999-11-14  Alexandre JulliardMoved ptrace support to ptrace.c. Tried to improve...