- 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
- 1eac191 - created server object for handling async i/o by Mike McCormack · 24 years ago
- 8c540c6 Replaced a few internal functions by exported ones. by Alexandre Julliard · 24 years ago
- ccc538b Unix98 pthread_rwlock* stubs for glibc2.2 compatibility. by Ove Kaaven · 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
- 8d1462b pthread_atfork: don't call critical section functions before 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
- 44f84b5 Added basic working stubs of new Windows 2000 API functions. by David Elliott · 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
- d76f9f9 Implemented a bunch of large integer functions in ntdll. by Alexandre Julliard · 24 years ago
- afb49ea Moved a bunch of routines to kernel32.dll (with the help of Dimitrie O. Paun). by Alexandre Julliard · 24 years ago
- baa1556 Moved critical section implementation to ntdll. by Alexandre Julliard · 24 years ago
- 15bfcd0 Moved $(MODULE).o rule out of Make.rules into the individual Makefiles. by Alexandre Julliard · 24 years ago
- 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
- 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