d3d9: Fix the type of three loop variables.
[wine] / dlls / ntdll /
2008-01-23  Rob Shearmanntdll: Fix the index check in RtlGetAce.
2008-01-22  Eric Pouechntdll: Fixed getting the RTS status from line, and...
2008-01-22  Alexandre Julliardntdll: Don't fetch extended FPU context if there's...
2008-01-18  Alexandre Julliardntdll: Don't try to restore extended fpu context if...
2008-01-17  Dmitry Timoshkovntdll: Do not perform base relocation if an image is...
2008-01-17  Alexandre Julliardserver: Don't force the process affinity to 1, leave...
2008-01-16  Alexandre Julliardntdll: Fall back to a server device ioctl for files...
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-16  Francois GougetFix spelling error in the generated conformance test...
2008-01-15  Alexandre Julliardntdll: Restore typecast that is really needed.
2008-01-15  Alexandre Julliardntdll: Mac OS support for saving and restoring the...
2008-01-15  Alexandre Julliardntdll: Linux support for saving and restoring the exten...
2008-01-15  Alexandre Julliardntdll: Copy extended registers too in copy_context().
2008-01-14  Andrew Talbotntdll: Remove unneeded casts.
2008-01-07  Rob Shearmanntdll: Fix NtQueryValueKey for KeyValueBasicInformation.
2008-01-07  Rob Shearmanntdll: Fix the Data and Name returned by NtQueryValueKe...
2008-01-07  Rob Shearmanntdll: Add tests for the data and name returned by...
2008-01-07  Alexandre Julliardntdll: Return a proper Information field also when...
2008-01-03  Alexandre Julliardntdll: Print an error for unsupported shared writable...
2008-01-02  Rob Shearmanntdll: Implement RtlRegisterWait, RtlDeregisterWait...
2007-12-31  Rob Shearmanntdll: Set the DataLength field of the information...
2007-12-31  Rob Shearmanntdll: Add some tests for NtQueryValueKey.
2007-12-31  Andrew Talbotntdll: Remove unneeded casts.
2007-12-24  Eric Pouechvalgrind: Made Wine compliant will latest Valgrind...
2007-12-21  Andrey Turkinntdll: Implement BindIoCompletionCallback.
2007-12-20  Alexandre Julliardntdll: Increase the buffer size dynamically for relay...
2007-12-20  Alexandre Julliardserver: Use SIGQUIT instead of SIGTERM to terminate...
2007-12-18  Andrey Turkinserver: Store I/O completion information in async struc...
2007-12-17  Andrey Turkinserver: I/O completion ports can only be used with...
2007-12-11  Dmitry Timoshkovntdll: Initialize the APC call union to suppress valgri...
2007-12-11  Alexandre JulliardMakedll.rules: Add a generic EXTRADLLFLAGS variable...
2007-12-06  Alexandre Julliardntdll: Support delayed loading of modules referenced...
2007-12-05  Alexandre Julliardserver: Partial implementation of NtQueryDirectoryObject.
2007-12-03  Alexandre Julliardntdll: Added a sleep in NtGet/SetContextThread, a yield...
2007-11-28  Lionel Debrouxntdll: Trace arena magics (may help debugging some...
2007-11-26  Gerald Pfeiferntdll: Fix computation in enumerate_key().
2007-11-26  Gerald Pfeiferntdll: Simplify condition in RtlGetAce() based on varia...
2007-11-26  Rob Shearmanntdll: Shared manifests should have a less-strict versi...
2007-11-20  Francois Gougetntdll/tests: Fix compilation on systems that don't...
2007-11-20  Rob Shearmanserver: Change the get_dll_info server request to allow...
2007-11-19  Alexandre Julliardntdll: Unblock signals in process init only after the...
2007-11-19  Alexandre Julliardntdll: Send the exit code to the server on failed initi...
2007-11-19  Alexandre Julliardntdll: Initialize the PEB LoaderLock pointer.
2007-11-19  Michael Stefaniucntdll: Remove duplicate includes.
2007-11-15  Andrey Turkinserver: Pass Information field from async I/O APCs.
2007-11-15  Andrey Turkinntdll: Make async i/o functions generate completion...
2007-11-15  Andrey Turkinserver: Allow async i/o operations to send completion...
2007-11-15  Andrey Turkinntdll: Add some I/O completion tests.
2007-11-12  Peter Beutnerntdll: Better trap exception handling.
2007-11-12  Peter Beutnerntdll: Don't try to handle kill(SIGTRAP).
2007-11-12  Rob Shearmanntdll: Initialise the part of the buffer to be written...
2007-11-08  Alexandre Julliardntdll: Increase the signal stack size to avoid crashes...
2007-11-02  Hans Leidekkerntdll: Fix calculation of tape position offsets.
2007-10-31  Dan Kegelntdll: NtAccessCheck: Only send used bytes to server.
2007-10-30  Rob Shearmanserver: Pass the security descriptor into create_file...
2007-10-30  Rob Shearmanserver: Add the name length to the object_attributes...
2007-10-30  Paul Vriensntdll: Report FIXME only once.
2007-10-30  Klaus Layerntdll: Add missing FIXMEs for incomplete info classes...
2007-10-29  Tom Brusntdll: Serial/COM code misinterpreted XON/XOFF direction.
2007-10-26  Detlef Riekenbergntdll: Dump the base address when a module is loaded.
2007-10-26  Rob Shearmanserver: Make create_mapping use struct object_attribute...
2007-10-26  Rob Shearmanserver: Make create_mutex use struct object_attributes...
2007-10-26  Rob Shearmanserver: Make create_semaphore use struct object_attribu...
2007-10-25  Rob Shearmanserver: Use the security descriptor passed in when...
2007-10-24  Dmitry Timoshkovntdll: Use symbolic names when possible.
2007-10-23  Rob Shearmanntdll: Add a stub for RtlSetControlSecurityDescriptor.
2007-10-23  Rob Shearmanntdll: Fix RtlValidAcl to accept newer ACL revisions.
2007-10-23  Rob Shearmanntdll: Allow the newer ACL revisions in RtlCreateAce.
2007-10-22  Lionel Debrouxntdll/tests: Fix memory leaks (found by Smatch) and...
2007-10-22  Gerald Pfeiferntdll: #include <sys/types.h> to get dev_t.
2007-10-19  Alexandre Julliardntdll: Fixed off-by-one error in RtlGetFullPathName_U...
2007-10-18  Alexandre Julliardntdll: Cache the DOS drives stat info for up to one...
2007-10-18  Mikolaj Zalewskintdll: Support for UTF-16 manifests with reverse endian...
2007-10-18  Mikolaj Zalewskintdll: Manifests should be parsed as UTF-16 only if...
2007-10-17  Mikolaj Zalewskintdll: Avoid setting IS_TEXT_UNICODE_NUL_BYTES for...
2007-10-17  Mikolaj Zalewskintdll: Add some tests for RtlIsTextUnicode.
2007-10-17  Alexandre Julliardntdll: Fixed typo in RTL_GetKeyHandle (spotted by Sean...
2007-10-16  Rob Shearmanntdll: Fix the return code from RtlSetDaclSecurityDescr...
2007-10-16  Rob Shearmanntdll: Fix NtAccessCheck for NULL, but present SACLs...
2007-10-10  Alexandre Julliardserver: Use the file_pos_t type for file sizes and...
2007-10-10  Ken Thomasesntdll: Work around a bug in Mac OS X's getdirentries().
2007-10-09  Jacek Cabanactctx: Rename version to assembly_version.
2007-10-03  Rob Shearmanserver: Add a new get_security_object call for getting...
2007-10-03  Juan Langntdll: Fix a typo.
2007-10-03  Alexandre Julliardntdll: Fix the HEAP_CreateSubHeap return value (spotted...
2007-10-02  Alexandre Julliardntdll: Make the heap structure more compatible with...
2007-10-02  Alexandre Julliardntdll: Convert the subheap list to a standard list.
2007-10-02  Alexandre Julliardntdll: Remove assumptions that the subheap is at the...
2007-10-01  Alexandre Julliardntdll: Clear heap blocks also for WARN_ON(heap).
2007-09-28  Andrey Turkinserver: Allow completion object to be attached to an...
2007-09-28  Mikolaj Zalewskiadvapi32/ntdll: GetSecurityDescriptorOwner/Group should...
2007-09-28  Mikolaj Zalewskiadvapi32/ntdll: MakeRelativeSD should preserve NULL...
2007-09-27  Francois GougetAssorted spelling fixes.
2007-09-27  Peter Oberndorferntdll: NtAreMappedFilesTheSame semi stub.
2007-09-26  Andrey Turkinserver: Implement server-side completion queues and...
2007-09-26  Detlef Riekenbergntdll: Avoid segfault with snoop for exefiles with...
2007-09-25  Mikolaj Zalewskintdll: Add RtlAddAuditAccessAceEx.
2007-09-20  Alexandre Julliardntdll/tests: Skip the debugger test if the child proces...
2007-09-18  Francois Gougetntdll: Fix compilation on systems that don't support...
2007-09-17  Alexandre Julliardntdll: Fix an error message.
next