2004-03-04 |
Alexandre Julliard | Open a real file handle for drive devices, and get... |
blob | commitdiff | raw |
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 |
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-12 |
Aric Stewart | RtlUnicodeToMultiByteSize argument is not a null termin... |
blob | commitdiff | raw | diff to current |
2003-05-11 |
Alexandre Julliard | Removed unnecessary function link names. |
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-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 |
2003-03-21 |
Eric Pouech | - implemented LdrQueryProcessModuleInformation |
blob | commitdiff | raw | diff to current |
2003-03-20 |
Alexandre Julliard | Changed name of the asm version of RtlUlong/shortByteSw... |
blob | commitdiff | raw | diff to current |
2003-03-20 |
Alexandre Julliard | Partially implemented LdrLock/UnlockLoaderLock. |
blob | commitdiff | raw | diff to current |
2003-03-20 |
Alexandre Julliard | Take advantage of new winebuild syntax to remove redund... |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Alexandre Julliard | Implemented Rtl*ByteSwap() functions, based on a patch... |
blob | commitdiff | raw | diff to current |
2003-03-18 |
Jon Griffiths | Correct the agument count for RtlInitializeGenericTable(). |
blob | commitdiff | raw | diff to current |
2003-03-18 |
Eric Pouech | - added LDR_MODULE structure to WINE_MODREF and made... |
blob | commitdiff | raw | diff to current |
2003-03-15 |
Jon Griffiths | Add RtlDowncaseUnicodeChar(), RtlEqualComputerName(), |
blob | commitdiff | raw | diff to current |
2003-03-14 |
Eric Pouech | - implementation of LdrLoadDll out of loader/module.c |
blob | commitdiff | raw | diff to current |
2003-03-14 |
Eric Pouech | - implementation of LdrUnloadDll out of loader/module.c |
blob | commitdiff | raw | diff to current |
2003-03-12 |
Thomas Mertes | Implement _itoa, _ltoa, _ultoa, _i64toa, _ui64toa,... |
blob | commitdiff | raw | diff to current |
2003-03-04 |
Eric Pouech | - added Ldr* information to include/winternl.h |
blob | commitdiff | raw | diff to current |
2003-02-19 |
Thomas Mertes | - Implement RtlCharToInteger, RtlExtendedMagicDivide... |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Robert Shearman | - Add some stubs. |
blob | commitdiff | raw | diff to current |
2002-12-12 |
Alexandre Julliard | Added list of symbols to ignore by default in winebuild. |
blob | commitdiff | raw | diff to current |
2002-12-11 |
György 'Nog' Jeney | - Implement RtlLocalTimeToSystemTime and RtlSystemTimeT... |
blob | commitdiff | raw | diff to current |
2002-12-10 |
Alberto Massari | Added parameters to NtXxxPort functions prototypes. |
blob | commitdiff | raw | diff to current |
2002-11-27 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-11-25 |
Steve Lustbader | Assorted Win2k/WinXP stubs. |
blob | commitdiff | raw | diff to current |
2002-11-25 |
György 'Nog' Jeney | - Move SetSystemTime, GetTimeZoneInformation and |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Robert Shearman | Implemented RtlUnicodeStringToInteger. |
blob | commitdiff | raw | diff to current |
2002-10-10 |
Alexandre Julliard | Make sure all Zw functions whose Nt equivalent is imple... |
blob | commitdiff | raw | diff to current |
2002-09-17 |
Alexandre Julliard | Implemented the ntdll virtual memory functions, and... |
blob | commitdiff | raw | diff to current |
2002-09-16 |
Alexandre Julliard | Implemented NtDuplicateObject. |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Alexandre Julliard | Link all remaining dlls except kernel32 as separated... |
blob | commitdiff | raw | diff to current |
2002-08-20 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-08-15 |
Jon Griffiths | Implement and test rtl bitmap functions. |
blob | commitdiff | raw | diff to current |
2002-08-09 |
Alexandre Julliard | Implemented the RtlImage* functions, and use them to... |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Eric Pouech | Added a generic mechanism to set up hooks for dispatchi... |
blob | commitdiff | raw | diff to current |
2002-07-28 |
Ryan Cumming | Implementation of RtlGetNtVersionNumbers. |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-06-21 |
Alexandre Julliard | Made some more spec file entries optional or unnecessary. |
blob | commitdiff | raw | diff to current |
2002-06-10 |
Mike McCormack | - Partially implement LdrGetDllHandle. |
blob | commitdiff | raw | diff to current |
2002-06-01 |
Alexandre Julliard | Removed some more trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-30 |
Alexandre Julliard | Added wine_server_fd_to_handle to replace FILE_DupUnixH... |
blob | commitdiff | raw | diff to current |
2002-05-17 |
Alexandre Julliard | Export the debugging API from libwine instead of ntdll. |
blob | commitdiff | raw | diff to current |
2002-05-16 |
Alexandre Julliard | Export global argc/argv variables from libwine and... |
blob | commitdiff | raw | diff to current |
2002-05-16 |
Alexandre Julliard | Implemented strtolW/strtoulW in libwine_unicode and... |
blob | commitdiff | raw | diff to current |
2002-05-14 |
Alexandre Julliard | Added winebuild support for generating a .dbg.c file... |
blob | commitdiff | raw | diff to current |
2002-05-09 |
Juergen Schmied | Corrected RtlConvertSidToUnicodeString, stub for VerSet... |
blob | commitdiff | raw | diff to current |
2002-03-23 |
Alexandre Julliard | Export the FILE_GetUnixHandle functionality from ntdll. |
blob | commitdiff | raw | diff to current |
2002-02-22 |
Peter Hunnisett | Add spec stub for RtlGetNtVersionNumbers. |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Dmitry Timoshkov | Added LdrDisableThreadCalloutsForDll. |
blob | commitdiff | raw | diff to current |
2002-01-12 |
Alexandre Julliard | Updated debug channels. |
blob | commitdiff | raw | diff to current |
2001-12-19 |
Alexandre Julliard | Moved heap functions to ntdll. |
blob | commitdiff | raw | diff to current |
2001-12-14 |
Alexandre Julliard | Made register and interrupt flags instead of entry... |
blob | commitdiff | raw | diff to current |
2001-12-11 |
Alexandre Julliard | Exported CALL32_Regs from ntdll, renamed to __wine_call... |
blob | commitdiff | raw | diff to current |
2001-12-05 |
Alexandre Julliard | Removed ntdll dependency on MultiByteToWideChar/WideCha... |
blob | commitdiff | raw | diff to current |
2001-12-04 |
Alexandre Julliard | Moved most of the real-mode stuff to dlls/winedos. |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
blob | commitdiff | raw | diff to current |
2001-10-22 |
David Elliott | Implemented the wcstoul function. |
blob | commitdiff | raw | diff to current |
2001-09-07 |
Dmitry Timoshkov | Correct .spec file parameters for msvcrt._fullpath... |
blob | commitdiff | raw | diff to current |
2001-07-14 |
Patrik Stridvall | Fixed issue found by winapi_check. |
blob | commitdiff | raw | diff to current |
2001-07-08 |
Patrik Stridvall | Fixed issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2001-05-08 |
Francois Gouget | Print the tid in the first column when +tid is specified. |
blob | commitdiff | raw | diff to current |
next |