mshtml: Added IActiveScriptDebug32 stub implementation.
[wine] / dlls / ntdll /
2008-04-11  James Hawkinsntdll: Fix a few tests that fail in win2k.
2008-04-09  Austin EnglishSpelling fixes.
2008-04-02  Alexandre Julliardntdll: Use LdrProcessRelocationBlock to apply relocations.
2008-04-02  Alexandre Julliardntdll: Implemented LdrProcessRelocationBlock.
2008-04-01  Alexandre Julliardntdll: Add a guard page at the bottom of the stack...
2008-04-01  Alexandre Julliardntdll: Add support for handling page faults caused...
2008-04-01  Alexandre Julliardntdll: Moved stack allocation for thread and process...
2008-04-01  Andrew Talbotntdll: Remove superfluous semicolon.
2008-03-26  Alexandre Julliardntdll: Export the libwine version functions from ntdll...
2008-03-26  Alexandre Julliardntdll: Clear the process stack again after dll init...
2008-03-26  Alexandre Julliardkernel32: Moved the allocation of the process stack...
2008-03-21  Alexandre Julliardntdll: Refuse to create the .wine directory if the...
2008-03-20  Alexandre Julliardntdll: Add test cases for the direction flag.
2008-03-20  Alexandre Julliardntdll: Clear the direction flag before calling exceptio...
2008-03-15  Alexandre Julliardntdll: Implemented NtWriteFileGather.
2008-03-15  Alexandre Julliardntdll: Implemented NtReadFileScatter.
2008-03-10  Andrew Talbotntdll: Assign to structs instead of using memcpy.
2008-03-10  Paul Vriensntdll/tests: ProcessImageFileName is not supported...
2008-03-05  Alexandre Julliardntdll: Fixed handling of fake dlls when loading a built...
2008-03-05  Francois Gougetntdll/tests: Don't use 0x55/0xaa to avoid any confusion...
2008-03-05  Alistair Leslie... ntdll: Added support for Windows 2008.
2008-03-05  Eric Pouechntdll: Removed conflict for FAILED (defined both in...
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-03-01  Alexandre Julliardntdll: Only grab the loader lock once we actually call...
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-03-01  Alexandre JulliardGet rid of the global thread.h header.
2008-02-29  Alexandre Julliardntdll: Added definitions and structures for fiber local...
2008-02-27  Dmitry Timoshkovkernel32: Return upper cased drive letters in paths...
2008-02-25  Alexandre Julliardntdll: Add an exception handler around check_actctx...
2008-02-21  Rob Shearmanntdll: When using HEAP_ZERO_MEMORY in heap allocation...
2008-02-21  Rob Shearmanntdll: Fix the use of oldSize in RtlReAllocateHeap...
2008-02-16  Rob ShearmanAdd a new convenience macro for an exception handler...
2008-02-15  Alexandre Julliardkernel32: On Mac OS, recompose the Unicode strings...
2008-02-15  Rob Shearmanntdll: Add an exception handler around calls to module...
2008-02-12  Alexandre Julliardntdll: Store the unhandled exception filter at startup...
2008-02-07  Alexandre Julliardtests: Add a helper routine to wait for a child process...
2008-02-05  Rob Shearmanntdll: The FileMailslotSetInformation and FileCompletio...
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...
next