- Sep 08, 2003
-
-
Alexandre Julliard authored
-
- Sep 05, 2003
-
-
Alexandre Julliard authored
headers (with help from Dimitrie O. Paun).
-
- Sep 03, 2003
-
-
Alexandre Julliard authored
-
- Aug 29, 2003
-
-
Alexandre Julliard authored
wine_switch_to_stack().
-
- Aug 28, 2003
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
emulation (reported by Todd Vierling).
-
- Aug 27, 2003
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- Aug 23, 2003
-
-
Alexandre Julliard authored
dlls/kernel.
-
- Aug 21, 2003
-
-
Alexandre Julliard authored
Moved thread initialization code from sysdeps.c to thread.c to avoid an indirection.
-
- Aug 19, 2003
-
-
- Aug 15, 2003
-
-
Alexandre Julliard authored
handling for __res_state().
-
- Aug 12, 2003
-
-
Alexandre Julliard authored
by Alex Pasadyn). Get rid of the Wine-specific CRITICAL_SECTION_INIT macro.
-
Alexandre Julliard authored
interface in glibc 2.3.2.
-
- Jul 09, 2003
-
-
Alexandre Julliard authored
-
- Jul 03, 2003
-
-
Alexandre Julliard authored
whether a failed dll load is because the file didn't exist; more robust than trying to guess the contents of the error string... Get rid of BUILTIN32_dlopen.
-
- Jul 01, 2003
-
-
the three linked lists in LDR_MODULE - added PEB_LDR_DATA structure to PEB - removed a couple of no longer needed global & static variables
-
- Jun 30, 2003
-
-
Alexandre Julliard authored
The handle count must not be 0 in NtWaitForMultipleObjects (spotted by Troy Rollo).
-
- Jun 27, 2003
-
-
Alexandre Julliard authored
Removed kernel dependencies from sysdeps.c and moved it to dlls/ntdll.
-
- Jun 24, 2003
-
-
Alexandre Julliard authored
Moved critical section and resource update functions to dlls/kernel. Started moving some of the thread functions too.
-
- Jun 23, 2003
-
-
ntdll counterparts - {Enter|Leave}CriticalSection is now a pure forward from kernel32 to ntdll (we now longer can use {Enter|Leave}CriticalSection in kernel32) - replaced a few kernel32 heap management calls from ntdll, with RtlHeap* equivalents
-
- Jun 21, 2003
-
-
handles as wineserver handles - console input handle object is no longer waitable (input record synchronisation is now implemented as a simple semaphore), and removed FD_TYPE_CONSOLE from fd types in wineserver - console handles now always have their two lower bit set so one can distinguish a console handle from a kernel object handle - implemented some undocumented kernel32 console related APIs (CloseConsoleHandle, GetConsoleInputWaitHandle, OpenConsoleW, VerifyConsoleIoHandle, DuplicateConsoleHandle) - allowed a few kernel32 APIs to take console pseudo-handles (FlushFileBuffer, GetFileType, WaitFor*Object*) - simplified the console inheritance at process creation - in console tests, no longer create a console if one already exists
-
- Jun 18, 2003
-
-
main() {return sizeof int;}'). Use 'sizeof(type)' instead.
-
the other one in environment variable expansion) - the process parameters, when passed thru wineserver, are now fully handled in ntdll, they are stored in the RTL_USER_PROCESS_PARAMETERS structure. - later on in kernel32 loading sequence, those parameters are copied into STARTUPINFO shadow structures - later modification to those paramters are now reflected to the RTL_USER_PROCESS_PARAMETERS structure (and STARTUPINFO is kept untouched) (for example, StdHandle setting) (Win 2k behaves like this) - ENVDB has been removed - command line inheritance (from unix command line) is now purely in ntdll - all kernel32 environment functions now rely on their ntdll counterparts - goodies: input/output handle inheritance while asking for a detached console is better handled; a few more kernel32 environment tests now pass ; silenced a valgrind warning in process creation
-
- Jun 04, 2003
-
-
- May 22, 2003
-
-
Alexandre Julliard authored
information.
-
- May 20, 2003
-
-
Alexandre Julliard authored
loader/main.c.
-
-
Alexandre Julliard authored
-
functions use them.
-
- May 19, 2003
-
-
- May 15, 2003
-
-
Alexandre Julliard authored
USER now. Moved USER module cleanups to the 16-bit signal proc.
-
RtlGetFullPathName_U and RtlSetCurrentDirectory_U (the last one partially as we can't test whether a path exists or not).
-
- May 14, 2003
-
-
Alexandre Julliard authored
-
- May 13, 2003
-
-
Alexandre Julliard authored
-
- May 08, 2003
-
-
modified.
-
-
- Apr 27, 2003
-
-
Alexandre Julliard authored
common process startup into a separate winevdm application.
-
- Apr 20, 2003
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
application settings work for Win16 and DOS apps too.
-