Moved memory/environ.c, memory/virtual.c and misc/cpu.c to
[wine] / dlls / kernel / sync.c
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.
2000-09-29  Alexandre JulliardMoved a bunch of routines to kernel32.dll (with the...