rpcrt4: Make some parameters of non-exported functions const.
[wine] / dlls / ntdll /
2007-03-26  Alexandre Julliardserver: Always return STATUS_PENDING when an async...
2007-03-26  Gabriel Gambettantdll: Add Uruguayan Summer Time timezone.
2007-03-26  Hans Leidekkerntdll: Fully initialize the security descriptor returne...
2007-03-23  Alexandre Julliardntdll: Avoid overwriting the result of the async I...
2007-03-22  Alexandre Julliardserver: Implement the open_file method for named pipes.
2007-03-22  Alexandre Julliardserver: Implement the open_file method for mailslots.
2007-03-22  Alexandre Julliardntdll: Better support for NT path names in wine_nt_to_u...
2007-03-22  Alexandre Julliardserver: Don't enforce mailslots path format in ntdll...
2007-03-22  Alexandre Julliardserver: Don't enforce named pipes path format in ntdll...
2007-03-22  Alexandre Julliardserver: Implemented the open_file method for named...
2007-03-21  Alexandre Julliardserver: Use a standard async I/O event to signal direct...
2007-03-21  Alexandre Julliardserver: Move the signalling of the named pipe completio...
2007-03-21  Alexandre Julliardserver: Move the signalling of the completion event...
2007-03-20  Alexandre Julliardserver: Add an async_data_t structure to store paramete...
2007-03-20  Alexandre Julliardserver: Return the status from an async I/O APC call...
2007-03-20  Alexandre Julliardserver: Use the common pattern for async I/O parameters...
2007-03-17  Alexandre Julliardntdll: Remove unnecessary pointers in fstab parsing...
2007-03-17  Andrew Talbotntdll: Replace inline static with static inline.
2007-03-14  Alexandre Julliardlibwine: Pass flags to wine_utf8_wcstombs to allow...
2007-03-14  Alexandre Julliardntdll: Fixed typo in previous patch, spotted by Ken...
2007-03-14  Alexandre Julliardntdll: Add a wrapper to call the thread entry point...
2007-03-14  Alexandre Julliardntdll: Fixed some exception codes and parameters.
2007-03-14  Alexandre Julliardntdll/tests: Mask reserved bits before testing dr7.
2007-03-14  Alexandre Julliardntdll: Changed some Solaris defines so that we can...
2007-03-13  Stefan HuehnerMark several functions as static.
2007-03-13  Dmitry Timoshkovntdll: Catch the exceptions in the TLS callback like...
2007-03-12  Alexandre JulliardFixed some compilation issues on Mac OS X Leopard.
2007-03-12  Jan Zerebeckintdll: Add DebugInfo to critical sections.
2007-03-12  Dmitry Timoshkovntdll: Make the error test pass under XP.
2007-03-09  Alexandre Julliardntdll: Fixed a compiler warning for size_t/unsigned...
2007-03-09  Peter Beutnerntdll: Handle SIMD exceptions.
2007-03-09  Peter Beutnerntdll: Testcase for handling SIMD exceptions.
2007-03-07  Alexandre JulliardAdded version information for a number of dlls.
2007-03-07  Juan Langntdll: Implement NtAllocateLocallyUniqueId with server...
2007-03-05  Peter Oberndorferntdll: Make exception test not hang when creating proce...
2007-02-28  Jeff Latimerntdll: Test object attributes in NtCreateMailslotFile.
2007-02-28  Jeff Latimerntdll: Set default timeout in NtCreateMailslotFile...
2007-02-28  Jeff Latimerntdll: Check for passing a NULL handle to NtCreateMails...
2007-02-28  Jeff Latimerntdll: Framework for NtCreateMailslotFile tests.
2007-02-28  Vitaliy Margolenntdll: More error checking. Properly handle NULL ACLs.
2007-02-27  Peter Oberndorferntdll: Extend debugger tests.
2007-02-27  Peter Oberndorferntdll/tests: Add a debugger around the exceptions.
2007-02-21  Rob Shearmanserver: Add get_token_impersonation_level server call...
2007-02-16  Peter Oberndorferntdll: Add a vectored exception handling test to the...
2007-02-15  Vitaliy Margolenntdll/server: Implement NtSetSecurityObject. With tests.
2007-02-13  Alexandre Julliardntdll: Allow APCs to run while waiting for a debug...
2007-02-13  Marcus Meissnerntdll/tests: Fixed WCHAR overflow.
2007-02-13  Peter Oberndorferntdll: Test that shows RtlRaiseException with EXCEPTION...
2007-02-12  Francois Gougetntdll: Fix compilation on systems that don't support...
2007-02-12  Francois Gougetntdll: Add prototypes to winnt.h for the SList functions.
2007-02-09  Francois Gougetntdll: Better match the PSDK types and fix the winapi_c...
2007-02-09  Francois Gougetntdll: The fourth parameter of RtlUnwind() is a pointer...
2007-02-09  Francois Gougetntdll: ZwRaiseException() is not a register function.
2007-02-09  Konstantin Kondratyukntdll: Add Omsk time zone.
2007-02-09  Marcus Meissnerntdll: Initialize needs_close to FALSE.
2007-02-08  Kevin Koltzauntdll: Fix compile errors for Win64.
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.
next