1. 2878d99 ntdll: Add debug registers to the context of all exceptions. by Alexandre Julliard · 19 years ago
  2. 2654be0 ntdll: Handle NtSetContextThread on the client side (as far as by Alexandre Julliard · 19 years ago
  3. 46d1b3e server: Added access rights mapping to process and thread objects. by Alexandre Julliard · 19 years ago
  4. 28beba3 server: Added infrastructure for access rights mapping. by Alexandre Julliard · 19 years ago
  5. 24560e7 server: Make alloc_handle use attributes instead of inherit flag. by Alexandre Julliard · 19 years ago
  6. f2d7dd6 server: Use attributes instead of inherit flag in process and thread requests. by Alexandre Julliard · 19 years ago
  7. 1a1583a Match PSDK STATUS_* definitions. by Ge van Geldorp · 19 years ago
  8. baffcb9 Add name_lookup function in object_ops. by Vitaliy Margolen · 19 years ago
  9. 73c7239 Fixed Get/SetThreadContext to work properly on suspended threads. by Alexandre Julliard · 19 years ago
  10. 3f85e26 Moved the platform-independent part of the get/set_thread_context by Alexandre Julliard · 19 years ago
  11. ff7795e Don't send an extra signal when waiting for a debug event, just do a by Alexandre Julliard · 19 years ago
  12. 867ae26 Remove an exiting thread from the process only after thread cleanup to by Alexandre Julliard · 20 years ago
  13. 1b2adad Don't try to detach from a thread that is exiting, to avoid triggering by Alexandre Julliard · 20 years ago
  14. e659f1e Fix some gcc 4.0 warnings. by Mike McCormack · 20 years ago
  15. f895ad1 Fixed a couple of error codes. by Alexandre Julliard · 20 years ago
  16. 9ad5628 Moved the server start time to the init_thread request and got rid of by Alexandre Julliard · 20 years ago
  17. 11ad6a0 Return the startup info size in the init_thread request, and allocate by Alexandre Julliard · 20 years ago
  18. 4391be5 Get rid of the boot_done request. by Alexandre Julliard · 20 years ago
  19. 0424f38 Already initialize the process in the first init_thread request by Alexandre Julliard · 20 years ago
  20. 92fec7b Keep track of the windows and hooks used by a thread to properly by Alexandre Julliard · 20 years ago
  21. 390bc5f Don't include winbase.h when it's not necessary. by Mike McCormack · 20 years ago
  22. 4bba216 Add support for impersonating a token. by Robert Shearman · 20 years ago
  23. 3795709 Change code style of form "if( x )" to "if (x)" for consistency. by Robert Shearman · 20 years ago
  24. b9b1ea9 Added a close_handle method to the object operations, and use it to by Alexandre Julliard · 20 years ago
  25. 78a3e63 The desktop of a new thread should be set from the process initial by Alexandre Julliard · 20 years ago
  26. 1bf96e0 Beginnings of support for window stations and desktops. by Alexandre Julliard · 20 years ago
  27. f92fff6 Implemented NtSignalAndWaitForSingleObject. by Mike McCormack · 20 years ago
  28. d2ea92d - Clean up well-known privileges. by Robert Shearman · 20 years ago
  29. 5727918 Added a check for poll.h. by Steven Edwards · 20 years ago
  30. aa34768 Convert the object wait queue to a standard list. by Alexandre Julliard · 20 years ago
  31. 73209eb Convert the global thread list to a standard list. by Alexandre Julliard · 20 years ago
  32. 20894e2 Convert the per-thread mutex list to a standard list. by Alexandre Julliard · 20 years ago
  33. 81b6a1f Convert the APC queues to use standard lists. by Alexandre Julliard · 20 years ago
  34. 6dba0a7 Add support for winevent hooks. by Dmitry Timoshkov · 20 years ago
  35. 4634447 - got rid of include/async.h by Eric Pouech · 20 years ago
  36. 3c68ab0 Make init_thread request deal better with fd allocation errors. by Alexandre Julliard · 21 years ago
  37. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  38. 36cd6f5 Added a security token object in wineserver. by Mike McCormack · 22 years ago
  39. 4f196ea Implemented the ThreadBasicInformation case for NtQueryInformationThread. by Alexandre Julliard · 22 years ago
  40. d55e7f1 Store the hook table in the thread queue instead of the thread by Alexandre Julliard · 22 years ago
  41. b2df5f9 - use global atoms for the format ids by Ulrich Czekalla · 22 years ago
  42. 088bcf9 Implemented NtQueueApcThread, and changed the server APC interface to by Alexandre Julliard · 22 years ago
  43. 462172a Added abs_time_t structure to the server protocol, and added a dump by Alexandre Julliard · 22 years ago
  44. a8497bd Make a distinction between the thread Unix pid and the process wide by Alexandre Julliard · 22 years ago
  45. 580da24 Added an inode object to keep track of all file descriptors open for a by Alexandre Julliard · 22 years ago
  46. d04ccb8 Use SIGUSR1 instead of SIGSTOP to suspend threads. by Alexandre Julliard · 22 years ago
  47. a3c5ad4 Suspended threads should not acquire synchronization objects. by Peter Hunnisett · 22 years ago
  48. 02a53c1 Added send_thread_signal() function and properly handle errors caused by Alexandre Julliard · 22 years ago
  49. 77c8b1d Pass the pid of the new process in the new_process request, don't by Alexandre Julliard · 22 years ago
  50. e66207e Moved all references to file descriptors out of the generic object by Alexandre Julliard · 22 years ago
  51. cf27a7f Changed fd operations to take a struct fd instead of a struct object. by Alexandre Julliard · 22 years ago
  52. 91befe1 Made process and thread ids small integers instead of pointers. by Alexandre Julliard · 22 years ago
  53. 863637b Started moving functions that deal with Unix file descriptors to a by Alexandre Julliard · 22 years ago
  54. 24f4ece Partially implement GetThreadTimes. by Ryan Cumming · 22 years ago
  55. 0286135 Rewrote hook support to store the hook chain in the server. by Alexandre Julliard · 22 years ago
  56. 54f2287 Added process_id_t and thread_it_t types to the server interface by Alexandre Julliard · 23 years ago
  57. 31022d6 Signal and release the idle event when the process main thread exits. by Alexandre Julliard · 23 years ago
  58. ff73250 Unlock the master socket if the boot thread terminates early. by Alexandre Julliard · 23 years ago
  59. 5188574 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. by Alexandre Julliard · 23 years ago
  60. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  61. 2b47fb3 - separate cleanly between async scheduling and file IO related issues. by Martin Wilck · 23 years ago
  62. f666257 Don't suspend a terminated thread. by François Gouget · 23 years ago
  63. 417296c Implement OpenThread() winapi call. Implement a few pthreads functions. by Chris Morgan · 23 years ago
  64. 15979fd Fixed handling of timer callback routines when the thread owning the by Alexandre Julliard · 23 years ago
  65. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  66. b1c45b9 Fixed a bug that caused APCs to be "forgotten". by Martin Wilck · 23 years ago
  67. 6f011c0 - move async activation into the server - implement async queues by Mike McCormack · 23 years ago
  68. 3940d8a Let the console renderer be defined as a thread. by Eric Pouech · 23 years ago
  69. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  70. c4be541 Avoid ftruncate to work around broken UMSDOS file system. by Alexandre Julliard · 23 years ago
  71. 1a66d22 Added global management of user handles in the server. by Alexandre Julliard · 24 years ago
  72. d66130a Don't crash if send_thread_wakeup() fails. by Andreas Mohr · 24 years ago
  73. 10109e6 Removed unused functions suspend/remove_all_threads. by Alexandre Julliard · 24 years ago
  74. 51ab43b Moved the major part of message queue and window timer handling into by Alexandre Julliard · 24 years ago
  75. e5dedb1 Added support for nested server waits (to allow waiting in signal handlers). by Alexandre Julliard · 24 years ago
  76. 8859d77 Create the server pipes on the client side and transfer them to the by Alexandre Julliard · 24 years ago
  77. f524240 New mechanism to transfer file descriptors from client to server. by Alexandre Julliard · 24 years ago
  78. 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
  79. d90e964 Added separate server pipe to wait on blocking server calls. by Alexandre Julliard · 24 years ago
  80. 2362380 Added separate queue for "system" APCs that get called even when the by Alexandre Julliard · 24 years ago
  81. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  82. 7f74824 Fixed error recovery during thread creation. by Alexandre Julliard · 24 years ago
  83. 63411db Avoid dup'ing file descriptors when not necessary. by Alexandre Julliard · 24 years ago
  84. d549f69 Use a separate FIFO pair for server requests that don't need to pass a by Alexandre Julliard · 24 years ago
  85. 1ab243b Merged the get_read_fd and get_write_fd requests. by Alexandre Julliard · 24 years ago
  86. 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
  87. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  88. 8611353 Added the data structures and macros that will be needed to support by Alexandre Julliard · 25 years ago
  89. ea1afce Added APC support in waitable timers. by Alexandre Julliard · 25 years ago
  90. c5e433a Moved idle event handling to the server. by Alexandre Julliard · 25 years ago
  91. 5b4f3e8 Rewrote Unix process launching to allow passing startup information to by Alexandre Julliard · 25 years ago
  92. 07d8446 Implemented thread and (partial) module snapshots, based on the work by Alexandre Julliard · 25 years ago
  93. 6a72dc5 Load done event now created by the server. by Alexandre Julliard · 25 years ago
  94. f6507ed Do not send a debug event for a thread until the previous event for by Alexandre Julliard · 25 years ago
  95. b73421d Set thread start address to 0 on events generated by by Alexandre Julliard · 25 years ago
  96. 9a0e28f Fixed a couple of file descriptor leaks. by Alexandre Julliard · 25 years ago
  97. 12f29b5 Have threads and processes exit more cleanly whenever possible. by Alexandre Julliard · 25 years ago
  98. 98aacc7 Avoid SIGSTOP/SIGCONT race when ptrace is disabled. by Alexandre Julliard · 25 years ago
  99. ea0d028 Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events. by Alexandre Julliard · 25 years ago
  100. 05f0b71 Store the list of loaded dlls in the server, and generate debug events by Alexandre Julliard · 25 years ago