Adapted Winsock to Linux 2.4 TCP socket poll() behaviour
[wine] / server / ptrace.c
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...