Avoid excessive heap memory reallocation when generating EMF
[wine] / server / ptrace.c
2003-08-21  Alexandre JulliardCope with wait4 being interrupted by a signal.
2003-05-06  Alexandre JulliardFixed a couple of races with exiting threads in suspend...
2003-04-26  Alexandre JulliardProperly handle the wait4 syscall failure on kernels...
2003-04-16  Alexandre JulliardFall back to kill() if the kernel doesn't support tkill().
2003-03-26  Alexandre JulliardAdded generic signal handling mechanism based on pipes...
2003-03-22  Alexandre JulliardMake a distinction between the thread Unix pid and...
2003-03-11  Alexandre JulliardAttaching the debugger to a running process should...
2003-03-10  Eric PouechFixed typo.
2003-03-04  Alexandre JulliardUse SIGUSR1 instead of SIGSTOP to suspend threads.
2003-02-25  Alexandre JulliardAdded send_thread_signal() function and properly handle...
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-02-01  Alexandre JulliardMade process and thread ids small integers instead...
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...