1. 9aa468d ntdll: Stub implementations of NtCreateIoCompletion, NtSetIoCompletion, and NtRemoveIoCompletion. by Mike McCormack · 19 years ago
  2. a18bdf1 ntdll: Very crude implementation of RtlQueueWorkItem. by Robert Shearman · 19 years ago
  3. 9669ff8 ntdll: Get rid of the main_file argument in LdrInitializeThunk. by Alexandre Julliard · 19 years ago
  4. b7b7f2b Avoid importing _strlwr/_strupr from ntdll. by Alexandre Julliard · 19 years ago
  5. 2878d99 ntdll: Add debug registers to the context of all exceptions. by Alexandre Julliard · 19 years ago
  6. 978f470 ntdll: NtQueryInformationToken change parameters according to PSDK. by Vitaliy Margolen · 19 years ago
  7. 90e3865 ntdll: NtRaiseException doesn't need to be a register function. by Alexandre Julliard · 19 years ago
  8. 97ede2d include: Fix DECLSPEC_NORETURN for compilation with MS C compiler. by Rolf Kalbermatter · 19 years ago
  9. 0603559 ntdll: Check for failure to get the user path in RtlOpenCurrentUser. by Alexandre Julliard · 19 years ago
  10. a1cd3ab Implement RtlInitAnsiStringEx. by Ivan Leo Puoti · 19 years ago
  11. ce08973 Fix NtQueryDirectoryObject prototype, documentation, and the by Ivan Leo Puoti · 19 years ago
  12. e1008c3 Add stub implementation for NtAccessCheckAndAuditAlarm. by Ivan Leo Puoti · 19 years ago
  13. af53827 Add OBJECT_BASIC_INFORMATION to winternl.h. by Vitaliy Margolen · 19 years ago
  14. b3badc7 - rewrite kernel32:{Set|Get}PriorityClass on top of ntdll equivalent by Eric Pouech · 20 years ago
  15. ff77264 Correct third parameter of NtQueryInformationAtom. by James Hawkins · 20 years ago
  16. 6fb12fc Declare PNTSTATUS in lmaccess.h and ntsecapi.h to match the PSDK. by Francois Gouget · 20 years ago
  17. 5617b71 Added a wine_unix_to_nt_file_name function to do proper pathname by Alexandre Julliard · 20 years ago
  18. 55ad6cc Implemented a few trivial ntdll functions that have been added in by Alexandre Julliard · 20 years ago
  19. 4de75b5 Use the new RtlExitUserThread function instead of exporting by Alexandre Julliard · 20 years ago
  20. 1dc1895 Use SIZE_T type for size variables in NTDLL when appropriate. by Dmitry Timoshkov · 20 years ago
  21. da0ade4 Define the remaining Nt* functions. by Mike McCormack · 20 years ago
  22. 04d05c9 Add more Nt* functions. by Mike McCormack · 20 years ago
  23. 50f8fbf Add more Nt* functions. by Mike McCormack · 20 years ago
  24. 7e3d506 Removed 4 bytes from the SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION by Paul Vriens · 20 years ago
  25. 4475822 Define more Nt* functions. by Mike McCormack · 20 years ago
  26. f28a1ed Add some values to the PROCESS_INFORMATION_CLASS enumeration. by Felix Nawothnig · 20 years ago
  27. efe7c28 Declare some Nt* functions. by Mike McCormack · 20 years ago
  28. 6d68a03 Implemented OpenProcess on top of NtOpenProcess. by Eric Pouech · 20 years ago
  29. 0ccfb0c Declare some Nt* functions. by Mike McCormack · 20 years ago
  30. 261a8b5 Add prototype and fix RtlpNtCreateKey. by Mike McCormack · 20 years ago
  31. a0bfbb9 Add stub implementation of RtlAddAuditAccessAce. by James Hawkins · 20 years ago
  32. 05f53af Declare RtlGUIDFromString and RtlStringFromGUID. by Mike McCormack · 20 years ago
  33. cc1c516 Added KERNEL_USER_TIMES struct. by Paul Vriens · 20 years ago
  34. 78911f3 - avoid winternl.h depending on winbase.h by Mike McCormack · 20 years ago
  35. 9cb94b2 Implement RtlImpersonateSelf, RevertToSelf and MapGenericMask. by Robert Shearman · 20 years ago
  36. e485f98 Implement RtlCopySecurityDescriptor. by James Hawkins · 20 years ago
  37. 5b2d5fd Use HANDLE instead of HKEY in the NT API. by Mike McCormack · 20 years ago
  38. 379946c Declare Nt directory functions. by Mike McCormack · 20 years ago
  39. 7da043f Add/fix more NT native API declarations. by Mike McCormack · 20 years ago
  40. 0c9cb1d Declare port functions and fix prototypes. by Mike McCormack · 20 years ago
  41. 5e50085 Fixed size of our SYSTEM_TIMEOFDAY_INFORMATION struct. by Paul Vriens · 20 years ago
  42. d838385 Add and fix function prototypes. by Mike McCormack · 20 years ago
  43. f3392ac Add RtlAnsiCharToUnicodeChar definition. by James Hawkins · 20 years ago
  44. a9983c8 Implement RtlAdjustPrivilege. by Eric Kohl · 20 years ago
  45. 950e5e6 Dependency fixes for winternl.h. by Mike McCormack · 20 years ago
  46. 264eb8d Add another (unknown) member to SYSTEM_THREAD_INFORMATION. by Paul Vriens · 20 years ago
  47. ab29aa2 Moved the ntdll per-thread data out of the TEB into a private by Alexandre Julliard · 20 years ago
  48. d8c5960 Make SYSTEM_THREAD_INFORMATION.pszProcessName a UNICODE_STRING. by Felix Nawothnig · 20 years ago
  49. eb6559f Change SYSTEM_PROCESS_INFORMATION to reflect W2K/WinXP/W2K3 structure. by Paul Vriens · 20 years ago
  50. 16885f0 Fixed RtlIsTextUnicode prototype, and made it properly take into by Alexandre Julliard · 20 years ago
  51. 2964d8b Rename SystemDriverInformation to SystemModuleInformation. by Ivan Leo Puoti · 20 years ago
  52. e4412a6 Removed the special casing of kernel32 and ntdll for the TEB by Alexandre Julliard · 20 years ago
  53. ad8d542 Sorted some of the structs and made them consistent. by Paul Vriens · 20 years ago
  54. 26c9b07 Implemented NTDLL atom support. by Eric Pouech · 20 years ago
  55. 219bff0 Changed SystemHandleList into SystemHandleInformation by Paul Vriens · 20 years ago
  56. 64a44a4 Remove HANDLEINFO struct. by Paul Vriens · 20 years ago
  57. 424cc2a Remove the not used PROCESS_INFO struct. by Paul Vriens · 20 years ago
  58. 205d3c4 Added proper names for the remaining TEB fields. by Alexandre Julliard · 20 years ago
  59. f92fff6 Implemented NtSignalAndWaitForSingleObject. by Mike McCormack · 20 years ago
  60. d2ea92d - Clean up well-known privileges. by Robert Shearman · 20 years ago
  61. 08ae0d0 Remove THREAD_INFO struct. Rename THREADINFO into SYSTEM_THREAD_INFORMATION. by Paul Vriens · 20 years ago
  62. 5a2591d - moved named pipe creation to ntdll by Eric Pouech · 20 years ago
  63. 58a4fb9 Declare and define a stub for NtSignalAndWaitForSingleObject. by Mike McCormack · 20 years ago
  64. c31a7e9 - Correct args for NtPowerInformation. - Add stub for NtInitiatePowerAction. by Benjamin Cutler · 20 years ago
  65. 016206c Move mailslot set and query info implementation to ntdll. by Mike McCormack · 20 years ago
  66. 580ded6 - Implement NtLoadKey. - Forward RegLoadKey to NtLoadKey. by James Hawkins · 20 years ago
  67. 6c42be2 Implement CreateMailslot using NtCreateMailslotFile. by Mike McCormack · 20 years ago
  68. f1020bc Added support for the TLS expansion slots, adding an extra 1024 entries. by Alexandre Julliard · 20 years ago
  69. 54d4257 Move Rtl*Registry* structs, defines and prototypes to winternl.h. by Ivan Leo Puoti · 20 years ago
  70. b0f02b2 - Implement AdjustTokenPrivileges, DuplicateTokenEx and by Robert Shearman · 20 years ago
  71. 2a0df4b In NtQuerySystemInformation, handle request for information class 1, by Rein Klazes · 20 years ago
  72. 407d863 Get rid of the rdtsc cpu instruction method for calculation of the by Rein Klazes · 20 years ago
  73. bfef620 Added NtLoadDriver and NtUnloadDriver stubs. by Ivan Leo Puoti · 20 years ago
  74. fccfcbf Stub implementations for EnumPageFiles{A,W}, GetProcessImageFileName{A,W}. by Hans Leidekker · 20 years ago
  75. 1fd6264 Fixed the FIXME in RtlNtStatusToDosError, and implemented by Alexandre Julliard · 20 years ago
  76. 1d36d12 Fixed prototypes of a couple of ntdll functions. by Alexandre Julliard · 20 years ago
  77. 49f7f6c Stub implementations for AdjustTokenGroups, AreAllAccessesGranted, by Hans Leidekker · 20 years ago
  78. 7572b12 Implement NtQueryTimer. by Robert Shearman · 20 years ago
  79. ee6982e Implement handle tables and add tests for them. by Robert Shearman · 20 years ago
  80. 44158dd - moved event, semaphore, mutex implementation from kernel32 to ntdll by Eric Pouech · 20 years ago
  81. 0fca5ac - implement LookupPrivilegeName by Juan Lang · 20 years ago
  82. 2050591 Fix NtAllocateVirtualMemory declaration and fix users of the function. by Robert Shearman · 20 years ago
  83. de91a8d Implemented NtYieldExecution. by Alexandre Julliard · 20 years ago
  84. a62dec8 Document all the structure members up to SessionId in the PEB. by Robert Reif · 21 years ago
  85. 440ad8c - ctrl-c enabling flag is now inherited by Eric Pouech · 21 years ago
  86. 8bc2fdb Disable the RtlBitMap tests if compiling with the Microsoft headers as by Francois Gouget · 21 years ago
  87. 91562d5 Add PSZ to windef.h. by Francois Gouget · 21 years ago
  88. 60fbc97 Added a few more prototypes to the headers. by Mike McCormack · 21 years ago
  89. 61d21ce Update RTL_BITMAP and RTL_BITMAP_RUN to match the 2000 DDK. by Francois Gouget · 21 years ago
  90. f8e2873 Added prototypes for a few more Native API functions. by Mike McCormack · 21 years ago
  91. b255c11 Stub implementation for NtSetInformationToken. by Mike McCormack · 21 years ago
  92. 278f743 Stub implementation and declaration for NtCreateNamedPipeFile. by Mike McCormack · 21 years ago
  93. e3d8853 Moved FlushInstructionCache to ntdll. by Mike McCormack · 21 years ago
  94. 81b2237 Added support for getting and setting the UI language. by Alexandre Julliard · 21 years ago
  95. cc46132 Store the number of processors in the PEB structure. by Alexandre Julliard · 21 years ago
  96. 9ff652d Fixed a missing typedef. by Eric Pouech · 21 years ago
  97. d4874d6 Added a few more info classes in NtQueryInformationFile. by Alexandre Julliard · 21 years ago
  98. cf67839 Pass the creation disposition to wine_nt_to_unix_file_name so that it by Alexandre Julliard · 21 years ago
  99. 9db147e Make DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of by Alexandre Julliard · 21 years ago
  100. e79ff70 * add some values to the SYSTEM_INFORMATION_CLASS enumeration by Mike McCormack · 21 years ago