user32: Add test cases for update rects affected by ShowWindow.
[wine] / dlls / ntdll /
2007-02-06  Alexandre Julliardntdll: Clear the DebugInfo field when a shared heap...
2007-02-06  Francois Gougetntdll: Add a stub API documentation to make winapi_chec...
2007-02-05  Damjan Jovanovicntdll: Slist support.
2007-02-05  Bang Jun-Youngntdll: Fix NtUnloadKey to match the DDK.
2007-01-25  Vitaliy Margolenserver/ntdll: Simplistic implementation of NtQueryObjec...
2007-01-24  Alexandre Julliardntdll: Properly handle embedded nulls in NTDLL_dbg_vprintf.
2007-01-22  Vitaliy Margolenntdll: Correct trace message stating NtAccessCheck...
2007-01-22  Vitaliy Margolenntdll: Don't change granted access mask on error.
2007-01-22  Mike McCormackntdll: Implement RtlDecodePointer and RtlEncodePointer.
2007-01-22  Paul Vriensntdll: Extra check for ObjectAttributes (Coverity).
2007-01-22  Rob Shearmankernel32: Handle the SECURITY_* flags passed into Creat...
2007-01-18  Alexandre Julliardntdll: Avoid inter-process APCs when called for the...
2007-01-18  Alexandre Julliardntdll: Get rid of the no longer used is_current_process...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process NtMapViewOfSecti...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process RtlCreateUserThread.
2007-01-18  Alexandre Julliardntdll: Abuse RtlCreateUserThread to call the thread...
2007-01-18  Alexandre Julliardntdll: Move the LDT section to ntdll and make it an...
2007-01-18  Francois Gougetntdll/tests: Use '%u' to print GetLastError().
2007-01-18  Alexandre Julliardntdll: Block async signals during process init and...
2007-01-18  Alexandre Julliardntdll: Make the server signal mask global.
2007-01-18  Alexandre Julliardntdll: Avoid heap allocations during thread creation.
2007-01-18  Alexandre Julliardntdll: Make the fd cache section an uninterruptible...
2007-01-18  Alexandre Julliardntdll: Fix NtDuplicateObject to only close the file...
2007-01-18  Alexandre Julliardntdll: Avoid heap allocation in fd cache. Fixed a coupl...
2007-01-17  Joel ParkerRemove redundant semicolons for ANSI compatibility.
2007-01-16  Alexandre Julliardntdll: Added a missing chunk in the NtLockVirtualMemory...
2007-01-16  Alexandre Julliardntdll: Implemented NtLockVirtualMemory and NtUnlockVirt...
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process NtFlushVirtualMe...
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualProtectEx.
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualQueryEx.
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualAllocEx...
2007-01-15  Alexandre Julliardserver: Support queuing some APCs to a process instead...
2007-01-15  Alexandre Julliardserver: Added mechanism for returning results of APC...
2007-01-15  Andrew Talbotntdll: Remove unused function.
2007-01-12  Alexandre Julliardntdll: Make the virtual.c critical section uninterrupti...
2007-01-12  Alexandre Julliardntdll: Fix handling of 64-bit sizes in NtMapViewOfSection.
2007-01-12  Alexandre Julliardntdll: Duplicate the mapping handle on the server side...
2007-01-12  Alexandre Julliardntdll: Moved the check for removable file in load_dll...
2007-01-10  Harry McNallyntdll: Add Western Australia Summer Time.
2007-01-10  Alexandre Julliardserver: Allow suspended threads to run system APCs.
2007-01-10  Alexandre Julliardntdll: Make sure that critical section waits are not...
2007-01-10  Alexandre Julliardntdll: Only return STATUS_USER_APC from a wait if a...
2007-01-10  Alexandre Julliardntdll: Compute the wait timeout only once in NTDLL_wait...
2007-01-10  Paul Vriensntdll/tests: Skip some tests on Windows Vista.
2007-01-10  Alexandre Julliardntdll/tests: Fix exception test for CPUs that do segmen...
2007-01-10  Alexandre Julliardntdll/tests: Don't bother testing the port functions...
2007-01-09  Michael Stefaniucjanitorial: Remove stray '\' at end of lines.
2007-01-08  Francois Gougetntdll/tests: Replace an '#if 0' with an 'if (0)'.
2007-01-04  Rob Shearmanntdll: Don't print a fixme in RtlQueueUserWorkItem...
2007-01-04  Rob Shearmanntdll: Fix some test failures of RtlGUIDFromString...
2007-01-04  Rob Shearmanntdll: RtlInitUnicodeString on a string too long to...
2007-01-04  Alexandre Julliardserver: Add a generic apc_call structure to make it...
2007-01-04  Alexandre Julliardserver: Notify the server that an APC has completed...
2007-01-03  Reinhard Karcherntdll: Fix DTR and CTS controls in serial code.
2007-01-02  Andrew Talbotntdll: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.
2007-01-02  Jeff Latimerntdll: Remove an unnecessary NULL check.
2007-01-02  Reinhard Karcherntdll: Fix NtQueryDirectoryFile handling of short names...
2007-01-01  Dmitry Timoshkovntdll: Map ESPIPE to STATUS_ILLEGAL_FUNCTION.
2006-12-29  Alexandre Julliardserver: Implement process control using Mach primitives...
2006-12-21  Alexandre Julliardntdll: Added support for physically ejecting devices...
2006-12-21  Alexandre Julliardntdll: File positions should be aligned to sector bound...
2006-12-20  Alexandre Julliardntdll: Fix the libdl refcount when loading the same...
2006-12-20  Alexandre Julliardntdll: Fixed typo in map_image.
2006-12-13  Alexandre Julliardntdll: Map the PE header up to the specified size,...
2006-12-13  Andrew Talbotntdll/tests: Cast-qual warning fix.
2006-12-07  Alexandre Julliardntdll: Check the NX compatibility flag for every loaded...
2006-12-07  Alexandre Julliardntdll: Fix the failing loader tests.
2006-12-07  Paul Vriensntdll/tests: Fix typo.
2006-12-05  Alexandre Julliardntdll: Added support for the HEAP_CREATE_ENABLE_EXECUTE...
2006-12-05  Alexandre Julliardntdll: Force exec permissions on all mmaps unless the...
2006-12-04  Alexandre Julliardntdll: Allow module with extensions in forward specific...
2006-12-04  Peter Beutnerntdll: Fix single stepping over popf instruction.
2006-12-01  Alexandre Julliardntdll: Always return . and .. as the first two entries...
2006-12-01  Peter Beutnerntdll: Add more exception tests.
2006-12-01  Peter Beutnerntdll: Run exception tests from executable memory.
2006-12-01  Peter Beutnerntdll: Simplify exception tests.
2006-12-01  Alexandre Julliardntdll: Don't free the DOS area when a broken app passes...
2006-11-29  Dmitry Timoshkovntdll: Make some data const.
2006-11-27  Alexandre Julliardntdll: Unset the WINESERVERSOCKET variable after we...
2006-11-21  Alexandre Julliardntdll: Setting the needs_close flag in server_get_unix_...
2006-11-21  Paul Vriensntdll: Remove unused variables.
2006-11-21  Paul Vriensntdll: Use intended variable.
2006-11-21  Paul Vriensntdll: Remove tests that crash on XP and W2K3.
2006-11-21  Paul Vriensntdll: Remove unused variables.
2006-11-21  Paul Vriensntdll: Remove tests that crash on XP and W2K3.
2006-11-20  Alexandre Julliardntdll: Don't bother with async I/O on regular files.
2006-11-20  Alexandre Julliardntdll: Store the fd type in the cache and return it...
2006-11-20  Marcus Meissnerntdll: Converted bitmask into TRUE/FALSE.
2006-11-15  Eric Pouechntdll: Fixed returned status for NtQueryThreadInformati...
2006-11-13  Alexandre Julliardntdll: Added support for reading directories using...
2006-11-13  Francois GougetAssorted spelling fixes.
2006-11-13  Dmitry Timoshkovntdll: Alphabetically sort the Makefile entries.
2006-11-09  Alexandre Julliardntdll: Re-add sys/ioctl.h that got lost in the PeekName...
2006-11-07  Francois GougetAssorted spelling fixes.
2006-11-07  Andrew Talbotntdll: Cast-qual warning fix.
2006-11-07  Jeff Latimerntdll: Clarify the documentation for HandleTable.
2006-11-06  Alexandre Julliardntdll: Moved command-line help to the loader binary.
2006-11-06  Phil Krylovntdll: Fix building on Darwin versions prior to 8.0.
2006-11-03  Alexandre Julliardntdll: Retrieve mailslot message info from the client...
2006-11-03  Alexandre Julliardntdll: FILE_GetDeviceInfo no longer needs to be public.
next