- 6ba5914 Fixed silly EINTR bug with starting dosmod. by Ove Kaaven · 26 years ago
- c319c66 Added ExitKernel16 (replacing USER_ExitWindows), ExitProcess16, and by Ulrich Weigand · 26 years ago
- d88e766 Bugfix: Prevent null-pointer dereference in TRACE argument list in by Bertho Stultiens · 26 years ago
- 8b36b63 Fixed wrong NE module registration so that resources work. by Bertho Stultiens · 26 years ago
- 6315a7f Fix swapped FreeLibary return values. Handle FreeLibrary( 0 ) better. by Ulrich Weigand · 26 years ago
- e54d4d1 Added MZ_Current() (returns current LPDOSTASK) and DOSVM_Wait() by Ove Kaaven · 26 years ago
- 2b89880 glide2x loadorder is "so,native". by Marcus Meissner · 26 years ago
- fdd6429 Release Win16Lock when calling LoadLibrary32 from 16-bit code. by Ulrich Weigand · 26 years ago
- 0a277b6 Adapted for new register functions support (ESP_reg in register by Alexandre Julliard · 26 years ago
- b6ecb9a Changed some error handling a bit. by Alexandre Julliard · 26 years ago
- 4cd0776 Use OpenFile() to test for file existence, so that the path gets searched. by Alexandre Julliard · 26 years ago
- f445ba7 Fixed extension handling in LoadLibrary16. by Uwe Bonnes · 26 years ago
- 896889f ANSI C fixes. by Patrik Stridvall · 26 years ago
- 6e709a1 Bugfix: get_sobasename was off by one pointer increment. by Ulrich Czekalla · 26 years ago
- e9caf93 Removed TIMER_SwitchQueue. by Ulrich Weigand · 26 years ago
- 013d088 Stop winelib programs on fault instead of endless faultlooping. by Marcus Meissner · 26 years ago
- 1c971e3 Some initialization sequence bugfixes: by Ulrich Weigand · 26 years ago
- b613a10 Bugfix: all PE modules were marked 'internal'. by Ulrich Weigand · 26 years ago
- ef61c0b Initialize WIN_CritSection earlier. by Ulrich Weigand · 26 years ago
- 70b2e38 Fixed various stupid bugs in services thread routines. by Ulrich Weigand · 26 years ago
- 6ce4006 Bugfix: release Win16Lock in WinExec16, CallProc[Ex]32W_16. by Ulrich Weigand · 26 years ago
- b8fa296 Load system DLLs into WineLib applications. by Ulrich Weigand · 26 years ago
- 481a8e2 Bug fixes. by Alexandre Julliard · 26 years ago
- 1c4c409 Don't initialise the stacks for 32-bit processes. 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
- 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
- 281c927 - got rid of all the internal MM tweaks to load builtin MCI by Eric Pouech · 26 years ago
- 4f6d7f3 Fix CreateProcessA to implement correct actions on ambiguous command by Guy Albertelli · 26 years ago
- 0148558 Only try to append ".dll" if a library is loaded implicitely. by Bertho Stultiens · 26 years ago
- 7168070 The load order parser should not always complain about extensions. by Bertho Stultiens · 26 years ago
- abd79dd Fixed loading of native NE dlls. by Eric Pouech · 26 years ago
- d1895a7 Built-in dlls now have resources attached via the PE-header like by Bertho Stultiens · 26 years ago
- c7a8dde #pragma pack(?) changed to #include "*pack*.h" by Patrik Stridvall · 26 years ago
- 658191e wine.conf should not overrule content of burned in data in loadorder.c. by Eric Pouech · 26 years ago
- 333d1e2 debug.h must be last in list of includes. by Marcus Meissner · 26 years ago
- 287f1f0 Return 32-bit module in GetModuleHandle16() if appropriate. by Ulrich Weigand · 26 years ago
- a739a69 Use DllOverrides from wine.ini as defaults also in by Marcus Meissner · 26 years ago
- f070fda autoconf fixes and cleanups (check for dlopen() in libc too). by Marcus Meissner · 26 years ago
- 8102f74 #else branch compile fix. by Gerald Pfeifer · 26 years ago
- 3b5c29f Change wine's dlopen search-patch strategy not using the environment by Bertho Stultiens · 26 years ago
- f4b6e82 Do not increment module refCount if self is loaded from within by Bertho Stultiens · 26 years ago
- 964e046 Reimplementation of GetModuleHandle16 according to how win95 handles by Bertho Stultiens · 26 years ago
- 94bb5bb Removed non-portable hacks and replaced them with more general versions. by Bertho Stultiens · 26 years ago
- af5745f Attach notifications must be send after all recursive dependencies are by Bertho Stultiens · 26 years ago
- b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
- 3c9cf42 Removed extra call to TASK_StartTask. by Alexandre Julliard · 26 years ago
- 85aac70 Fixed memory freeing. by Eric Pouech · 26 years ago
- db000ee Fixed toolhelp routines usage in GetModuleFromPath (reported by Bertho by Alexandre Julliard · 26 years ago
- c1d1cfe Reorganization of the loader to correctly load and free libraries and by Bertho Stultiens · 26 years ago
- cebb2f1 New files to support load order and partial stubs for elfdlls. by Bertho Stultiens · 26 years ago
- a8f8bef Fix ambiguous else warning. by Kevin Holbrook · 26 years ago
- d8a8b00 Disable AC bit on receiving alignment exceptions. by Marcus Meissner · 26 years ago
- dca5e56 - Implemented proper ("real", compressed) Win16 entry tables. by Andreas Mohr · 26 years ago
- f31ec0b FreeBSD 3 multithreading final fix. Do not use libc_r, libc is just as by Marcus Meissner · 26 years ago
- d1e2239 Bugfix: Always release the Win16Lock in TASK_Reschedule. by Ulrich Weigand · 26 years ago
- c260638 - Started multithreading for FreeBSD (incomplete, but some by Marcus Meissner · 26 years ago
- 7761cbe Implemented 'kernel services thread'. by Ulrich Weigand · 26 years ago
- 1b34697 FreeLibrary partial implementation. by Bertho Stultiens · 26 years ago
- 2e65876 Send USIG_PROCESS_CREATE signal. by Ulrich Weigand · 26 years ago
- c6ba863 GetModuleFromPath now checks for loaded modules via filenames which by Bertho Stultiens · 26 years ago
- 574ef76 Added some SetLastError()s in GetProcAddress() and LoadLibrary(). by Marcus Meissner · 26 years ago
- 240bdac Made DOSVM_GetTimer survive EAGAIN errors... by Ove Kaaven · 26 years ago
- e392a0c Added USER32.UserSignalProc to Callout table. by Ulrich Weigand · 26 years ago
- 8139c30 Implemented PROCESS_CallUserSignalProc(). by Ulrich Weigand · 26 years ago
- 9c6735e "foo" was not translated to "foo.so" in elf loader. by Marcus Meissner · 26 years ago
- 6903156 Allow NULL NE resource handler; call the default handler directly. by Ulrich Weigand · 26 years ago
- 1ff60f3 Fixed CreateProcessA so it can handle commandlines with arguments and no .exe. by Jess Haas · 26 years ago
- 0f6efae Fixed GetModuleHandle16. by Jess Haas · 26 years ago
- d208d82 Empty DOSVM_QueueEvent for !MZ_SUPPORTED. by Marcus Meissner · 26 years ago
- e469a58 Fixed sequence of DLL_PROCESS_DETACH notification calls. by Ulrich Weigand · 26 years ago
- da5779e Allow UserYield16 to be called from 32-bit thread. by Ulrich Weigand · 26 years ago
- 35ffc5d Made the timer code thread safe. by Stephane Lussier · 26 years ago
- 5394258 Added infrastructure and definitions for general-purpose event and IRQ by Ove Kaaven · 26 years ago
- 9ea09ca Added handling of SIGUSR2 for the new event interruption handling, by Ove Kaaven · 26 years ago
- 0092390 Bugfix: cope with quoted arguments for CreateProcess(). by Ulrich Weigand · 26 years ago
- 919a810 Fixed typo in SizeofResource(). by Ulrich Weigand · 26 years ago
- ad2ffe5 Cosmetics. by Andreas Mohr · 26 years ago
- 5ffd2df Implementation for FreeLibraryAndExitThread. by Sergey Turchanov · 26 years ago
- 93b23d7 Run Win32 processes in their own threads. Process exit sequence adapted. by Ulrich Weigand · 26 years ago
- f016752 Changed process initialisation to use the new server requests. by Alexandre Julliard · 26 years ago
- 3292030 Fixed typo. by Andreas Mohr · 26 years ago
- 6b9dd2e Lots of warning fixed, one missing WINAPI in ddraw.c added. by Marcus Meissner · 26 years ago
- 892627b Pass CreateProcess() SECURITY_ATTRIBUTES through to PROCESS_Create(). by Ulrich Weigand · 26 years ago
- b211ec4 Fix compiler warnings. by Ulrich Weigand · 26 years ago
- 7f95bb7 Use MESSAGE_RESOURCE_* defines from SDK headers, updated LoadMessage* code. by Marcus Meissner · 26 years ago
- 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
- 5d1d777 Added tracing for delayed imports and removed the fixme. by Theodore S. Hetke · 26 years ago
- f59d2f6 Make GetModuleHandle16 only look for module names, not path names. by Uwe Bonnes · 26 years ago
- 4e5b116 Fix CreateProcess to handle lpCommandline better. by Peter Ganten · 26 years ago
- 1a27fe6 Mask out the upper 12 bits from the resourceid, just like win95 does. by Marcus Meissner · 26 years ago
- 1442253 Deleted NE_FreePEResource(). by Ulrich Weigand · 26 years ago
- 1b938b1 Adapted to cursor/icon handling changes. by Ulrich Weigand · 26 years ago
- 0511282 Allow accessing both NE and PE resources with both 16- and 32-bit API. by Ulrich Weigand · 26 years ago
- aa23b0b Bugfix: Allow lpCommandLine == NULL in CreateProcess(). by Ulrich Weigand · 26 years ago
- 3de2509 Fix use of wrong prototype from ntdll.h. by Juergen Schmied · 26 years ago
- de43ef4 Fixed a lot of warnings using WINE_UNUSED, casts, commenting out and by Marcus Meissner · 26 years ago
- e518f47 Added support for quoted file names in CreateProcess(). by Andreas Mohr · 26 years ago
- 96c08d8 Use server handles directly for Win32 handles. Removed use of K32OBJ. by Alexandre Julliard · 26 years ago
- ee517e8 - fixed missing stdlib.h and string.h includes everywhere by David Luyer · 26 years ago
- 8feb3bc Process and thread id now use the server-side id instead of an by Alexandre Julliard · 26 years ago