1. db6e454 server: Get rid of the support for module snapshots, it is no longer needed. by Alexandre Julliard · 16 years ago
  2. 0d3d456 server: Make object handles ints instead of pointers. by Alexandre Julliard · 16 years ago
  3. 24ec4a6 server: Move the process pipe hangup handling into kill_process. by Alexandre Julliard · 17 years ago
  4. 3bf12b9 server: Don't force the process affinity to 1, leave it up to the client. by Alexandre Julliard · 17 years ago
  5. 3bf54c2 server: Enumerate process in reverse. by Marcus Meissner · 17 years ago
  6. 2f1e73c server: Wait for the expiration of all the process SIGKILL timers before exiting the server. by Alexandre Julliard · 17 years ago
  7. af268c6 server: Redesign the server shutdown processing. by Alexandre Julliard · 17 years ago
  8. 11750af server: Don't give out full access to the system process event. by Alexandre Julliard · 17 years ago
  9. ffbeae7 server: Don't count system processes as users of a desktop. by Alexandre Julliard · 17 years ago
  10. 8382eb0 server: Return correct object types in the get_directory_entry request. by Alexandre Julliard · 17 years ago
  11. bf2a35b server: Change the get_dll_info server request to allow retrieving the image file name of a process. by Rob Shearman · 17 years ago
  12. dd9e392 server: Use the security descriptor passed in when creating events. by Rob Shearman · 17 years ago
  13. c1707d8 server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk. by Rob Shearman · 18 years ago
  14. 156b205 server: Add support for system processes, that can be signaled to exit when all non-system processes are done. by Alexandre Julliard · 18 years ago
  15. ec86243 server: When starting a new process, use the token from the calling process, if one exists. by Rob Shearman · 18 years ago
  16. 627ca40 server: Stop exporting the console_input structure. Get rid of console.h. by Alexandre Julliard · 18 years ago
  17. aaf477f server: Change the timeout handling to use NT-style 64-bit timeouts everywhere. by Alexandre Julliard · 18 years ago
  18. 6357143 server: Add infrastructure for ioctl server request. by Alexandre Julliard · 18 years ago
  19. 3f05759 server: Don't bother with default entry points for objects that don't even return an fd. by Alexandre Julliard · 18 years ago
  20. 7a9363a server: Rename the get_file_info function to get_fd_type and get rid of the flags. by Alexandre Julliard · 18 years ago
  21. f85437c server: Store the opening options in the file descriptor instead of in the individual objects. by Alexandre Julliard · 18 years ago
  22. 72bff2e server: Add support for restarting an async I/O when the client side couldn't finish it right away. by Alexandre Julliard · 18 years ago
  23. 7e71c1d server: Add an open_file() function to the object operations. by Alexandre Julliard · 18 years ago
  24. 5bd5136 ntdll: Moved the check for removable file in load_dll to the server. by Alexandre Julliard · 18 years ago
  25. cd1c7fc server: Add hooks to support process tracing mechanisms other than ptrace. by Alexandre Julliard · 18 years ago
  26. d6f8284 server: Fix list corruption caused by previous change. by Alexandre Julliard · 18 years ago
  27. 110a6fe server: Properly handle kill_thread recursion when killing a process. by Alexandre Julliard · 18 years ago
  28. 5ceccec server: Remove redundant NULL check before free() (found by Smatch). by Michael Stefaniuc · 18 years ago
  29. 81977b7 server: Kill the process without SIGTERM when the fd socket is closed. by Alexandre Julliard · 19 years ago
  30. 498b781 server: Store the actual process count in snapshots. by Alexandre Julliard · 19 years ago
  31. 68e850e server: Send a SIGKILL to processes that don't terminate properly. by Alexandre Julliard · 19 years ago
  32. 753c870 server: Only call gettimeofday once per poll loop. by Alexandre Julliard · 19 years ago
  33. 3095a48 server: Convert thread creation/exit times to the abs_time_t type. by Alexandre Julliard · 19 years ago
  34. ce40ef1 server: Rename the wait_input_idle request to better reflect what it does. by Alexandre Julliard · 19 years ago
  35. 0f273c1 server: Added data_size_t type to represent sizes in the server protocol. by Alexandre Julliard · 19 years ago
  36. 4ff4ba3 server: Add new threads to end of thread_list. by Thomas Kho · 19 years ago
  37. 026dd2d ntdll: Implementation of process CreationTime and ExitTime. by Stefan Siebert · 19 years ago
  38. c316f0e server: Simplify process creation. by Alexandre Julliard · 19 years ago
  39. 5558652 server: Don't report a fatal protocol error for things that we can recover from. by Alexandre Julliard · 19 years ago
  40. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  41. 17de829 server: Use the standard suspend mechanism to simulate a breakpoint by Alexandre Julliard · 19 years ago
  42. cb70931 server: Moved read/write_process_memory and get_selector_entry to ptrace.c. by Alexandre Julliard · 19 years ago
  43. 0b492c7 server: Hide assumptions about alignment inside the read_process_memory function. by Alexandre Julliard · 19 years ago
  44. 959bbf8 server: Get rid of alignment requirements in write_process_memory request. by Alexandre Julliard · 19 years ago
  45. 90af5a0 server: Connect to the window station and desktop specified by startup info. by Alexandre Julliard · 19 years ago
  46. 0a36462 server: Fixed process exit code on FreeBSD. by Alexandre Julliard · 19 years ago
  47. 1c788ea server: Fix memory leak in read_process_memory handler. by Ken Thomases · 19 years ago
  48. f978f61 server: Support for closing the desktop window. by Alexandre Julliard · 19 years ago
  49. e27358e server: Remove no longer needed fields in the init_process_done request. by Alexandre Julliard · 19 years ago
  50. 4926610 server: Avoid hang on process startup. by Alexandre Julliard · 19 years ago
  51. e6374cb server: Store the process exe module in the standard dll list. by Alexandre Julliard · 19 years ago
  52. e033014 server: Remove the no longer needed exe_file parameter in the by Alexandre Julliard · 19 years ago
  53. 2b0033d server: Allow the main exe to be registered as a normal dll before by Alexandre Julliard · 19 years ago
  54. 2a36dd2 server: Remove no longer used create_flags from get_startup_info request. by Alexandre Julliard · 19 years ago
  55. a510a7e server: Added access rights mapping to file objects. by Alexandre Julliard · 19 years ago
  56. 46d1b3e server: Added access rights mapping to process and thread objects. by Alexandre Julliard · 19 years ago
  57. 28beba3 server: Added infrastructure for access rights mapping. by Alexandre Julliard · 19 years ago
  58. 24560e7 server: Make alloc_handle use attributes instead of inherit flag. by Alexandre Julliard · 19 years ago
  59. f2d7dd6 server: Use attributes instead of inherit flag in process and thread requests. by Alexandre Julliard · 19 years ago
  60. f676bc8 Move event and mutex objects into directory name space. by Vitaliy Margolen · 19 years ago
  61. 1a1583a Match PSDK STATUS_* definitions. by Ge van Geldorp · 19 years ago
  62. baffcb9 Add name_lookup function in object_ops. by Vitaliy Margolen · 19 years ago
  63. ead9b06 Added a struct unicode_str to encapsulate object names. by Alexandre Julliard · 19 years ago
  64. 3585f2f Pass object attributes to create_named_object & find_object. by Vitaliy Margolen · 19 years ago
  65. 2790923 Removed incorrect process queue check in wait_input_idle. by Alexandre Julliard · 19 years ago
  66. b09582a Implemented kernel32 process affinity handling on top on ntdll. by Eric Pouech · 20 years ago
  67. b3badc7 - rewrite kernel32:{Set|Get}PriorityClass on top of ntdll equivalent by Eric Pouech · 20 years ago
  68. 9ad5628 Moved the server start time to the init_thread request and got rid of by Alexandre Julliard · 20 years ago
  69. 11ad6a0 Return the startup info size in the init_thread request, and allocate by Alexandre Julliard · 20 years ago
  70. 0424f38 Already initialize the process in the first init_thread request by Alexandre Julliard · 20 years ago
  71. 01caa5e Moved the fields that depends on startup info from the init_process by Alexandre Julliard · 20 years ago
  72. 36b85d0 Clear the process handle table before releasing it to avoid potential by Alexandre Julliard · 20 years ago
  73. 390bc5f Don't include winbase.h when it's not necessary. by Mike McCormack · 20 years ago
  74. 5f22e7c Remove the process locks in process_killed, not process_destroy. by Alexandre Julliard · 20 years ago
  75. cdcb203 Call remove_process_locks when a process ends, fix declarations. by Mike McCormack · 20 years ago
  76. b9b1ea9 Added a close_handle method to the object operations, and use it to by Alexandre Julliard · 20 years ago
  77. 78a3e63 The desktop of a new thread should be set from the process initial by Alexandre Julliard · 20 years ago
  78. 1bf96e0 Beginnings of support for window stations and desktops. by Alexandre Julliard · 20 years ago
  79. c516571 - Use NULL instead of 0 for all non-handle pointers. by Robert Shearman · 20 years ago
  80. e626736 - changed ATOM support in wineserver to match NTDLL needs by Eric Pouech · 20 years ago
  81. f92fff6 Implemented NtSignalAndWaitForSingleObject. by Mike McCormack · 20 years ago
  82. d2ea92d - Clean up well-known privileges. by Robert Shearman · 20 years ago
  83. 5727918 Added a check for poll.h. by Steven Edwards · 20 years ago
  84. a9e0fb1 Convert the process dll list to a standard list. by Alexandre Julliard · 20 years ago
  85. 0502638 Convert the per-process thread list to a standard list. by Alexandre Julliard · 20 years ago
  86. 48c0d51 Convert the global process list to a standard list. by Alexandre Julliard · 20 years ago
  87. b0f02b2 - Implement AdjustTokenPrivileges, DuplicateTokenEx and by Robert Shearman · 20 years ago
  88. 4634447 - got rid of include/async.h by Eric Pouech · 20 years ago
  89. 5dc91e6 A starting process must obey the STARTF_USESTDHANDLES flag and use the by Rein Klazes · 20 years ago
  90. b0fd2ad - Added ProcessBasicInformation class to ntdll.NtQueryInformationProcess. by Eric Pouech · 21 years ago
  91. 670711e Handle file mappings on removable media entirely inside ntdll. by Alexandre Julliard · 21 years ago
  92. bfce151 Added window classes in the server, and support for inter-process by Alexandre Julliard · 21 years ago
  93. e55d593 Set or clear the BeingDebugged flag in the PEB when a debugger is by Alexandre Julliard · 21 years ago
  94. af192f8 Store a "removable" flag instead of the full drive type in the server by Alexandre Julliard · 21 years ago
  95. 841f898 Converted process creation to Unicode. by Alexandre Julliard · 22 years ago
  96. c30cefb Store module names in Unicode in the server. by Alexandre Julliard · 22 years ago
  97. 9fd54b2 - Implemented a few information classes in NtQuerySystemInformation. by Eric Pouech · 22 years ago
  98. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  99. 9e9e3a9 We need to ignore STATUS_OBJECT_TYPE_MISMATCH errors too when setting by Alexandre Julliard · 22 years ago
  100. 449d10f Fixed regression in process creation (std handle inheritance). by Eric Pouech · 22 years ago