2006-04-20 |
Jacek Caban | ntdll: Added NtGetTickCount implementation. |
blob | commitdiff | raw |
2006-04-19 |
Mike McCormack | ntdll: Stub implementations of NtCreateIoCompletion... |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Alexandre Julliard | ntdll: Add wrappers for the remaining math functions. |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Alexandre Julliard | ntdll: Add wrappers for the string functions. |
blob | commitdiff | raw | diff to current |
2006-03-14 |
Robert Shearman | ntdll: Move the call to MODULE_DllThreadAttach from... |
blob | commitdiff | raw | diff to current |
2006-03-13 |
Robert Shearman | ntdll: Very crude implementation of RtlQueueWorkItem. |
blob | commitdiff | raw | diff to current |
2006-02-22 |
Alexandre Julliard | ntdll: Simplify loadorder code by using an enum instead... |
blob | commitdiff | raw | diff to current |
2006-02-02 |
Johan Dahlin | ntdll: RtlIpv4AddressToStringExW/RtlIpv4StringToAddress... |
blob | commitdiff | raw | diff to current |
2006-01-24 |
Alexandre Julliard | ntdll: memcpy should behave like memmove in ntdll too. |
blob | commitdiff | raw | diff to current |
2006-01-24 |
Alexandre Julliard | ntdll: Mark all libc-style functions as private to... |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Mike McCormack | ntdll: Forward ZwNotifyChangeDirectoryFile to NtNotifyC... |
blob | commitdiff | raw | diff to current |
2006-01-20 |
H. Verbeet | ntdll: Add a stubbed NtSetSystemInformation. |
blob | commitdiff | raw | diff to current |
2006-01-16 |
Mike McCormack | ntdll: Add a stub implementation of NtNotifyChangeDirec... |
blob | commitdiff | raw | diff to current |
2006-01-10 |
Alexandre Julliard | ntdll: NtRaiseException doesn't need to be a register... |
blob | commitdiff | raw | diff to current |
2005-12-16 |
Alexandre Julliard | Add -register hint in ntdll, kernel and msvcrt spec... |
blob | commitdiff | raw | diff to current |
2005-12-15 |
Alexandre Julliard | ntdll: Reimplemented _chkstk and _alloca_probe directly... |
blob | commitdiff | raw | diff to current |
2005-11-07 |
Ivan Leo Puoti | Implement RtlInitAnsiStringEx. |
blob | commitdiff | raw | diff to current |
2005-10-27 |
Ivan Leo Puoti | Add stub implementation for NtAccessCheckAndAuditAlarm. |
blob | commitdiff | raw | diff to current |
2005-09-09 |
Alexandre Julliard | Specify 64-bit integers as double instead of long long... |
blob | commitdiff | raw | diff to current |
2005-08-19 |
Alexandre Julliard | Removed a few internal functions that are no longer... |
blob | commitdiff | raw | diff to current |
2005-08-18 |
Alexandre Julliard | Added a stub for NtAlertResumeThread. |
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-10 |
Alexandre Julliard | Moved the version initialization to ntdll. |
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-08-01 |
Alexandre Julliard | Added commented out stubs for a bunch of new 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-24 |
Paul Vriens | Correct the entries for [Nt|Zw]OpenSymbolicLinkObject. |
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 |
Alexandre Julliard | Sort entry points alphabetically. |
blob | commitdiff | raw | diff to current |
2005-06-20 |
James Hawkins | Implement RtlCopySecurityDescriptor. |
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-05 |
Alexandre Julliard | Moved the server part of the ExitThread functionality... |
blob | commitdiff | raw | diff to current |
2005-05-16 |
Vincent Béron | Correct arg count for 3 functions in ntdll.spec and... |
blob | commitdiff | raw | diff to current |
2005-05-11 |
Eric Pouech | Implemented NTDLL atom support. |
blob | commitdiff | raw | diff to current |
2005-05-11 |
Mike McCormack | ZwQueryTimer should forward to NtQueryTimer. |
blob | commitdiff | raw | diff to current |
2005-04-22 |
Robert Shearman | - Clean up well-known privileges. |
blob | commitdiff | raw | diff to current |
2005-04-20 |
Alexandre Julliard | Remove all traces of the VIRTUAL_SetFaultHandler support. |
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-03-30 |
Mike McCormack | Stub implementation of RtlAbsoluteToSelfRelativeSD. |
blob | commitdiff | raw | diff to current |
2005-03-14 |
Ivan Leo Puoti | Update ntdll.spec against current Microsoft build. |
blob | commitdiff | raw | diff to current |
2005-02-14 |
Ivan Leo Puoti | Add implementation for RtlQueryRegistryValues, RtlCheck... |
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-04 |
Alexandre Julliard | Fixed the FIXME in RtlNtStatusToDosError, and implemented |
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-10-11 |
Alexandre Julliard | Implemented NtYieldExecution. |
blob | commitdiff | raw | diff to current |
2004-09-14 |
Steven Edwards | Added stub for NtShutdownSystem. |
blob | commitdiff | raw | diff to current |
2004-08-30 |
Mike McCormack | Stub implementations for NtAdjustGroupsToken and NtAler... |
blob | commitdiff | raw | diff to current |
2004-08-27 |
Mike McCormack | Added stub implementations for NtDeleteFile and NtCance... |
blob | commitdiff | raw | diff to current |
2004-08-18 |
Alexandre Julliard | Fd type is no longer used, get rid of it. |
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-07-15 |
Alexandre Julliard | Set the system directory in ntdll as soon as we have... |
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-06-03 |
Raphael Junqueira | Added _vsnwprintf (needed by some native XP dlls). |
blob | commitdiff | raw | diff to current |
2004-04-23 |
Alexandre Julliard | Moved creation of the CDROM registry keys into the... |
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-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-14 |
Alexandre Julliard | Moved wine_get_unix_file_name implementation to ntdll... |
blob | commitdiff | raw | diff to current |
2004-04-07 |
Raphael Junqueira | - fix DbgPrint and implement DbgPrintEx |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Raphael Junqueira | Added some stubs. |
blob | commitdiff | raw | diff to current |
2004-03-18 |
Raphael Junqueira | Stub implementations of RtlCreateQueryDebugBuffer, |
blob | commitdiff | raw | diff to current |
2004-03-04 |
Alexandre Julliard | Open a real file handle for drive devices, and get... |
blob | commitdiff | raw | diff to current |
2004-01-18 |
Eric Pouech | Added support for Unix code page in NTDLL. |
blob | commitdiff | raw | diff to current |
2003-12-12 |
Jon Griffiths | Added RtlNtStatusToDosErrorNoTeb, RtlGet/Set/RestoreLas... |
blob | commitdiff | raw | diff to current |
2003-12-04 |
Jon Griffiths | Implement the Rtlp* registry functions. |
blob | commitdiff | raw | diff to current |
2003-12-04 |
Alexandre Julliard | Implement some more register functions using DEFINE_REG... |
blob | commitdiff | raw | diff to current |
2003-12-01 |
Alexandre Julliard | Added wine_server_release_fd function to release the... |
blob | commitdiff | raw | diff to current |
2003-11-25 |
Alexandre Julliard | Removed MODULE_GetLoadOrderA. |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Ulrich Czekalla | Added stubs for AccessCheckByType, AddAuditAccessAce, |
blob | commitdiff | raw | diff to current |
2003-11-05 |
Alexandre Julliard | Added wine_pthread_create_thread and wine_pthread_exit_... |
blob | commitdiff | raw | diff to current |
2003-11-05 |
Ulrich Czekalla | Implemented RtlSelfRelativeToAbsoluteSD and RtlMakeSelf... |
blob | commitdiff | raw | diff to current |
2003-11-05 |
Alexandre Julliard | Use the signal stack pointer to determine the current... |
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 | Link kernel32 as a normal dll. |
blob | commitdiff | raw | diff to current |
2003-10-09 |
Alexandre Julliard | Added a few missing exports. |
blob | commitdiff | raw | diff to current |
2003-10-08 |
Alexandre Julliard | Added __wine_set_signal_fs function to avoid sharing the |
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-18 |
Alexandre Julliard | Moved the wine server client-side support to dlls/ntdll... |
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-08-19 |
Alexandre Julliard | _ftol should return a 64-bit int (spotted by Jon Griffi... |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Dmitry Timoshkov | Fix spec entry for ZwSetTimerResolution. |
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-06-30 |
Alexandre Julliard | Implemented NtDelayExecution and make Sleep call it. |
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-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 |
next |