- c941eff Make GetTickCount not use the whole Unix epoch (since 1970) any more, by Andreas Mohr · 25 years ago
- 19f8dda Added S_ISFIFO check for Solaris. by Roberto Augusto Pungartnik · 25 years ago
- 20cd935 - fixes debugger output by Andreas Mohr · 25 years ago
- 50097a0 Added WINESERVER environment variable to allow overriding the normal by Alexandre Julliard · 25 years ago
- 4b15574 Implemented RtlpWaitForCriticalSection and RtlpUnWaitCriticalSection. by Alexandre Julliard · 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
- 8611353 Added the data structures and macros that will be needed to support by Alexandre Julliard · 25 years ago
- 973ce4a Moved TASK_Create call to KERNEL initialisation routine. by Alexandre Julliard · 25 years ago
- ea1afce Added APC support in waitable timers. by Alexandre Julliard · 25 years ago
- d398aac - don't return FALSE for system process changes by Andreas Mohr · 25 years ago
- 8d5db55 Save GET_APCS data before calling any asynchronous procedure calls, in by Mike McCormack · 25 years ago
- 94237de Fix for starting server from the current directory. by Huw D M Davies · 25 years ago
- c10c9ef Made server startup more robust against races caused by a previous by Alexandre Julliard · 25 years ago
- 5ab9d86 Removed some unnecessary #includes and dll dependencies. by Alexandre Julliard · 25 years ago
- 52900c8 Make PDB, ENVDB and STARTUPINFO global variables. by Alexandre Julliard · 25 years ago
- 46733de Removed winver and service_table from the PDB and made them static 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
- 93652e1 Moved a bunch of functions out of libwine/kernel/gdi into USER. by Alexandre Julliard · 25 years ago
- 09ddb59 Make USER and GDI separate dlls. 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
- 913ce1f Extend the WSOCK32 warning in certain functions to mention WS2_32 too. by Andreas Mohr · 25 years ago
- dccc070 Better error message for really clueless newbies. by Andreas Mohr · 25 years ago
- bec3244 Lazy initialisation of thread locale. by Alexandre Julliard · 25 years ago
- 6ee61f9 Moved setting the locale value to the right position. by Juergen Schmied · 25 years ago
- fb8934d Implementation of Get/SetThreadPriorityBoost. by Slava Monich · 25 years ago
- 596921d Make sure the cmdline passed to CreateProcessA is writeable (thanks to by Alexandre Julliard · 25 years ago
- 6d96e30 ConvertToGlobalHandle: fixed handle leak. by Alexandre Julliard · 25 years ago
- 79d850f - implemented Get/SetThreadLocale by Juergen Schmied · 25 years ago
- 8fe0551 Removed a few unnecessary includes. by Alexandre Julliard · 25 years ago
- a37dec0 Pass the main exe name in the CREATE_PROCESS debug event. by Alexandre Julliard · 25 years ago
- 06bf017 Make a better guess to find the top of the initial stack. by Ulrich Weigand · 25 years ago
- 42cc2bd Setup signal handling and exceptions only after REQ_INIT_PROCESS_DONE by Alexandre Julliard · 25 years ago
- 7980a50 Fixed issues found by winapi_check. by Patrik Stridvall · 25 years ago
- afd6a4b Updated support for Solaris/Sparc architecture. by Ulrich Weigand · 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
- cd13237 Use WARN() instead of TRACE() in DebugOutputA(). by Andreas Mohr · 25 years ago
- 8c8237b Specify the service thread timers in ms instead of us. by Alexandre Julliard · 25 years ago
- d293731 Fixed jump_alias for non-PIC, and disabled it for PIC, since it by Ove Kaaven · 25 years ago
- d27624b Store process file name in startup info. Fixed exe_file handling. by Alexandre Julliard · 25 years ago
- ce68603 Fixed default thread stack size. 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
- 95a4332 Added atfork support. by Alexandre Julliard · 25 years ago
- f61d7e0 Enhanced libc's pthread configuration detection. by Eric Pouech · 25 years ago
- 47d72ff Made pthread_kill_other_threads_np and pthread_atfork fixmes less obtrusive. by Ove Kaaven · 25 years ago
- 1f9b4b0 Removed init_sect. Use Interlocked* functions instead. by Ove Kaaven · 25 years ago
- 1abdb6f Override fork(). by Ove Kaaven · 25 years ago
- 166209a Added some more pthread overrides. by Ove Kaaven · 25 years ago
- b445952 Improved Winelib apps initialisation code. No longer need to link by Alexandre Julliard · 25 years ago
- f19f07d POSIX threads emulation, tricks glibc into being threadsafe. by Ove Kaaven · 25 years ago
- d804111 Made server launching somewhat cleaner and faster. 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
- 227a089 Removed a number of global handle allocations and critical section by Alexandre Julliard · 25 years ago
- 1134215 Temporary hack to share handles between processes sharing the same by Alexandre Julliard · 25 years ago
- 416a00d Added lazy initialization of critical sections, based on a patch by by Alexandre Julliard · 25 years ago
- de1d5ad Added support for WINEPREFIX environment variable. by Alexandre Julliard · 25 years ago
- 8a971bf Fixed file descriptor leaks. by Alexandre Julliard · 25 years ago
- 0e37eaa Commented out exit() call on ExitProcess for now. by Alexandre Julliard · 25 years ago
- 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
- 3174174 Put CLONE_FILES back in, it is still breaking too many things. by Alexandre Julliard · 25 years ago
- 9a0e28f Fixed a couple of file descriptor leaks. by Alexandre Julliard · 25 years ago
- 3b23362 Fixed some warnings. by Patrik Stridvall · 25 years ago
- 98fde73 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
- 9ad9636 Removed most calls to xmalloc/xrealloc. by Dimitrie O. Paun · 25 years ago
- 9b59da0 Misc small cleanups. 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
- ea0d028 Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events. 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
- 5fb5456 Added server protocol version check. 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
- ca3c9ba Better implementation of inline functions SetLastError and by Alexandre Julliard · 25 years ago
- 916f975 Improved the selector get/set functions. 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
- 2d33ab9 Added configure check for the unix domain sockaddr length. by Juergen Lock · 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
- 8bc1d83 Use a per-thread buffer and write(2) for debug traces. Removed debug_dumpstr. by Alexandre Julliard · 25 years ago
- 0a7c1f6 Implemented GetThreadSelectorEntry through the server. by Alexandre Julliard · 25 years ago
- eafa391 Use argv[0] to locate the server executable. 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
- cb1fc73 Changed the server to return STATUS_* error codes. by Alexandre Julliard · 25 years ago
- 3e2517c Added Get/SetThreadContext support through the server. by Alexandre Julliard · 25 years ago
- 7434102 - added NT fields to TEB by Juergen Schmied · 25 years ago
- 95e7acb Moved allocation of the socket pair for a new thread to the server. by Alexandre Julliard · 25 years ago