Use wine_get_dos_file_name rather than relying on GetFullPathNameW
[wine] / dlls / kernel / process.c
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.
2003-11-25  Alexandre JulliardRemoved MODULE_GetLoadOrderA.
2003-11-22  Alexandre JulliardCreate a huge array in bss to reserve the memory area...
2003-11-17  Alexandre JulliardFixed regression in loading of builtin apps from the...
2003-11-17  Alexandre JulliardMoved a few definitions used in only one source file...
2003-11-11  Alexandre JulliardMoved the exec_wine_binary function to the wine library...
2003-10-30  Mike McCormackFix incorrectly sized buffer.
2003-10-28  Alexandre JulliardFixed typo that broke handling of .com and .bat files.
2003-10-24  Alexandre JulliardCall the application entry point from kernel32, some...
2003-10-16  Alexandre JulliardReplaced a few more 0xffffffff by the appropriate const...
2003-10-14  Alexandre JulliardMoved codepage functions to dlls/kernel.
2003-10-14  Alexandre JulliardSet or clear the BeingDebugged flag in the PEB when...
2003-10-11  Alexandre JulliardUpdate __wine_main_argc after option processing.
2003-10-10  Alexandre JulliardDon't reference the environ global variable from kernel...
2003-10-10  Alexandre JulliardChanged the init code to make libwine load only ntdll...
2003-10-09  Alexandre JulliardUse the Rtl bitmap functions to implement Tls allocation.
2003-10-09  Alexandre JulliardMoved the constructor for the initial TEB to ntdll...
2003-10-08  Alexandre JulliardMoved build_command_line back to kernel and make it...
2003-10-08  Alexandre JulliardMoved a few more functions to the dlls/kernel directory.
2003-10-08  Alexandre JulliardLink all remaining files that contain kernel APIs into...
2003-10-08  Alexandre JulliardAdded hack to call CreateFileW through a pointer so...
2003-10-08  Alexandre JulliardGet rid of the argv0 and full_argv0 global variables.
2003-10-06  Alexandre JulliardMoved the final process init and dependency loading to
2003-10-04  Alexandre JulliardConverted process creation to Unicode.
2003-10-02  Alexandre JulliardChanged LdrLoadDll to only search for the dll in the...
2003-09-30  Alexandre JulliardStore module names in Unicode in the server.
2003-09-27  Alexandre JulliardConverted the load order code to use Unicode throughout.
2003-09-25  Alexandre JulliardMoved loadorder support to dlls/ntdll.
2003-09-24  Alexandre JulliardMoved the Windows version code to dlls/ntdll, and imple...
2003-09-19  Alexandre JulliardMoved the 32-bit builtin loader and the remaining bits...
2003-09-19  Eric PouechImplemented kernel32.GetIoProcessCounters and stubbed
next