Commit History

Author SHA1 Message Date
  Juan Lang 24036fe13a server: Setting a process's affinity sets all of its threads' affinities too. 15 years ago
  Alexandre Julliard 5316dd011f server: Define a generic context structure instead of using the platform-specific version. 15 years ago
  Alexandre Julliard 913e792b57 server: Store process/thread affinity as a 64-bit value. 16 years ago
  Alexandre Julliard 9f365e7705 server: Replace EXCEPTION_RECORD by an explicit definition in debug events. 16 years ago
  Alexandre Julliard fa8643805b server: Make TEB and PEB client_ptr_t instead of void pointers. 16 years ago
  Alexandre Julliard 3bf12b9aca server: Don't force the process affinity to 1, leave it up to the client. 17 years ago
  Alexandre Julliard aaf477f292 server: Change the timeout handling to use NT-style 64-bit timeouts everywhere. 17 years ago
  Alexandre Julliard 5c8421d3e7 server: Add a generic apc_call structure to make it easier to extend, and more type-safe. 18 years ago
  Alexandre Julliard 48b74b3237 server: Split get_thread_from_pid to allow lookups by tid or pid only. 18 years ago
  Alexandre Julliard 3095a48d6f server: Convert thread creation/exit times to the abs_time_t type. 18 years ago
  Alexandre Julliard 498742ff6c server: Moved get/set_thread_context implementation to ptrace.c. 18 years ago
  Alexandre Julliard 86d4688171 server: Moved some common bits of get/set_thread_context to thread.c. 18 years ago
  Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 18 years ago
  Alexandre Julliard 17de829096 server: Use the standard suspend mechanism to simulate a breakpoint 18 years ago
  Alexandre Julliard 7dbd1f01f2 server: Moved the tkill function to ptrace.c. 18 years ago
  Alexandre Julliard d8659a9773 server: Get rid of the no longer used get_thread_single_step function. 18 years ago
  Alexandre Julliard 820c5927c8 server: Removed the thread attached flag, since we always detach now. 18 years ago
  Alexandre Julliard cb70931f67 server: Moved read/write_process_memory and get_selector_entry to ptrace.c. 18 years ago
  Eric Pouech 22357ca388 server: When possible, use tgkill instead of tkill syscall on Linux. 19 years ago
  Ge van Geldorp 1a1583a364 Match PSDK STATUS_* definitions. 19 years ago
  Alexandre Julliard 73c72390f8 Fixed Get/SetThreadContext to work properly on suspended threads. 19 years ago
  Alexandre Julliard 3f85e26af2 Moved the platform-independent part of the get/set_thread_context 19 years ago
  Alexandre Julliard 1b2adad892 Don't try to detach from a thread that is exiting, to avoid triggering 19 years ago
  Alexandre Julliard 92fec7b67a Keep track of the windows and hooks used by a thread to properly 19 years ago
  Alexandre Julliard 1bf96e09a9 Beginnings of support for window stations and desktops. 19 years ago
  Robert Shearman d2ea92d14e - Clean up well-known privileges. 19 years ago
  Alexandre Julliard 0502638ee1 Convert the per-process thread list to a standard list. 20 years ago
  Alexandre Julliard 73209eb73e Convert the global thread list to a standard list. 20 years ago
  Alexandre Julliard 20894e2ffb Convert the per-thread mutex list to a standard list. 20 years ago
  Alexandre Julliard 81b6a1fbe5 Convert the APC queues to use standard lists. 20 years ago