1. be73cb7 include: Specify some fields of the SYSTEM_PERFORMANCE_INFORMATION structure. by Henri Verbeet · 15 years ago
  2. bdebad0 ntdll: Add RtlSetThreadErrorMode and RtlGetThreadErrorMode. by Peter Rosin · 15 years ago
  3. e26d266 include: Define some more of the NT global flag values. by Alexandre Julliard · 15 years ago
  4. 1c119da ntdll: Implement LdrQueryImageFileExecutionOptions and use it to retrieve the per-process global flag. by Alexandre Julliard · 15 years ago
  5. 3b67ad9 ntdll: Fix the NtCreateEvent prototype. by Alexandre Julliard · 15 years ago
  6. 3c11ff9 include: Move some 64-bit definitions to winnt.h to match the latest PSDK. by Alexandre Julliard · 15 years ago
  7. 0f556bf ntdll: Implement RtlGetNtGlobalFlags(), add related defines to winternl.h. by Dan Kegel · 15 years ago
  8. 36fad65 include: Remove use of _WIN32_WINNT. by Gerald Pfeifer · 15 years ago
  9. 6e0e0dc include: Fix timer APC callback definition. by Maarten Lankhorst · 15 years ago
  10. 44f520a include: Add some more definitions for FILE_INFORMATION_CLASS. by Alexandre Julliard · 15 years ago
  11. 3259c81 ntdll: Implement KeyNameInformation. by André Hentschel · 15 years ago
  12. 27ebfdb kernel32: Implement HeapQueryInformation, add some basic tests for it. by Dmitry Timoshkov · 15 years ago
  13. be910d9 ntdll: Add stub for NtSetInformationThread(ThreadHideFromDebugger). by Andrey Turkin · 15 years ago
  14. f6ceedf ntdll: In SYSTEM_BASIC_INFORMATION, the active processors field refers to the affinity mask. by Eric Pouech · 16 years ago
  15. c9d85dd ntdll: Route the process startup through the platform-specific thread startup code. by Alexandre Julliard · 16 years ago
  16. 2be006e ntdll: Fix a couple of system information structures for 64-bit. by Alexandre Julliard · 16 years ago
  17. 4964374 ntdll: The large integer functions are 32-bit only. by Alexandre Julliard · 16 years ago
  18. af25949 ntdll: Implement NtCancelIoFileEx and fix NtCancelIoFile. by Mike Kaplinskiy · 16 years ago
  19. 747d58d ntdll: Add management of the Wow64 filesystem redirection flag. by Alexandre Julliard · 16 years ago
  20. f7b1e94 ntdll: Initial implementation of RtlVirtualUnwind on x86_64. by Alexandre Julliard · 16 years ago
  21. 82fb611 ntdll: Fix the LPC_MESSAGE structure definition for 64-bit. by Alexandre Julliard · 16 years ago
  22. 1f8876b include: Fix the SYSTEM_CACHE_INFORMATION structure for Win64. by Alexandre Julliard · 16 years ago
  23. b9b5157 include: Update and document the TEB/PEB offsets on 64-bit. by Alexandre Julliard · 16 years ago
  24. f831385 ntdll: Convert the DbgPrint* functions to use MS ABI varargs. by Alexandre Julliard · 16 years ago
  25. 141dcff ntdll: Add stub for RtlDecompressBuffer. by Ricardo Filipe · 16 years ago
  26. 63a5cec ntdll: Add stub for RtlCompressBuffer. by Ricardo Filipe · 16 years ago
  27. 33d05e8 include: Add definition of OBJECT_NAME_INFORMATION. by Juan Lang · 16 years ago
  28. f4eb365 ntdll: Add stub for RtlGetCompressionWorkSpaceSize. by Ricardo Filipe · 16 years ago
  29. 6a548b1 ntdll: Fix the various structures returned by NtQuerySystemInformation for 64-bit. by Alexandre Julliard · 16 years ago
  30. 5f36d02 kernel32: Convert FormatMessageA/W to use an MS ABI vararg list for x86_64. by Alexandre Julliard · 16 years ago
  31. 72423f5 ntdll: Make the loader process relocations correctly for x86_64. by Maarten Lankhorst · 16 years ago
  32. 768160e ntdll: Make all exported wine functions CDECL. by Maarten Lankhorst · 16 years ago
  33. 345aff3 include: Added some definitions for x86_64 exception handling. by Alexandre Julliard · 16 years ago
  34. 6c7ff61 ntdll: Added stubs for NtGetWriteWatch and NtResetWriteWatch. by Alexandre Julliard · 16 years ago
  35. 8c57a6e advapi32: Correct spelling of SE_CHANGE_NOTIFY_PRIVILEGE. by Alistair Leslie-Hughes · 16 years ago
  36. c425c8a ntdll: Add stubbed implementations for NtQueryEaFile and NtSetEaFile. by Andrey Turkin · 17 years ago
  37. 96412ee Annotate with allocation size attribute. by Marcus Meissner · 17 years ago
  38. 091d974 ntdll: Add stubs for all the job object functions. by Alexandre Julliard · 17 years ago
  39. 0327f84 ntdll: Implemented NtOpenProcessTokenEx and NtOpenThreadTokenEx. by Alexandre Julliard · 17 years ago
  40. 97f2cbc ntdll: Add support for NtSetInformationProcess(ProcessExecuteFlags). by Dmitry Timoshkov · 17 years ago
  41. 4c64d0c ntdll: Implement RtlDeleteTimer for kernel32's DeleteTimerQueueTimer. by Dan Hipschman · 17 years ago
  42. 396e47e ntdll: Implement RtlUpdateTimer for kernel32's ChangeTimerQueueTimer. by Dan Hipschman · 17 years ago
  43. d343f2b ntdll: Implement RtlCreateTimer for kernel32's CreateTimerQueueTimer. by Dan Hipschman · 17 years ago
  44. 20a1ca2 ntdll: Implement [Rtl]Create/DeleteTimerQueue[Ex]. by Dan Hipschman · 17 years ago
  45. 1ad733e ntdll: Implement [Rtl]InitializeCriticalSectionEx. by Jon Griffiths · 17 years ago
  46. fca6067 ntdll: Implemented LdrProcessRelocationBlock. by Alexandre Julliard · 17 years ago
  47. 2d6366f ntdll: Implemented NtWriteFileGather. by Alexandre Julliard · 17 years ago
  48. 81e4a0f ntdll: Implemented NtReadFileScatter. by Alexandre Julliard · 17 years ago
  49. 5625c60 Get rid of the global thread.h header. by Alexandre Julliard · 17 years ago
  50. 6d6e9a4 ntdll: Added definitions and structures for fiber local storage. by Alexandre Julliard · 17 years ago
  51. 44b52b1 Assorted spelling fixes. by Francois Gouget · 17 years ago
  52. 17651d0 Fix some typos. by Zach Goldberg · 17 years ago
  53. 25bc702 ntdll: Implement RtlRegisterWait, RtlDeregisterWait and RtlDeregisterWaitEx. by Rob Shearman · 17 years ago
  54. 343f2c1 ntdll: Implement BindIoCompletionCallback. by Andrey Turkin · 17 years ago
  55. 6cf2df5 include: Add NTSYSAPI to the exported ntdll functions. by Alexandre Julliard · 17 years ago
  56. 6b08123 ntdll: Add a stub for RtlSetControlSecurityDescriptor. by Rob Shearman · 17 years ago
  57. 073dd7d ntdll: NtAreMappedFilesTheSame semi stub. by Peter Oberndorfer · 18 years ago
  58. 04e688a ntdll: Add RtlAddAuditAccessAceEx. by Mikolaj Zalewski · 18 years ago
  59. d666143 ntdll: Detect current time zone settings. by Dmitry Timoshkov · 18 years ago
  60. 6792a9a ntdll: Implemented RtlFindActivationContextSectionString. by Eric Pouech · 18 years ago
  61. 3a71513 ntdll: Initial implementation of RtlQueryInformationActivationContext. by Alexandre Julliard · 18 years ago
  62. 4156a71 ntdll: Create the per-module activation context at module load time. by Alexandre Julliard · 18 years ago
  63. 797dd94 ntdll: Implemented handling of the per-thread activation context stack. by Alexandre Julliard · 18 years ago
  64. 64f6fdc kernel32: Move activation context creation to ntdll (based on a patch by Eric Pouech). by Alexandre Julliard · 18 years ago
  65. 44c9758 ntdll: Move private data to make room in the TEB for the activation context data. by Alexandre Julliard · 18 years ago
  66. 33c0db0 ntdll: Constify some variables. by Andrew Talbot · 18 years ago
  67. ad5f94d ntdll: Stub and document IoCompletion APIs. by Andrey Turkin · 18 years ago
  68. 737b9e5 winternl.h: Make the fields of the PROCESS_BASIC_INFORMATION structure use same type width as a PSDK one. by Dmitry Timoshkov · 18 years ago
  69. 5f1a234 kernel32: Fix the size of ThreadAffinityMask to match PSDK. by Dmitry Timoshkov · 18 years ago
  70. 311c001 ntdll: Implement RtlWriteRegistryValue and forward ntoskrnl to it. by Vitaliy Margolen · 18 years ago
  71. 447fda5 ntdll: Implemented LdrAddRefDll. by Alexandre Julliard · 18 years ago
  72. b64530e ntdll: Reimplement LdrGetDllHandle to use the same search algorithm as LdrLoadDll. by Alexandre Julliard · 18 years ago
  73. a22c7a6 kernel32: Constify a variable. by Andrew Talbot · 18 years ago
  74. 7c6ef46 include: Replace inline static with static inline. by Andrew Talbot · 18 years ago
  75. fdff5c3 ntdll: Fix NtUnloadKey to match the DDK. by Bang Jun-Young · 18 years ago
  76. 9cf1579 ntdll/tests: Cast-qual warning fix. by Andrew Talbot · 18 years ago
  77. 5cff503 Fix ntsecapi.h so it does not depend on winternl.h. by Francois Gouget · 18 years ago
  78. 30e44c8 Assorted spelling fixes. by Francois Gouget · 18 years ago
  79. c9b5569 ntdll: Added implementation of RtlDllShutdownInProgress. by Alexandre Julliard · 18 years ago
  80. 46d2886 ntdll: Fix some function arguments. by Robert Reif · 19 years ago
  81. 6f7b1f6 ntdll: Move the calling of the process entry point back to kernel32. by Alexandre Julliard · 19 years ago
  82. 50fca71 ntdll: Moved the calling of the process entry point to LdrInitializeThunk. by Alexandre Julliard · 19 years ago
  83. 6096e58 ntdll: Widen fields in LDR_RESOURCE_INFO to accomodate 64 bit pointers. by Ge van Geldorp · 19 years ago
  84. 2d3504c ntdll/kernel32: Moved GetThreadSelectorEntry to ntdll. by Eric Pouech · 19 years ago
  85. 1d6e259 ntdll/kernel32: Pipe information. by Eric Pouech · 19 years ago
  86. 9769806 ntdll: Implemented RtlPcToFileHeader. by Alexandre Julliard · 19 years ago
  87. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  88. 9aa468d ntdll: Stub implementations of NtCreateIoCompletion, NtSetIoCompletion, and NtRemoveIoCompletion. by Mike McCormack · 19 years ago
  89. a18bdf1 ntdll: Very crude implementation of RtlQueueWorkItem. by Robert Shearman · 19 years ago
  90. 9669ff8 ntdll: Get rid of the main_file argument in LdrInitializeThunk. by Alexandre Julliard · 19 years ago
  91. b7b7f2b Avoid importing _strlwr/_strupr from ntdll. by Alexandre Julliard · 19 years ago
  92. 2878d99 ntdll: Add debug registers to the context of all exceptions. by Alexandre Julliard · 19 years ago
  93. 978f470 ntdll: NtQueryInformationToken change parameters according to PSDK. by Vitaliy Margolen · 19 years ago
  94. 90e3865 ntdll: NtRaiseException doesn't need to be a register function. by Alexandre Julliard · 19 years ago
  95. 97ede2d include: Fix DECLSPEC_NORETURN for compilation with MS C compiler. by Rolf Kalbermatter · 19 years ago
  96. 0603559 ntdll: Check for failure to get the user path in RtlOpenCurrentUser. by Alexandre Julliard · 19 years ago
  97. a1cd3ab Implement RtlInitAnsiStringEx. by Ivan Leo Puoti · 19 years ago
  98. ce08973 Fix NtQueryDirectoryObject prototype, documentation, and the by Ivan Leo Puoti · 19 years ago
  99. e1008c3 Add stub implementation for NtAccessCheckAndAuditAlarm. by Ivan Leo Puoti · 19 years ago
  100. af53827 Add OBJECT_BASIC_INFORMATION to winternl.h. by Vitaliy Margolen · 19 years ago