2005-04-27 |
Alexandre Julliard | Added proper names for the remaining TEB fields. |
blob | commitdiff | raw |
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 |
2003-12-10 |
Jon Griffiths | Add a few soon-to-be-implemented functions. |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Ulrich Czekalla | Added stubs for AccessCheckByType, AddAuditAccessAce, |
blob | commitdiff | raw | diff to current |
2003-10-31 |
Alexandre Julliard | Implemented RtlCreateUserThread, and use it to move... |
blob | commitdiff | raw | diff to current |
2003-10-28 |
Alexandre Julliard | Implemented Add/RemoveVectoredExceptionHandler. |
blob | commitdiff | raw | diff to current |
2003-10-10 |
Alexandre Julliard | Changed the init code to make libwine load only ntdll... |
blob | commitdiff | raw | diff to current |
2003-10-09 |
Alexandre Julliard | Use the Rtl bitmap functions to implement Tls allocation. |
blob | commitdiff | raw | diff to current |
2003-10-06 |
Alexandre Julliard | Moved the final process init and dependency loading to |
blob | commitdiff | raw | diff to current |
2003-10-04 |
Alexandre Julliard | Implemented RtlCreateProcessParameters and related... |
blob | commitdiff | raw | diff to current |
2003-09-29 |
Alexandre Julliard | Converted most of the loader code to Unicode. |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Alexandre Julliard | Moved the Windows version code to dlls/ntdll, and imple... |
blob | commitdiff | raw | diff to current |
2003-09-16 |
Eric Pouech | - Implemented a few information classes in NtQuerySyste... |
blob | commitdiff | raw | diff to current |
2003-09-08 |
Alexandre Julliard | On TlsFree, clear the released TLS index in all threads. |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Dimitrie O. Paun | Use angle brackets (<>) rather than quotes ("") for... |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Alexandre Julliard | Start using the exported TEB structure from winternl... |
blob | commitdiff | raw | diff to current |
2003-08-27 |
Alexandre Julliard | Renamed a few TEB fields to use the "official" names. |
blob | commitdiff | raw | diff to current |
2003-08-19 |
Jon Griffiths | Make RtlTimeToSecondsSince1970 consistent with other... |
blob | commitdiff | raw | diff to current |
2003-07-18 |
Jon Griffiths | Fixed msvc warning. |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Alexandre Julliard | Implemented the ThreadBasicInformation case for |
blob | commitdiff | raw | diff to current |
2003-07-08 |
Alexandre Julliard | Implemented NtRead/WriteVirtualMemory. |
blob | commitdiff | raw | diff to current |
2003-07-01 |
Eric Pouech | - removed next & prev fields from WINE_MODREF and imple... |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Alexandre Julliard | Implemented NtDelayExecution and make Sleep call it. |
blob | commitdiff | raw | diff to current |
2003-06-26 |
Eric Pouech | - made async.h ready for use in ntdll: replaced all... |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Eric Pouech | - start moving a few file related functions from files... |
blob | commitdiff | raw | diff to current |
2003-06-18 |
Eric Pouech | - fixed a couple of bugs in ntdll environment functions... |
blob | commitdiff | raw | diff to current |
2003-06-16 |
<ma@technoprint.ch> | Added AddAccessAllowdAceEx, AddAccessDeniedAceEx, GetAc... |
blob | commitdiff | raw | diff to current |
2003-06-16 |
Eric Pouech | Implemented: |
blob | commitdiff | raw | diff to current |
2003-05-22 |
Alexandre Julliard | Start to make use of the proper PEB structure for process |
blob | commitdiff | raw | diff to current |
2003-05-20 |
Eric Pouech | Implemented NtQueryObject and NtSetInformationObject... |
blob | commitdiff | raw | diff to current |
2003-05-20 |
Eric Pouech | Implemented timer related functions in ntdll and make... |
blob | commitdiff | raw | diff to current |
2003-05-15 |
Eric Pouech | Implemented RtlDosPathNameToNtPathName_U, RtlGetCurrent... |
blob | commitdiff | raw | diff to current |
2003-05-13 |
Eric Pouech | Implemented RtlExpandEnvironmentStrings_U and fixed... |
blob | commitdiff | raw | diff to current |
2003-05-08 |
Alexandre Julliard | Added support for calling the TLS callback functions. |
blob | commitdiff | raw | diff to current |
2003-05-08 |
Eric Pouech | Implemented a bunch of environment related NTDLL APIs. |
blob | commitdiff | raw | diff to current |
2003-05-07 |
Alexandre Julliard | Moved the EnumResource* functions to the kernel dll... |
blob | commitdiff | raw | diff to current |
2003-05-06 |
Thomas Mertes | Implement RtlDuplicateUnicodeString, RtlFindCharInUnico... |
blob | commitdiff | raw | diff to current |
2003-05-01 |
Robert Shearman | - Implemented RtlAddAccessAllowedAce, RtlAddAccessDenie... |
blob | commitdiff | raw | diff to current |
2003-04-29 |
Alexandre Julliard | Implemented ntdll resource functions. |
blob | commitdiff | raw | diff to current |
2003-04-22 |
Eric Pouech | Moved kernel32.FlushFileBuffers to ntdll.NtFlushBuffers... |
blob | commitdiff | raw | diff to current |
2003-04-16 |
Alexandre Julliard | Implemented RtlIsNameLegalDOS8Dot3 (based on a patch... |
blob | commitdiff | raw | diff to current |
2003-04-12 |
Alexandre Julliard | Implemented RtlDetermineDosPathNameType_U and RtlIsDosD... |
blob | commitdiff | raw | diff to current |
2003-04-08 |
Thomas Mertes | Implemented RtlRandom, RtlAreAllAccessesGranted, |
blob | commitdiff | raw | diff to current |
2003-04-04 |
Alexandre Julliard | Implemented NtQueueApcThread, and changed the server... |
blob | commitdiff | raw | diff to current |
2003-03-31 |
Alexandre Julliard | Moved WaitForMultipleObjects to ntdll (based on a patch... |
blob | commitdiff | raw | diff to current |
2003-03-22 |
Thomas Mertes | - Implement RtlDowncaseUnicodeString, RtlUniform, iswdi... |
blob | commitdiff | raw | diff to current |
next |