- 30 Oct, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 23 Dec, 2007 1 commit
-
-
Alexandre Julliard authored
-
- 18 May, 2007 1 commit
-
-
Alexandre Julliard authored
-
- 12 Sep, 2006 1 commit
-
-
Alexandre Julliard authored
Also get rid of the kernel/messages subdirectory.
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 25 Jan, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 12 Dec, 2005 2 commits
-
-
Alexandre Julliard authored
-
Eric Pouech authored
-
- 02 Dec, 2005 1 commit
-
-
Vitaliy Margolen authored
-
- 12 Sep, 2005 1 commit
-
-
Alexandre Julliard authored
right on a 64-bit platform.
-
- 27 Aug, 2005 1 commit
-
-
Alexandre Julliard authored
disabled.
-
- 14 Jun, 2005 1 commit
-
-
Mike McCormack authored
-
- 06 Jun, 2005 1 commit
-
-
Alexandre Julliard authored
structure stored in TEB.SystemReserved1.
-
- 16 May, 2005 2 commits
-
-
Alexandre Julliard authored
kernel16_private.h header.
-
Alexandre Julliard authored
removed stackframe.h.
-
- 10 May, 2005 1 commit
-
-
Eric Pouech authored
-
- 14 May, 2004 1 commit
-
-
Alexandre Julliard authored
path, profile, temp, windows and system directories. Convert existing config file entries to registry values under HKCU\Environment.
-
- 13 May, 2004 1 commit
-
-
Alexandre Julliard authored
codepages. Optimized some of the A->W conversions by using the per-thread Unicode string buffer.
-
- 01 May, 2004 1 commit
-
-
Alexandre Julliard authored
Removed files/file.c and include/file.h.
-
- 23 Apr, 2004 1 commit
-
-
Alexandre Julliard authored
-
- 16 Apr, 2004 1 commit
-
-
Alexandre Julliard authored
that it is handled correctly in ntdll also for 16-bit tasks.
-
- 15 Apr, 2004 1 commit
-
-
Alexandre Julliard authored
16-bit threads. This allows GetModuleFileNameW to avoid calling 16-bit functions.
-
- 25 Mar, 2004 1 commit
-
-
Alexandre Julliard authored
-
- 20 Mar, 2004 1 commit
-
-
Alexandre Julliard authored
$WINEPREFIX/dosdevices, with suitable defaults if the symlinks are missing. Rewrote QueryDosDevice and DefineDosDevice to use the new scheme. Added temporary code to create the symlinks based on the contents of the config file.
-
- 11 Mar, 2004 1 commit
-
-
Alexandre Julliard authored
SECURITY_ATTRIBUTES pointer.
-
- 12 Feb, 2004 1 commit
-
-
Alexandre Julliard authored
GetModuleHandle calls that can cause deadlocks with the loader section. Moved some 16-bit definitions out of kernel_private.h.
-
- 07 Jan, 2004 1 commit
-
-
Alexandre Julliard authored
-
- 08 Dec, 2003 1 commit
-
-
Dimitrie O. Paun authored
-
- 01 Dec, 2003 1 commit
-
-
Jon Griffiths authored
-
- 18 Nov, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 14 Nov, 2003 1 commit
-
-
Alexandre Julliard authored
of msdos/dpmi.c.
-
- 13 Nov, 2003 1 commit
-
-
Alexandre Julliard authored
kernel_private.h.
-
- 18 Sep, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 25 Aug, 2003 1 commit
-
-
Alexandre Julliard authored
Store the call_to_16 return address on the stack from the C code so that we don't need two variants of call_to_16_regs.
-
- 24 Jun, 2003 1 commit
-
-
Eric Pouech authored
dlls/kernel subdir (also splitting 16bit APIs in a separate file) - implemented ntdll.Nt{Lock|Unlock}File, and made use of those for the kernel32 equivalent - implemented a few information classes in NtQueryInformationFile and NtSetInformationFile (still lots of missing classes) - enhanced the get_file_info server request in order to implement correctly NtQueryInformationFile (change time & file alloc size) - rewrote registry loading to comply with latest changes
-
- 21 Jun, 2003 1 commit
-
-
Eric Pouech authored
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
-