Replace a few more direct lpVtbl accesses by the proper macros.
[wine] / dlls / ntdll /
2005-09-07  Eric PouechImplemented kernel32:SetThreadPriority on top of ntdll...
2005-09-06  Ivan Leo PuotiAdded FSCTL_PIPE_LISTEN support.
2005-09-06  Eric Pouech- rewrite kernel32:{Set|Get}PriorityClass on top of...
2005-09-06  James HawkinsCorrect third parameter of NtQueryInformationAtom.
2005-09-03  Alexandre JulliardUse explicit function pointers for pthread support...
2005-09-02  Mike McCormackFix gcc 4.0 warnings.
2005-09-02  Alexandre JulliardFixed a file descriptor leak.
2005-08-29  Alexandre JulliardUncomment out DisableThreadLibraryCalls in DllMain...
2005-08-25  Glenn WursterMake stack check work if stack is a small value.
2005-08-25  Alexandre JulliardMoved the implementation of spec file stubs to the...
2005-08-25  Alexandre JulliardUse FILE_GetDeviceInfo in NtMapViewOfSection to avoid...
2005-08-24  Alexandre JulliardDon't cache file descriptors open on removable devices.
2005-08-24  Alexandre JulliardMoved the FileFsDeviceInformation query to a separate...
2005-08-23  Alexandre JulliardAdded a separate set_handle_cached_fd request instead...
2005-08-19  Alexandre JulliardRemoved a few internal functions that are no longer...
2005-08-18  Alexandre JulliardAdded a stub for NtAlertResumeThread.
2005-08-18  Ivan Leo PuotiImplement FSCTL_PIPE_DISCONNECT in NtFsControlFile...
2005-08-18  Vitaliy MargolenAdd trace to IOCTL_CDROM_RAW_READ.
2005-08-17  Francois GougetFix a couple of MSVC signed/unsigned warnings.
2005-08-16  Alexandre JulliardThere is a registry key for the service pack version...
2005-08-16  Ivan Leo PuotiImprove NtCreateNamedPipe trace.
2005-08-16  Alexandre JulliardFetch the version information from the standard Windows...
2005-08-16  Ivan Leo PuotiNtCreateNamedPipeFile is no longer a stub, so fix TRACE...
2005-08-15  Alexandre JulliardFixed some confusion over whether HEAP_MIN_BLOCK_SIZE...
2005-08-15  Alexandre JulliardSwitch the default version to win2k.
2005-08-15  Alexandre JulliardBetter handling of conflicting section information...
2005-08-12  Alexandre JulliardConverted the process heap list to a standard list.
2005-08-12  Francois GougetAssorted spelling fixes.
2005-08-12  Alexandre JulliardConverted the heap free lists to standard lists.
2005-08-12  Alexandre JulliardRemoved a redundant and possibly wrong warning.
2005-08-12  Alexandre JulliardDon't map data beyond the virtual size of a section.
2005-08-11  Francois GougetDefine WIN32_NO_STATUS so we don't get 'duplicate macro...
2005-08-11  Alexandre JulliardAdded a wine_unix_to_nt_file_name function to do proper...
2005-08-11  Francois GougetRemove unneeded wine/library.h include.
2005-08-10  Francois GougetDefine RTL_HANDLE and RTL_HANDLE_TABLE if not using...
2005-08-10  Alexandre JulliardImplemented RtlGetNtProductType.
2005-08-10  Alexandre JulliardMoved the version initialization to ntdll.
2005-08-09  Alexandre JulliardDon't call process attach notification during process...
2005-08-09  Alexandre JulliardSpecify a base address for kernel and ntdll.
2005-08-09  Alexandre JulliardAdded a VIRTUAL_alloc_teb function to allocate TEBs...
2005-08-08  Tobias GruetzmacherReverse the direction of raw SCSI commands.
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-08-03  Alexandre JulliardHack to make the main heap critical section have a...
2005-08-03  Vitaliy MargolenImplement IOCTL_SCSI_GET_INQUIRY_DATA.
2005-08-02  Alexandre JulliardRemoved a noisy trace.
2005-08-02  Alexandre JulliardImplemented a few trivial ntdll functions that have...
2005-08-02  Alexandre JulliardUse the new RtlExitUserThread function instead of exporting
2005-08-01  Alexandre JulliardAdded commented out stubs for a bunch of new functions.
2005-08-01  Vitaliy MargolenFixed IOCTL_SCSI_GET_ADDRESS.
2005-07-28  Alexandre JulliardAdded names for a bunch of status values.
2005-07-24  Vincent BéronUse proper macro for using IOKit includes.
2005-07-22  Alexandre JulliardAdded small assembly wrapper to call entry points witho...
2005-07-22  Paul VriensUse current process if assigned process cannot be opened.
2005-07-20  Vitaliy MargolenFix IOCTL_CDROM_RAW_READ ioctl.
2005-07-19  Kevin KoltzauDefine 64bit PE structures.
2005-07-18  Robert Shearman- Change the default user SID to match what was previou...
2005-07-15  Dmitry TimoshkovAvoid unnecessary casts.
2005-07-15  Dmitry TimoshkovMake VIRTUAL_HandleFault return an NTSTATUS.
2005-07-15  Dmitry TimoshkovUse SIZE_T type for size variables in NTDLL when approp...
2005-07-14  Alexandre JulliardMoved initialization of the default user process parame...
2005-07-14  Alexandre JulliardMoved the server start time to the init_thread request...
2005-07-13  Alexandre JulliardReturn the startup info size in the init_thread request...
2005-07-13  Alexandre JulliardInitialize relay debugging earlier on now that the...
2005-07-13  Alexandre JulliardAlready initialize the process in the first init_thread...
2005-07-13  Alexandre JulliardIgnore high bit of spin count.
2005-07-12  Aric StewartBoth wcschr and wcsrchr should be able to find the...
2005-07-12  Alexandre JulliardUse the unicode.h functions where possible.
2005-07-11  Alexandre JulliardUse an SID instead of the user name for the path of the
2005-07-11  Uwe BonnesWait for the object multiple times until TIMEOUT is...
2005-07-11  Alexandre JulliardAlso look for the plain module specification in WINEDLL...
2005-07-11  Robert Shearman- Make the value returned from HeapSize always match...
2005-07-10  Detlef RiekenbergFixed traces.
2005-07-10  Gerald PfeiferAdd a configure check for struct request_sense. Use...
2005-07-07  Alexandre JulliardUse the same defaults for modules with and without...
2005-07-06  Francois GougetAdd trailing '\n's to ok() calls.
2005-07-05  Felix NawothnigReplace stubs for information classes in NtQueryVirtual...
2005-07-05  Paul VriensAdded some tests for other information classes.
2005-07-05  Paul VriensImproved stubs to show the correct behavior.
2005-07-03  Alexandre JulliardSome fixes for the Darwin build.
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-07-02  Vitaliy MargolenLoad all dll sections no matter what attributes say.
2005-07-01  Phil KrylovFixed dlls/ntdll/cdrom.c compilation in Darwin by addin...
2005-07-01  Alexandre JulliardImprove a bit the assembly generated for import thunks.
2005-06-30  Gerald PfeiferAvoid unused variable warnings in CDROM_ScsiPassThrough...
2005-06-29  James Hawkins- Fix calculation of generic pointers.
2005-06-29  Mike HearnFix GCC4 warning.
2005-06-29  Dmitry TimoshkovA workaround for missing struct request_sense on FreeBSD.
2005-06-28  James HawkinsForward RtlAddAccess* to add_access_ace.
2005-06-27  Dmitry TimoshkovAdd a check for sg_io_hdr_t and (not tested) check...
2005-06-27  Eric PouechImplemented OpenProcess on top of NtOpenProcess.
2005-06-27  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-25  Mike McCormack- use STATUS_TIMEOUT instead of WAIT_TIMEOUT
2005-06-25  Mike McCormack- NtWaitForSingleObject doesn't return WAIT_FAILED.
2005-06-25  Mike McCormackUse NT status codes for exceptions.
2005-06-25  Mike McCormackUse RTL_CRITICAL_SECTION instead of CRITICAL_SECTION.
2005-06-24  James HawkinsImplement RtlAddAuditAccessAce.
2005-06-24  Alexandre JulliardRtlGetFullPathName_U should remove the trailing dot...
2005-06-24  Paul VriensCorrect the entries for [Nt|Zw]OpenSymbolicLinkObject.
2005-06-24  Mike McCormackAdd prototype and fix RtlpNtCreateKey.
2005-06-23  James HawkinsAdd stub implementation of RtlAddAuditAccessAce.
next