rpcrt4: Implement NdrSimpleStructMemorySize.
[wine] / dlls / kernel / process.c
2006-04-07  Alexandre Julliardkernel: Fixed set_process_name for the winevdm case.
2006-04-06  Alexandre Julliardkernel: Show the exe name instead of wine-[kp]thread...
2006-04-04  Mike Hearnkernel: Don't enforce process handle access rights...
2006-04-03  Alexandre Julliardntdll: Process --help and --version args earlier on...
2006-03-31  Robert Shearmankernel: Add some documentation for simple process funct...
2006-03-27  James Hawkinskernel: Error out of CreateProcess if the specified...
2006-03-06  Alexandre Julliardkernel: Better support for detached processes.
2006-02-22  Mike McCormackkernel32: Add a stub implementation for CmdBatNotification.
2006-02-22  Alexandre Julliardkernel: Initialize the dll path from the main exe name...
2006-02-22  Alexandre Julliardkernel: Don't bother checking load order of the exe...
2006-02-22  Alexandre Julliardkernel: Moved the get_startup_info call to ntdll.
2006-02-21  Alexandre Julliardkernel: Use LoadLibrary to load the main exe in all...
2006-02-16  Alexandre Julliardlibwine: Try the current load path in priority before the
2006-02-14  Eric PouechA couple of new valgrind instrumentations for better...
2006-02-08  Alexandre Julliardntdll: Get rid of the main_file argument in LdrInitiali...
2006-02-08  Alexandre Julliardkernel: Use a standard LoadLibrary call to load the...
2006-02-05  Alexandre Julliardserver: Remove no longer used create_flags from get_sta...
2006-02-05  Alexandre Julliardkernel: Use a magic ConsoleHandle value instead of...
2006-02-05  Alexandre Julliardkernel: Set the console flag in the parent for CREATE_N...
2006-01-24  Alexandre Julliardkernel: Fail more gracefully when loading a builtin...
2005-12-21  Hans Leidekkerkernel: Some documentation improvements.
2005-12-19  Alexandre Julliardkernel32: Check for tabs too when extracting the progra...
2005-12-17  Alexandre Julliardntdll: Don't use a real guard page at the bottom of...
2005-12-12  Alexandre JulliardTEB.StackLimit should not include the guard page.
2005-12-12  Alexandre Julliardkernel: Moved main stack initialization to process.c.
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in proce...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-28  Alex Villacís LassoInitialize file_exists to 0 at exe load test, prevents...
2005-10-10  Marcus MeissnerPass characters to get_file_name() helper, not bytes.
2005-10-04  Alexandre JulliardCopy WINEDEBUG from the Windows environment to allow...
2005-09-28  Alexandre JulliardDeclare debug channels as static variables so that...
2005-09-27  Eric PouechImplemented kernel32 process affinity handling on top...
2005-09-13  Alexandre JulliardRemove the 'L' suffix on a number of constants to avoid...
2005-09-12  Alexandre JulliardParameters to virtual memory functions need to be SIZE_T.
2005-09-06  Eric Pouech- rewrite kernel32:{Set|Get}PriorityClass on top of...
2005-09-06  Ivan Leo PuotiGet ExitProcess to call NtTerminateProcess.
2005-08-23  Alexandre JulliardRewrote Get/SetHandleInformation to call the correspond...
2005-08-15  Alexandre JulliardSet the default system dir to windows/system32.
2005-08-10  Alexandre JulliardMoved the version initialization to ntdll.
2005-07-14  Alexandre JulliardMoved initialization of the default user process parame...
2005-07-14  Alexandre JulliardMoved the server start time to the init_thread request...
2005-07-13  Alexandre JulliardReturn the startup info size in the init_thread request...
2005-07-13  Alexandre JulliardGet rid of the boot_done request.
2005-07-13  Alexandre JulliardAlready initialize the process in the first init_thread...
2005-07-12  Alexandre JulliardMoved the fields that depends on startup info from...
2005-06-27  Eric PouechImplemented OpenProcess on top of NtOpenProcess.
2005-06-20  Mike McCormack- don't include winreg.h
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-14  Mike McCormackFix warnings from -Wmissing-declarations.
2005-06-06  Alexandre JulliardRemoved some unnecessary inclusions of thread.h
2005-04-20  Alexandre JulliardMove all the old config conversion code to a new oldcon...
2005-03-19  Alexandre JulliardAdded support for the TLS expansion slots, adding an...
2005-03-07  Rein KlazesSupport execution of pif files.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-15  Jon GriffithsDocumentation fixes.
2004-10-30  Francois GougetAdd support for REG_EXPAND_SZ in set_registry_variables().
2004-10-25  Eric Pouech- fixed the way length of msvcrt runtime info is passed
2004-10-19  Vincent BéronFix various function prototypes.
2004-10-11  Robert ShearmanFix NtAllocateVirtualMemory declaration and fix users...
2004-09-15  Mike McCormackUse FILE_SHARE_DELETE when loading modules, as running...
2004-09-10  Andreas MohrDon't reject OS/2 programs, try to carry on in DOS...
2004-09-09  Alexandre JulliardFixed the check for removable media in load_pe_exe...
2004-09-03  Eric Pouech- msvcrt: the file descriptors are now inherited betwee...
2004-08-24  Robert ShearmanAdded GetProcessId.
2004-08-18  Alexandre JulliardThe argv array passed to the app needs to be in the...
2004-08-04  Mike McCormackMoved FlushInstructionCache to ntdll.
2004-07-16  Alexandre JulliardPass the environment for a child process through the...
2004-07-15  Alexandre JulliardSet the system directory in ntdll as soon as we have...
2004-06-14  Eric Pouech- Added ProcessBasicInformation class to ntdll.NtQueryI...
2004-06-04  Rein KlazesFix a crash when launching Unix executables.
2004-06-03  Alexandre JulliardSet the WINEPRELOADRESERVE variable when starting a...
2004-05-28  Alexandre JulliardInitial version of the Wine preloader, used to reserve...
2004-05-25  Alexandre JulliardAdded support for managing reserved memory areas in...
2004-05-14  Alexandre JulliardUse environment variables instead of config file entrie...
2004-05-14  Alexandre JulliardSet environment variables from the HKCU\Environment...
2004-05-13  Alexandre JulliardAdded proper support for switching file APIs between...
2004-05-06  Dimitrie O. PaunRemove the last remaining wine options when running...
2004-05-05  Alexandre JulliardSet additional environment variables at startup from
2004-05-01  Alexandre JulliardMoved most remaining file functions to dlls/kernel.
2004-04-29  Alexandre JulliardUse symlinks in dosdevices/ for the drive devices too.
2004-04-28  Alexandre JulliardReimplemented Get/SetCurrentDirectoryW using the corres...
2004-04-16  Alexandre JulliardFixed a number of NT status values to be closer to...
2004-04-16  Alexandre JulliardRtlSetCurrentDirectory_U: store a handle to the current...
2004-04-14  Alexandre JulliardMoved wine_get_unix_file_name implementation to ntdll...
2004-04-12  Alexandre JulliardCreate the devices earlier on during startup.
2004-03-25  Alexandre JulliardReimplemented SearchPathW using ntdll functions.
2004-03-11  Alexandre JulliardGet rid of the WINEOPTIONS variable and instead use...
2004-03-11  Alexandre JulliardDo not put the TEMP and TMP variables into the Unix...
2004-03-09  Alexandre JulliardRemoved some unnecessary definitions from file.h.
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2004-02-12  Alexandre JulliardStore the kernel32 module handle globally to avoid...
2004-02-07  Alexandre JulliardGet pointer to CreateFileW earlier on during startup.
2004-02-05  Mike McCormackFix incorrect GetLongPathName usage exposed by Eric...
2004-01-20  Francois GougetAvoid duplicate '=C:' entries in the child process...
2004-01-20  Francois GougetFix a file descriptor leak in create_process().
2004-01-08  Alexandre JulliardIf supported by the linker, prevent the ELF loader...
2004-01-07  Alexandre JulliardDon't use constructors for ntdll and kernel32 initializ...
2003-11-27  Alexandre JulliardPorting fixes.
next