kernel: Don't bother checking load order of the exe in the parent process.
[wine] / dlls / kernel / sync.c
2006-01-17  Mike McCormackkernel32: Create a stub implementation for PostQueuedCo...
2005-12-14  Vitaliy Margolenntdll: Implement FSCTL_PIPE_WAIT NtFsControlFile ioctl.
2005-12-12  Alexandre JulliardPass specific access rights to wine_server_handle_to_fd.
2005-12-05  Vitaliy MargolenMove named pipe objects into directory name space.
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-11-21  Vitaliy MargolenKernel32 should create named objects with OBJ_OPENIF...
2005-11-21  Alexandre JulliardFixed handling of mailslot read timeout to avoid compil...
2005-11-08  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-10-06  Vitaliy MargolenAdd brackets around (a)?b:c construct.
2005-09-30  Vitaliy MargolenAdd brackets around (a)?b:c construct.
2005-09-26  Alexandre JulliardUse int instead of long in interlocked_* functions...
2005-09-26  Eric Pouech- now passing access rights when creating a named pipe...
2005-09-21  Vitaliy MargolenSpecify flag OBJ_CASE_INSENSITIVE when calling appropri...
2005-09-06  Ivan Leo PuotiAdded FSCTL_PIPE_LISTEN support.
2005-08-22  Phil KrylovFixed InterLocked* function definitions for non-x86...
2005-08-18  Ivan Leo PuotiImplement FSCTL_PIPE_DISCONNECT in NtFsControlFile...
2005-08-17  Mike McCormackgcc 4.0 warning fixes.
2005-06-20  Mike McCormack- don't include winreg.h
2005-06-10  Mike McCormackDependency fixes for winternl.h.
2005-06-05  Mike HearnSuppress the noisy SetNamedPipeHandleState fixme.
2005-04-24  Mike McCormackImplemented SignalObjectAndWait.
2005-04-20  Gerald PfeiferFix compilation problem caused by ULONG_MAX.
2005-04-18  Eric Pouech- moved named pipe creation to ntdll
2005-04-11  Mike McCormackMove mailslot set and query info implementation to...
2005-03-30  Mike McCormackImplement mailslots.
2005-03-28  Mike McCormackImplement CreateMailslot using NtCreateMailslotFile.
2005-03-22  Alex Villacís LassoPeekNamedPipe now checks both for a NULL buffer and...
2005-03-04  Steven EdwardsAdded a check for poll.h.
2005-02-08  Robert ShearmanConvert last error from NTSTATUS to a DOS error code...
2005-02-03  Alexandre JulliardAsync callback function must be stdcall.
2005-01-19  Mike McCormackImplement TransactNamedPipe for the non-overlapped...
2005-01-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2005-01-03  Eric PouechFixed some regressions from the previous change.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-07  Juan LangUse W calls rather than A in CreatePipe.
2004-12-02  Eric Pouech- moved event, semaphore, mutex implementation from...
2004-10-19  Vincent BéronFix various function prototypes.
2004-10-19  Mike McCormackImplement CallNamedPipeA using CallNamedPipeW.
2004-10-11  Alexandre JulliardImplemented NtYieldExecution.
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-08-10  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-06-15  Alexandre JulliardStore the number of processors in the PEB structure.
2004-06-14  Robert ShearmanUse the same path transformation for WaitNamedPipe and
2004-05-18  Eric PouechAdded some missing prototypes.
2004-04-30  Alexandre JulliardAdded a few more info classes in NtQueryInformationFile.
2004-03-29  Mike McCormackUse CreateEventW in preference to CreateEventA.
2004-03-18  Raphael JunqueiraRemove duplicate code by using Nt* functions for PulseE...
2004-03-17  Raphael JunqueiraAdded stub for SignalObjectAndWait.
2004-03-09  Alexandre JulliardRemoved some unnecessary definitions from file.h.
2004-02-26  Dimitrie O. PaunRemove the win32 debug channel, misc cleanup of debuggi...
2004-02-24  Uwe Bonnes Pass inherit handle flag properly for CreateNamedPipe.
2004-02-12  Alexandre JulliardAuthors: David Hammerton <david@transgaming.com>, Mike...
2003-12-08  Dimitrie O. PaunMove content of global.h into the appropriate private...
2003-12-02  Alexandre JulliardUse wine_server_release_fd() instead of close() everywh...
2003-11-03  Mike McCormackStubs for job control.
2003-10-30  Mike McCormackReturn more sane mailslot error values.
2003-10-09  Mike McCormackStub implementations for some functions related to...
2003-10-08  Alexandre JulliardMoved a few more functions to the dlls/kernel directory.
2003-09-18  Alexandre JulliardMoved synchronization and syslevel routines to dlls...
2003-09-17  Jon GriffithsDocumentation updates.
2003-09-15  Mike McCormackMove the mailslot stubs into the dlls/kernel directory.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-18  Alexandre JulliardFree the debug info when making a critical section...
2003-06-24  Alexandre JulliardMoved tape.c to dlls/kernel.
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-06-06  Mike McCormackAlways return FALSE when doing an overlapped ConnectNam...
2003-05-20  Eric PouechImplement anonymous pipes on top of named pipes.
2003-05-20  Alexandre JulliardMoved timer functions to dlls/kernel.
2003-05-15  Mike McCormack- rewrite of the named pipe code
2003-05-12  Aric StewartIgnore requested access rights when emulated version...
2003-05-06  Alexandre JulliardFixed return value of CreateNamedPipe (spotted by Mike...
2003-02-19  Dan KegelAdded check for illegal pipe names.
2002-10-25  Michael StefaniucCompile the kernel dll with -DSTRICT.
2002-09-04  Alexandre JulliardPeekNamedPipe: Check if the pipe was closed when there...
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-31  Rafael KitoverPortability fixes for Cygwin.
2002-07-25  Uwe BonnesFill lpcbAvail for PeekNamedPipe.
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-11-07  Mike McCormackMake ConnectNamedPipe work in overlapped mode.
2001-08-27  Mike McCormackImplemented GetNamedPipeInfo.
2001-08-24  Mike McCormackAdd stubs for several named pipe functions.
2001-08-23  Mike McCormackImplement WaitNamedPipe and DisconnectNamedPipe.
2001-07-20  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-10  Mike McCormackStart implementing named pipes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-29  Rein KlazesTest pointer before it is dereferenced in CreateEventW().
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
next