server: Specify the user APC to call only once the system APC has executed.
[wine] / dlls / ntdll / sync.c
2008-12-30  Alexandre Julliardserver: Specify the user APC to call only once the...
2008-12-30  Alexandre Julliardserver: Make the arguments for CreateRemoteThread clien...
2008-12-30  Alexandre Julliardserver: Make a couple of fields smaller in the apc_call...
2008-12-30  Alexandre Julliardserver: Make the address parameters in inter-process...
2008-12-29  Alexandre Julliardserver: Make timer callback function and argument clien...
2008-12-29  Alexandre Julliardserver: Make the select cookie a client_ptr_t instead...
2008-12-26  Alexandre Julliardserver: Use the same field for process and thread handl...
2008-12-17  Alexandre Julliardserver: Make mem_size_t always 64-bit.
2008-12-15  Alexandre Julliardserver: Make async I/O transfer sizes always 32-bit.
2008-12-11  Alexandre Julliardntdll: Convert the handles to server handles in NTDLL_w...
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-09-04  Alexandre Julliardntdll: Add stubs for all the job object functions.
2008-03-01  Alexandre JulliardGet rid of the global thread.h header.
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-10-30  Rob Shearmanserver: Add the name length to the object_attributes...
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-10  Alexandre Julliardserver: Use the file_pos_t type for file sizes and...
2007-09-26  Andrey Turkinserver: Implement server-side completion queues and...
2007-07-30  Michael Stefaniucntdll: Match the definition of NtQueryEvent() with...
2007-07-16  Alexandre Julliardserver: Merge APC processing into the select request.
2007-06-08  Andrey Turkinntdll: Stub and document IoCompletion APIs.
2007-06-04  Alexandre Julliardntdll: Get rid of the num_async_io counter in the TEB.
2007-05-23  Dmitry Timoshkovntdll: Fix compilation warnings in 64-bit mode.
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-04-10  Alexandre Julliardserver: Add support for restarting an async I/O when...
2007-03-20  Alexandre Julliardserver: Return the status from an async I/O APC call...
2007-01-18  Alexandre Julliardntdll: Avoid inter-process APCs when called for the...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process NtMapViewOfSecti...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process RtlCreateUserThread.
2007-01-16  Alexandre Julliardntdll: Added a missing chunk in the NtLockVirtualMemory...
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-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-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...
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-07-26  Alexandre Julliardntdll: Renamed the NTDLL_get/from_server_timeout functi...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Francois GougetFix some winapi_check documentation warnings.
2006-04-19  Mike McCormackntdll: Stub implementations of NtCreateIoCompletion...
2005-12-02  Vitaliy MargolenMove timer objects into directory name space.
2005-12-02  Vitaliy MargolenMove semaphore objects into directory name space.
2005-12-02  Vitaliy MargolenMove event and mutex objects into directory name space.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-10-27  Vitaliy Margolen- Send whole OBJECT_ATTRIBUTES.Attributes to the server...
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-13  Mike McCormackAdd and fix function prototypes.
2005-06-10  Mike McCormackDependency fixes for winternl.h.
2005-06-06  Alexandre JulliardMoved the ntdll per-thread data out of the TEB into...
2005-05-16  Alexandre JulliardRemoved the special casing of kernel32 and ntdll for...
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-04-18  Eric PouechRemoved the no longer user APC_ASYNC kind of APC.
2005-04-16  Mike McCormackDeclare and define a stub for NtSignalAndWaitForSingleO...
2005-03-04  Steven EdwardsAdded a check for poll.h.
2005-01-14  Eric Pouech- got rid of include/async.h
2004-12-17  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-13  Robert ShearmanImplement NtQueryTimer.
2004-12-02  Eric Pouech- moved event, semaphore, mutex implementation from...
2004-11-02  Jeremy WhiteTune the behavior of Sleep() and Waitxxx() to more...
2004-10-11  Alexandre JulliardImplemented NtYieldExecution.
2004-10-09  Jeremy WhiteMade NtDelayExecution with a 0 timeout yield the CPU...
2004-04-01  Rolf KalbermatterNtPulseEvent: Don't print FIXME for an optional paramet...
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2003-11-06  Alexandre JulliardAdded server_abort_thread to replace SYSDEPS_AbortThread.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-30  Alexandre JulliardImplemented NtDelayExecution and make Sleep call it.
2003-06-26  Eric Pouech- made async.h ready for use in ntdll: replaced all...
2003-06-04  Jukka HeinonenTimer routines must check for NULL timer name.
2003-05-20  Eric PouechImplemented timer related functions in ntdll and make...
2003-04-04  Alexandre JulliardImplemented NtQueueApcThread, and changed the server...
2003-04-02  Alexandre JulliardAdded abs_time_t structure to the server protocol,...
2003-03-31  Alexandre JulliardAdded missing NONAMELESSSTRUCT/UNION.
2003-03-31  Alexandre JulliardMoved WaitForMultipleObjects to ntdll (based on a patch...
2002-12-05  Patrik StridvallReplace 0x%p with %p.
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-08-10  Jörg MayerFixed a few signed/unsigned and "unsigned < 0 always...
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-09-29  Alexandre JulliardMoved a bunch of routines to kernel32.dll (with the...
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-07-29  Alexandre JulliardRemoved a few external dependencies from ntdll.
2000-01-29  Alexandre JulliardRemoved debugstr.h.
2000-01-26  Alexandre JulliardDon't crash when ObjectAttributes is NULL.
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
next