- ef57e18 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
- 71d68bb Use the HEAP_WINE_SEGPTR flag to specify allocations on the segptr heap. by Alexandre Julliard · 24 years ago
- a59324d Cosmetics. by Andreas Mohr · 24 years ago
- ab68797 Moved standard syslevel APIs declaration to winbase.h. by Alexandre Julliard · 24 years ago
- 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
- 591832e Added support for loading a Winelib app linked as a .so from the wine by Alexandre Julliard · 24 years ago
- 4e951ea Check all Callouts function pointers for NULL before using them. by Alexandre Julliard · 24 years ago
- e087508 Moved builtin dll registration to libwine. by Alexandre Julliard · 24 years ago
- 908464d Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se> by Alexandre Julliard · 24 years ago
- 51e4657 Added support for a WINELOADER environment variable which allows the by Jeremy White · 24 years ago
- 57f05e1 Converted a few more server requests to the new mechanism. by Alexandre Julliard · 24 years ago
- aef9a36 Use special environment variables to transmit the cwd of the various by Alexandre Julliard · 24 years ago
- c941eff Make GetTickCount not use the whole Unix epoch (since 1970) any more, by Andreas Mohr · 25 years ago
- 20cd935 - fixes debugger output by Andreas Mohr · 25 years ago
- 9714152 Avoid crash on empty command-line. by Andreas Mohr · 25 years ago
- 9264300 Converted a lot of server requests to the new exception handling mechanism. by Alexandre Julliard · 25 years ago
- 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
- 973ce4a Moved TASK_Create call to KERNEL initialisation routine. by Alexandre Julliard · 25 years ago
- d398aac - don't return FALSE for system process changes by Andreas Mohr · 25 years ago
- 52900c8 Make PDB, ENVDB and STARTUPINFO global variables. by Alexandre Julliard · 25 years ago
- 081ee94 - Fixed resource functions to work directly from the HMODULE instead of by Alexandre Julliard · 25 years ago
- 6c9d83a Added imports of user32/gdi32/kernel32 wherever necessary. by Alexandre Julliard · 25 years ago
- 1288430 DOS binary support has been restored. by Ove Kaaven · 25 years ago
- a3e0cfc Get full path of argv[0] before we change directories. by Alexandre Julliard · 25 years ago
- dad7091 Transmit current directory settings to newly created processes. by Marcus Meissner · 25 years ago
- 596921d Make sure the cmdline passed to CreateProcessA is writeable (thanks to by Alexandre Julliard · 25 years ago
- 79d850f - implemented Get/SetThreadLocale by Juergen Schmied · 25 years ago
- a37dec0 Pass the main exe name in the CREATE_PROCESS debug event. by Alexandre Julliard · 25 years ago
- 42cc2bd Setup signal handling and exceptions only after REQ_INIT_PROCESS_DONE by Alexandre Julliard · 25 years ago
- 7e85ea7 Moved stack switch handling (large stack) to sysdeps.c by Ulrich Weigand · 25 years ago
- 7fe09bc Moved kernel initialization to kernel_main.c by Alexandre Julliard · 25 years ago
- c23b1ee Make sure main_exe_name is a DOS filename (thanks to Uwe Bonnes). by Alexandre Julliard · 25 years ago
- c5e433a Moved idle event handling to the server. by Alexandre Julliard · 25 years ago
- c192ba2 Exec a separate wine binary for every win32 process so that they run by Alexandre Julliard · 25 years ago
- d27624b Store process file name in startup info. Fixed exe_file handling. by Alexandre Julliard · 25 years ago
- 8c21dfc Setup the initial thread %fs from a constructor. by Alexandre Julliard · 25 years ago
- 5b4f3e8 Rewrote Unix process launching to allow passing startup information to by Alexandre Julliard · 25 years ago
- b445952 Improved Winelib apps initialisation code. No longer need to link by Alexandre Julliard · 25 years ago
- 6a72dc5 Load done event now created by the server. by Alexandre Julliard · 25 years ago
- 3ef9322 Cleanup thread stack allocation. Use a single VirtualAlloc for TEB and by Alexandre Julliard · 25 years ago
- 114830e Made GetProcessHeap(), GetCurrentProcessId(), GetCurrentThread() and by Alexandre Julliard · 25 years ago
- 1134215 Temporary hack to share handles between processes sharing the same by Alexandre Julliard · 25 years ago
- 0e37eaa Commented out exit() call on ExitProcess for now. by Alexandre Julliard · 25 years ago
- 9a0e28f Fixed a couple of file descriptor leaks. by Alexandre Julliard · 25 years ago
- 12f29b5 Have threads and processes exit more cleanly whenever possible. by Alexandre Julliard · 25 years ago
- c2ec368 Removed PROCESS_IsCurrent(). by Alexandre Julliard · 25 years ago
- 05f0b71 Store the list of loaded dlls in the server, and generate debug events by Alexandre Julliard · 25 years ago
- 00641d5 Removed PDB32_DEBUGGED flag and send all debug events unconditionally. by Alexandre Julliard · 25 years ago
- ff81d78 Generate CREATE_PROCESS/THREAD debug events internally in the server. by Alexandre Julliard · 25 years ago
- 0ee98cc Fixed ANSI C violations. by Patrik Stridvall · 25 years ago
- 296186a Added FIXME comment for entry point parameter. by Andreas Mohr · 25 years ago
- 67a24c8 Store the handle of the process exe file in the server. by Alexandre Julliard · 25 years ago
- 717bf7e Added definition for STILL_ACTIVE. by Dave Pickles · 25 years ago
- f3bfa3a Mark initial process as 32-bit for WineLib apps. by Ulrich Weigand · 25 years ago
- 8cd9351 - add some documentation items - fix some spelling - fix some warnings by Andreas Mohr · 25 years ago
- 0a7c1f6 Implemented GetThreadSelectorEntry through the server. by Alexandre Julliard · 25 years ago
- 2fe5777 Made the server listen for new clients on a Unix socket in by Alexandre Julliard · 25 years ago
- 6619f5a Implemented WaitForInputIdle. by Peter Ganten · 25 years ago
- 7fb732e Fixed compiler warnings. by Andreas Mohr · 25 years ago
- 89a79d2 Bugfix: Show main window if CreateProcess was called without the by Ulrich Weigand · 25 years ago
- dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
- 0106f85 Delay sending debug events until process initialization is complete. by Ulrich Weigand · 25 years ago
- 979000e Call 16-bit instead of 32-bit UserSignalProc entry point. by Ulrich Weigand · 25 years ago
- 237e8e9 Fixed 32-bit module name handling to conform better to Win9x. by Ulrich Weigand · 25 years ago
- d083a7b Fixed DEBUG_ONLY_THIS_PROCESS again (thanks to Ulrich Weigand). by Alexandre Julliard · 25 years ago
- 1d5bc46 Removed extra #include statements. by Niels Kristian Bech Jensen · 25 years ago
- 3167000 Fixed meaning of DEBUG_ONLY_THIS_PROCESS flag. by Alexandre Julliard · 25 years ago
- eef7025 Added support for WriteProcessMemory through the server. by Alexandre Julliard · 25 years ago
- 8b8828f Added support for ReadProcessMemory through the server. by Alexandre Julliard · 25 years ago
- ec7bb23 Added support for CREATE_SUSPENDED flag in CreateProcess. by Alexandre Julliard · 25 years ago
- 8a64b83 Bugfix: don't call ExitProcess() before SYSLEVEL_Init(). by Ulrich Weigand · 25 years ago
- 3d06d20 Moved all signal support to a new platform-specific file. by Alexandre Julliard · 26 years ago
- 4d55035 Bugfix: Install task-entry breakpoint *after* EXE module is initialized. by Ulrich Weigand · 26 years ago
- fbea530 On NE process creation, move major part of NE EXE module loading and by Ulrich Weigand · 26 years ago
- ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
- 26c21f1 Load USER32.DLL before calling UserSignalProc. by Ulrich Weigand · 26 years ago
- 0a860a0 Merged THDB and TEB structures. by Alexandre Julliard · 26 years ago
- 23f4b09 Removed broken hack to support shared DLLs (e.g. USER32.DLL) and by Ulrich Weigand · 26 years ago
- cd3278b Rearrange winver detection code and cache the winver value we by Andreas Mohr · 26 years ago
- 0e65b38 Add new "walk" command options to list processes and modref's. by Guy Albertelli · 26 years ago
- 1aa2641 Use the normal environment routines to build the env db of the initial process. by Alexandre Julliard · 26 years ago
- ed49003 16-bit scheduler reorganized: run all tasks in their own thread. by Ulrich Weigand · 26 years ago
- 54a39e2 Got rid of THREAD_InitDone. by Alexandre Julliard · 26 years ago
- 463fd4f Moved remaining initialisations to the new process context. by Alexandre Julliard · 26 years ago
- a1957c4 Wait until child initialized before returning from PROCESS_Create. by Ulrich Weigand · 26 years ago
- d131a17 Use the new debug functions to send debug events at appropriate places. by Alexandre Julliard · 26 years ago
- 158f00e Bugfix: dwFlags must describe target process in UserSignalProc. by Ulrich Weigand · 26 years ago
- c319c66 Added ExitKernel16 (replacing USER_ExitWindows), ExitProcess16, and by Ulrich Weigand · 26 years ago
- 1c971e3 Some initialization sequence bugfixes: by Ulrich Weigand · 26 years ago
- 64ae5a5 Moved a few more initialisations to the new process context. by Alexandre Julliard · 26 years ago
- e8c6a08 Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
- 586793f Initialize process critical section in the correct process context. by Ulrich Weigand · 26 years ago
- b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
- c1d1cfe Reorganization of the loader to correctly load and free libraries and by Bertho Stultiens · 26 years ago
- a8f8bef Fix ambiguous else warning. by Kevin Holbrook · 26 years ago
- 9e696f8 Non-functional PROCESS_Suspend/ResumeOtherThreads removed. by Ulrich Weigand · 26 years ago
- 2e65876 Send USIG_PROCESS_CREATE signal. by Ulrich Weigand · 26 years ago
- 8139c30 Implemented PROCESS_CallUserSignalProc(). by Ulrich Weigand · 26 years ago
- e469a58 Fixed sequence of DLL_PROCESS_DETACH notification calls. by Ulrich Weigand · 26 years ago
- 1c40024 Added cmd line in new_process request. by Alexandre Julliard · 26 years ago