1. 5116dca server: Open mem file for write when writing memory. by Andrey Turkin · 15 years ago
  2. 538b247 server: Free client-side user handles at process exit. by Alexandre Julliard · 15 years ago
  3. 9018e13 server: Add support for allocating purely client-side user handles. by Alexandre Julliard · 15 years ago
  4. 3eaecf0 kernel32: Always use ANSI version of OutputDebugString. by Andrey Turkin · 15 years ago
  5. 0eed440 server: A signed 1-bit bitfield doesn't make much sense; use unsigned. by Michael Stefaniuc · 16 years ago
  6. bfb4578 server: A thread's affinity is restricted to the process affinity. by Juan Lang · 16 years ago
  7. 474b2e4 server: Use kernel support for thread affinity when available. by Juan Lang · 16 years ago
  8. 24036fe server: Setting a process's affinity sets all of its threads' affinities too. by Juan Lang · 16 years ago
  9. a30778b server: Disable large files for procfs on Solaris. by Alexandre Julliard · 16 years ago
  10. b8ae3f0 ntdll: Fix handling of the duplicate MxCsr entry in the x86_64 context. by Alexandre Julliard · 16 years ago
  11. da8acbc server: Define an architecture-independent structure for process startup info. by Alexandre Julliard · 16 years ago
  12. b05774e server: Change cancel_async to take an optional iosb and only_thread. by Mike Kaplinskiy · 16 years ago
  13. da1784b server: Don't use the cached file mode when setting the security descriptor. by Alexandre Julliard · 16 years ago
  14. 74a6302 server: Properly initialize mode and uid for file and directory objects. by Alexandre Julliard · 16 years ago
  15. a0eb2ed server: Don't report LOAD_DLL debug event for exe module. by Michael Karcher · 16 years ago
  16. 95d3a72 server: Add support for image mappings for both 32- and 64-bit PE formats. by Alexandre Julliard · 16 years ago
  17. 270179a server: Remap the EROFS errno value to STATUS_ACCESS_DENIED. by Andrew Nguyen · 16 years ago
  18. 6056e8a server: Return the process CPU in the get_process_info request. by Alexandre Julliard · 16 years ago
  19. 61a7036 server: Use sys/inotify.h if it exists instead of hardcoding the system calls. by Alexandre Julliard · 16 years ago
  20. 034c6c3 server: The ptrace interfaces uses longs, not ints. by Alexandre Julliard · 16 years ago
  21. fd78e6e server: Restart at the head of the wait queue when we woke a thread, since this can modify the queue. by Alexandre Julliard · 16 years ago
  22. acb0566 user32: Add a test for PeekMessage((HWND)-1), make it pass under Wine. by Dmitry Timoshkov · 16 years ago
  23. 7a344c1 server: Avoid a crash when trying to wait on a disconnected pipe client. by Alexandre Julliard · 16 years ago
  24. 5dcf157 server: Hide a window before destroying it if it was still visible. by Alexandre Julliard · 16 years ago
  25. 2d69ba4 server: Reset events on the message queue fd to avoid busy looping when the thread is suspended. by Alexandre Julliard · 16 years ago
  26. d5d0738 ntdll: Tweak the file mapping permission checks some more, with tests. by Alexandre Julliard · 16 years ago
  27. 24af6f3 server: Add requests to set and retrieve default dacl. by Hans Leidekker · 16 years ago
  28. 5316dd0 server: Define a generic context structure instead of using the platform-specific version. by Alexandre Julliard · 16 years ago
  29. 53929f1 server: Make all dump function take a prefix string to simplify the tracing code. by Alexandre Julliard · 16 years ago
  30. 279defe server: Verify that the client is using a supported CPU type. by Alexandre Julliard · 16 years ago
  31. 653d2c4 server: Store the type of CPU that the client is running on. by Alexandre Julliard · 16 years ago
  32. b06a919 server: Use the thread entry point field to pass the PEB in the initial thread. by Alexandre Julliard · 16 years ago
  33. 50171c5 server: Make the new named pipe server fd inherit the I/O completion if it was set before connecting. by Alexandre Julliard · 16 years ago
  34. 9dd3fe5 server: Overlapped named pipes are never blocking, even if no APC was specified. by Alexandre Julliard · 16 years ago
  35. 548e189 server: Don't return a value from a void function. by Alexandre Julliard · 16 years ago
  36. 3b86f46 server: Handle NULL thread in send_hardware_message (Coverity). by Marcus Meissner · 16 years ago
  37. 913e792 server: Store process/thread affinity as a 64-bit value. by Alexandre Julliard · 16 years ago
  38. 7f1dc35 server: Generate padding in request structures from make_requests. by Alexandre Julliard · 16 years ago
  39. 64e6ee5 server: Set stderr in line-buffered mode before doing anything else. by Alexandre Julliard · 16 years ago
  40. 0ffd26a user32: Use the message_data_t union when receiving a message. by Alexandre Julliard · 16 years ago
  41. 9f365e7 server: Replace EXCEPTION_RECORD by an explicit definition in debug events. by Alexandre Julliard · 16 years ago
  42. bc03f0e server: Simplify the debug_event_t structure. by Alexandre Julliard · 16 years ago
  43. 9087e5c server: Avoid crash on initialization of the thread creation debug event. by Alexandre Julliard · 16 years ago
  44. 8c8c665 server: Reorganize some requests to avoid padding, and make remaining padding explicit. by Alexandre Julliard · 16 years ago
  45. 0c914e4 server: Make atom_t an unsigned int to avoid padding issues. by Alexandre Julliard · 16 years ago
  46. fa86438 server: Make TEB and PEB client_ptr_t instead of void pointers. by Alexandre Julliard · 16 years ago
  47. c6c335d server: Make thread entry points client_ptr_t instead of void pointers. by Alexandre Julliard · 16 years ago
  48. 2cf868c server: Move ldt_copy to the init_process_done request and make it a client_ptr_t. by Alexandre Julliard · 16 years ago
  49. 1d2d0d5 server: Send the version with the initial fd so that it can be checked before sending the first request. by Alexandre Julliard · 16 years ago
  50. 6db2010 server: Make the various async I/O parameters client_ptr_t instead of void pointers. by Alexandre Julliard · 16 years ago
  51. f507ccb server: Specify the user APC to call only once the system APC has executed. by Alexandre Julliard · 16 years ago
  52. 7ec95c5 server: Explicitly specify when an ioctl call needs to be blocking. by Alexandre Julliard · 16 years ago
  53. f69e622 server: Make the arguments for CreateRemoteThread client_ptr_t instead of void pointers. by Alexandre Julliard · 16 years ago
  54. c86ec64 server: Make a couple of fields smaller in the apc_call_t/apc_result_t structures. by Alexandre Julliard · 16 years ago
  55. 7560a89 server: Make padding explicit in the wake_up_reply structure. by Alexandre Julliard · 16 years ago
  56. 838803c server: Make the address parameters in inter-process virtual memory calls client_ptr_t. by Alexandre Julliard · 16 years ago
  57. d066a9a server: Make the mapping base address a client_ptr_t instead of a void pointer. by Alexandre Julliard · 16 years ago
  58. 8e9c156 server: Make the address argument for read/write_process_memory a client_ptr_t. by Alexandre Julliard · 16 years ago
  59. 4261476 server: Make the message callback function a client_ptr_t instead of a void pointer. by Alexandre Julliard · 16 years ago
  60. 9b92a59 server: Make timer callback function and argument client_ptr_t instead of void pointers. by Alexandre Julliard · 16 years ago
  61. cc55fd3 server: Make hook procedures client_ptr_t instead of void pointers. by Alexandre Julliard · 16 years ago
  62. 923310a server: Make the device opaque data a client_ptr_t instead of a void pointer. by Alexandre Julliard · 16 years ago
  63. 0cd3ff6 server: Make the class opaque data a client_ptr_t instead of a void pointer. by Alexandre Julliard · 16 years ago
  64. 45c9919 server: Make the select cookie a client_ptr_t instead of a void pointer. by Alexandre Julliard · 16 years ago
  65. 93737d5 server: Store debugging output strings as client_ptr_t instead of void pointers. by Alexandre Julliard · 16 years ago
  66. 947976f server: Store module names as client_ptr_t instead of void pointers. by Alexandre Julliard · 16 years ago
  67. f2c4e09 server: Make module handles always 64-bit. by Alexandre Julliard · 16 years ago
  68. cb2788e server: Add a module_handle_t type to represent client-side module handles. by Alexandre Julliard · 16 years ago
  69. 9ed42d2 server: Get rid of the unused count parameter in fd_queue_async(). by Alexandre Julliard · 16 years ago
  70. b660aaa server: Use the same field for process and thread handle in the queue_apc request. by Alexandre Julliard · 16 years ago
  71. a7b3efd server: Store the async handle inside the async_data_t structure. by Alexandre Julliard · 16 years ago
  72. 3cd817b server: Make lparam_t always 64-bit. by Alexandre Julliard · 16 years ago
  73. d1d7b9f server: Store data for hardware messages in the message extra data. by Alexandre Julliard · 16 years ago
  74. a6216ab server: Make apc_param_t always 64-bit. by Alexandre Julliard · 16 years ago
  75. 29d9759 server: Use mem_size_t instead of file_pos_t for memory mapping sizes. by Alexandre Julliard · 16 years ago
  76. 401f4b7 server: Make mem_size_t always 64-bit. by Alexandre Julliard · 16 years ago
  77. 992d3ce server: Add a mem_size_t type to represent memory sizes and offsets. by Alexandre Julliard · 16 years ago
  78. f6fa72d server: Make async I/O transfer sizes always 32-bit. by Alexandre Julliard · 16 years ago
  79. dc7f170 server: Add an apc_param_t type to store APC client-side parameters. by Alexandre Julliard · 16 years ago
  80. 517b2f6 server: Windows properties are actually generic params, not handles. by Alexandre Julliard · 16 years ago
  81. 31282b3 server: Define an lparam_t type for message parameters that can hold all sorts of data. by Alexandre Julliard · 16 years ago
  82. 77cf803 server: Don't use size_t for module sizes, they are limited to 2Gb anyway. by Alexandre Julliard · 16 years ago
  83. db6e454 server: Get rid of the support for module snapshots, it is no longer needed. by Alexandre Julliard · 16 years ago
  84. d764107 server: Make user handles ints instead of pointers. by Alexandre Julliard · 16 years ago
  85. 0d3d456 server: Make object handles ints instead of pointers. by Alexandre Julliard · 16 years ago
  86. 5c37788 server: The name len in the get_directory_entry request must be a data_size_t. by Alexandre Julliard · 16 years ago
  87. 3343c40 server: Convert the registry key modification time to a win32-style time. by Alexandre Julliard · 16 years ago
  88. 8b49ecc server: Fix string format warning. by Vincent Povirk · 16 years ago
  89. 9434e19 server: Limit the number of allocated handles before running out of memory. by Alexandre Julliard · 16 years ago
  90. afce615 wineserver: Don't use O_CREAT and O_EXCL when attempting to open directories. by Jeff Zaroyko · 16 years ago
  91. d6abd38 server: Remove an unneeded cast. by Francois Gouget · 16 years ago
  92. af8bb2e ntdll: Add support for virtual write watches. by Alexandre Julliard · 16 years ago
  93. 6435a5d server: Clone file_get_sd() and file_set_fd() for directories. by Paul Bryan Roberts · 16 years ago
  94. d87af3d server: Refactor server side implementation of GetFileSecurity(). by Paul Bryan Roberts · 16 years ago
  95. 5e2ed6b ntdll,server: Fixed access checks for OpenFileMapping and MapViewOfFile. by Alexandre Julliard · 16 years ago
  96. cdce50f ntdll: Store the per-page committed status in the server for anonymous file mappings. by Alexandre Julliard · 16 years ago
  97. 7e94787 ntdll: Add a noexec flag for memory views where we don't want to force exec permission. by Alexandre Julliard · 16 years ago
  98. 0b0b6c3 ntdll: Store the per-view flags in the high word of the page protection bits. by Alexandre Julliard · 16 years ago
  99. ba71579 server: Added a request to unlink an object from its namespace. by Alexandre Julliard · 16 years ago
  100. 7d5f732 server: Convert source files to utf-8. by Alexandre Julliard · 16 years ago