2005-10-26 |
Vitaliy Margolen | Add OBJECT_BASIC_INFORMATION to winternl.h. |
blob | commitdiff | raw |
2005-09-06 |
Eric Pouech | - rewrite kernel32:{Set|Get}PriorityClass on top of... |
blob | commitdiff | raw | diff to current |
2005-09-06 |
James Hawkins | Correct third parameter of NtQueryInformationAtom. |
blob | commitdiff | raw | diff to current |
2005-08-16 |
Francois Gouget | Declare PNTSTATUS in lmaccess.h and ntsecapi.h to match... |
blob | commitdiff | raw | diff to current |
2005-08-11 |
Alexandre Julliard | Added a wine_unix_to_nt_file_name function to do proper... |
blob | commitdiff | raw | diff to current |
2005-08-02 |
Alexandre Julliard | Implemented a few trivial ntdll functions that have... |
blob | commitdiff | raw | diff to current |
2005-08-02 |
Alexandre Julliard | Use the new RtlExitUserThread function instead of exporting |
blob | commitdiff | raw | diff to current |
2005-07-15 |
Dmitry Timoshkov | Use SIZE_T type for size variables in NTDLL when approp... |
blob | commitdiff | raw | diff to current |
2005-07-10 |
Mike McCormack | Define the remaining Nt* functions. |
blob | commitdiff | raw | diff to current |
2005-07-07 |
Mike McCormack | Add more Nt* functions. |
blob | commitdiff | raw | diff to current |
2005-07-06 |
Mike McCormack | Add more Nt* functions. |
blob | commitdiff | raw | diff to current |
2005-07-05 |
Paul Vriens | Removed 4 bytes from the SYSTEM_PROCESSOR_PERFORMANCE_I... |
blob | commitdiff | raw | diff to current |
2005-07-03 |
Mike McCormack | Define more Nt* functions. |
blob | commitdiff | raw | diff to current |
2005-07-03 |
Felix Nawothnig | Add some values to the PROCESS_INFORMATION_CLASS enumer... |
blob | commitdiff | raw | diff to current |
2005-06-28 |
Mike McCormack | Declare some Nt* functions. |
blob | commitdiff | raw | diff to current |
2005-06-27 |
Eric Pouech | Implemented OpenProcess on top of NtOpenProcess. |
blob | commitdiff | raw | diff to current |
2005-06-27 |
Mike McCormack | Declare some Nt* functions. |
blob | commitdiff | raw | diff to current |
2005-06-24 |
Mike McCormack | Add prototype and fix RtlpNtCreateKey. |
blob | commitdiff | raw | diff to current |
2005-06-23 |
James Hawkins | Add stub implementation of RtlAddAuditAccessAce. |
blob | commitdiff | raw | diff to current |
2005-06-22 |
Mike McCormack | Declare RtlGUIDFromString and RtlStringFromGUID. |
blob | commitdiff | raw | diff to current |
2005-06-21 |
Paul Vriens | Added KERNEL_USER_TIMES struct. |
blob | commitdiff | raw | diff to current |
2005-06-20 |
Mike McCormack | - avoid winternl.h depending on winbase.h |
blob | commitdiff | raw | diff to current |
2005-06-20 |
Robert Shearman | Implement RtlImpersonateSelf, RevertToSelf and MapGener... |
blob | commitdiff | raw | diff to current |
2005-06-20 |
James Hawkins | Implement RtlCopySecurityDescriptor. |
blob | commitdiff | raw | diff to current |
2005-06-17 |
Mike McCormack | Use HANDLE instead of HKEY in the NT API. |
blob | commitdiff | raw | diff to current |
2005-06-17 |
Mike McCormack | Declare Nt directory functions. |
blob | commitdiff | raw | diff to current |
2005-06-16 |
Mike McCormack | Add/fix more NT native API declarations. |
blob | commitdiff | raw | diff to current |
2005-06-14 |
Mike McCormack | Declare port functions and fix prototypes. |
blob | commitdiff | raw | diff to current |
2005-06-13 |
Paul Vriens | Fixed size of our SYSTEM_TIMEOFDAY_INFORMATION struct. |
blob | commitdiff | raw | diff to current |
2005-06-13 |
Mike McCormack | Add and fix function prototypes. |
blob | commitdiff | raw | diff to current |
2005-06-12 |
James Hawkins | Add RtlAnsiCharToUnicodeChar definition. |
blob | commitdiff | raw | diff to current |
2005-06-12 |
Eric Kohl | Implement RtlAdjustPrivilege. |
blob | commitdiff | raw | diff to current |
2005-06-10 |
Mike McCormack | Dependency fixes for winternl.h. |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Paul Vriens | Add another (unknown) member to SYSTEM_THREAD_INFORMATION. |
blob | commitdiff | raw | diff to current |
2005-06-06 |
Alexandre Julliard | Moved the ntdll per-thread data out of the TEB into... |
blob | commitdiff | raw | diff to current |
2005-06-06 |
Felix Nawothnig | Make SYSTEM_THREAD_INFORMATION.pszProcessName a UNICODE... |
blob | commitdiff | raw | diff to current |
2005-06-03 |
Paul Vriens | Change SYSTEM_PROCESS_INFORMATION to reflect W2K/WinXP... |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Alexandre Julliard | Fixed RtlIsTextUnicode prototype, and made it properly... |
blob | commitdiff | raw | diff to current |
2005-05-20 |
Ivan Leo Puoti | Rename SystemDriverInformation to SystemModuleInformation. |
blob | commitdiff | raw | diff to current |
2005-05-16 |
Alexandre Julliard | Removed the special casing of kernel32 and ntdll for... |
blob | commitdiff | raw | diff to current |
2005-05-11 |
Paul Vriens | Sorted some of the structs and made them consistent. |
blob | commitdiff | raw | diff to current |
2005-05-11 |
Eric Pouech | Implemented NTDLL atom support. |
blob | commitdiff | raw | diff to current |
2005-05-10 |
Paul Vriens | Changed SystemHandleList into SystemHandleInformation |
blob | commitdiff | raw | diff to current |
2005-05-09 |
Paul Vriens | Remove HANDLEINFO struct. |
blob | commitdiff | raw | diff to current |
2005-05-09 |
Paul Vriens | Remove the not used PROCESS_INFO struct. |
blob | commitdiff | raw | diff to current |
2005-04-27 |
Alexandre Julliard | Added proper names for the remaining TEB fields. |
blob | commitdiff | raw | diff to current |
2005-04-24 |
Mike McCormack | Implemented NtSignalAndWaitForSingleObject. |
blob | commitdiff | raw | diff to current |
2005-04-22 |
Robert Shearman | - Clean up well-known privileges. |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Paul Vriens | Remove THREAD_INFO struct. |
blob | commitdiff | raw | diff to current |
2005-04-18 |
Eric Pouech | - moved named pipe creation to ntdll |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Mike McCormack | Declare and define a stub for NtSignalAndWaitForSingleO... |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Benjamin Cutler | - Correct args for NtPowerInformation. |
blob | commitdiff | raw | diff to current |
2005-04-11 |
Mike McCormack | Move mailslot set and query info implementation to... |
blob | commitdiff | raw | diff to current |
2005-03-29 |
James Hawkins | - Implement NtLoadKey. |
blob | commitdiff | raw | diff to current |
2005-03-28 |
Mike McCormack | Implement CreateMailslot using NtCreateMailslotFile. |
blob | commitdiff | raw | diff to current |
2005-03-19 |
Alexandre Julliard | Added support for the TLS expansion slots, adding an... |
blob | commitdiff | raw | diff to current |
2005-02-15 |
Ivan Leo Puoti | Move Rtl*Registry* structs, defines and prototypes... |
blob | commitdiff | raw | diff to current |
2005-02-11 |
Robert Shearman | - Implement AdjustTokenPrivileges, DuplicateTokenEx and |
blob | commitdiff | raw | diff to current |
2005-01-28 |
Rein Klazes | In NtQuerySystemInformation, handle request for informa... |
blob | commitdiff | raw | diff to current |
2005-01-26 |
Rein Klazes | Get rid of the rdtsc cpu instruction method for calcula... |
blob | commitdiff | raw | diff to current |
2005-01-24 |
Ivan Leo Puoti | Added NtLoadDriver and NtUnloadDriver stubs. |
blob | commitdiff | raw | diff to current |
2005-01-20 |
Hans Leidekker | Stub implementations for EnumPageFiles{A,W}, GetProcess... |
blob | commitdiff | raw | diff to current |
2005-01-04 |
Alexandre Julliard | Fixed the FIXME in RtlNtStatusToDosError, and implemented |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Alexandre Julliard | Fixed prototypes of a couple of ntdll functions. |
blob | commitdiff | raw | diff to current |
2004-12-21 |
Hans Leidekker | Stub implementations for AdjustTokenGroups, AreAllAcces... |
blob | commitdiff | raw | diff to current |
2004-12-13 |
Robert Shearman | Implement NtQueryTimer. |
blob | commitdiff | raw | diff to current |
2004-12-07 |
Robert Shearman | Implement handle tables and add tests for them. |
blob | commitdiff | raw | diff to current |
2004-12-02 |
Eric Pouech | - moved event, semaphore, mutex implementation from... |
blob | commitdiff | raw | diff to current |
2004-11-04 |
Juan Lang | - implement LookupPrivilegeName |
blob | commitdiff | raw | diff to current |
2004-10-11 |
Robert Shearman | Fix NtAllocateVirtualMemory declaration and fix users... |
blob | commitdiff | raw | diff to current |
2004-10-11 |
Alexandre Julliard | Implemented NtYieldExecution. |
blob | commitdiff | raw | diff to current |
2004-09-10 |
Robert Reif | Document all the structure members up to SessionId... |
blob | commitdiff | raw | diff to current |
2004-09-08 |
Eric Pouech | - ctrl-c enabling flag is now inherited |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Francois Gouget | Disable the RtlBitMap tests if compiling with the Micro... |
blob | commitdiff | raw | diff to current |
2004-08-31 |
Francois Gouget | Add PSZ to windef.h. |
blob | commitdiff | raw | diff to current |
2004-08-27 |
Mike McCormack | Added a few more prototypes to the headers. |
blob | commitdiff | raw | diff to current |
2004-08-23 |
Francois Gouget | Update RTL_BITMAP and RTL_BITMAP_RUN to match the 2000... |
blob | commitdiff | raw | diff to current |
2004-08-20 |
Mike McCormack | Added prototypes for a few more Native API functions. |
blob | commitdiff | raw | diff to current |
2004-08-17 |
Mike McCormack | Stub implementation for NtSetInformationToken. |
blob | commitdiff | raw | diff to current |
2004-08-16 |
Mike McCormack | Stub implementation and declaration for NtCreateNamedPi... |
blob | commitdiff | raw | diff to current |
2004-08-04 |
Mike McCormack | Moved FlushInstructionCache to ntdll. |
blob | commitdiff | raw | diff to current |
2004-07-30 |
Alexandre Julliard | Added support for getting and setting the UI language. |
blob | commitdiff | raw | diff to current |
2004-06-15 |
Alexandre Julliard | Store the number of processors in the PEB structure. |
blob | commitdiff | raw | diff to current |
2004-05-10 |
Eric Pouech | Fixed a missing typedef. |
blob | commitdiff | raw | diff to current |
2004-04-30 |
Alexandre Julliard | Added a few more info classes in NtQueryInformationFile. |
blob | commitdiff | raw | diff to current |
2004-04-27 |
Alexandre Julliard | Pass the creation disposition to wine_nt_to_unix_file_n... |
blob | commitdiff | raw | diff to current |
2004-04-23 |
Alexandre Julliard | Make DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of |
blob | commitdiff | raw | diff to current |
2004-04-21 |
Mike McCormack | * add some values to the SYSTEM_INFORMATION_CLASS enume... |
blob | commitdiff | raw | diff to current |
2004-04-20 |
Alexandre Julliard | Reimplemented GetFileAttributesExW and GetCompressedFil... |
blob | commitdiff | raw | diff to current |
2004-04-20 |
Robert Shearman | Stub and documentation for RtlFormatMessage. |
blob | commitdiff | raw | diff to current |
2004-04-20 |
Alexandre Julliard | Reimplemented GetFileAttributesW, SetFileAttributesW... |
blob | commitdiff | raw | diff to current |
2004-04-16 |
Alexandre Julliard | RtlSetCurrentDirectory_U: store a handle to the current... |
blob | commitdiff | raw | diff to current |
2004-04-07 |
Raphael Junqueira | - fix DbgPrint and implement DbgPrintEx |
blob | commitdiff | raw | diff to current |
2004-04-06 |
Alexandre Julliard | Handle file mappings on removable media entirely inside... |
blob | commitdiff | raw | diff to current |
2004-04-05 |
Alexandre Julliard | Fixed RtlDosPathNameToNtPathName_U prototype. |
blob | commitdiff | raw | diff to current |
2004-03-18 |
Raphael Junqueira | Stub implementations of RtlCreateQueryDebugBuffer, |
blob | commitdiff | raw | diff to current |
2004-03-16 |
Alexandre Julliard | Implemented NtQueryDirectoryFile (partly based on a... |
blob | commitdiff | raw | diff to current |
2004-03-12 |
Alexandre Julliard | Changed the create_file server request to take NtCreate... |
blob | commitdiff | raw | diff to current |
2004-02-07 |
Alexandre Julliard | Get pointer to CreateFileW earlier on during startup. |
blob | commitdiff | raw | diff to current |
2003-12-12 |
Jon Griffiths | Added RtlNtStatusToDosErrorNoTeb, RtlGet/Set/RestoreLas... |
blob | commitdiff | raw | diff to current |
next |