Sign in
goma
/
wine
/
7b91b36d93c57e239cb477b176f6a1251b428520
/
dlls
/
kernel32
c9e25db
kernel32: Set the 64-bit flag for builtin executables based on their load directory.
by Alexandre Julliard
· 15 years ago
4313c95
kernel32: Retrieve the executable information as soon as we open the file.
by Alexandre Julliard
· 15 years ago
28f13f8
kernel32: Add a structure to store all the information about an executable.
by Alexandre Julliard
· 15 years ago
072b737
kernel32: Specify the full application path when starting wineboot.exe.
by Alexandre Julliard
· 15 years ago
aadf703
ntdll: The meaning of the flag is inverted between RtlWow64EnableFsRedirection and RtlWow64EnableFsRedirectionEx.
by Alexandre Julliard
· 15 years ago
e487b56
kernel32: Make GetQueuedCompletionStatus return failure for I/O errors, as per MSDN.
by Alexandre Julliard
· 15 years ago
fca16bc
kernel32: Implement GetProductInfo on top of ntdll stub.
by Alexander Nicolaysen Sørnes
· 15 years ago
3c92b6c
kernel32: Add stub for GetVolumePathNamesForVolumeNameW.
by Louis Lenders
· 15 years ago
cde8673
kernel32/tests: Fix an intermittent test failure on Vista+.
by Paul Vriens
· 15 years ago
e94587c
kernel32: Fix copied data length.
by Nikolay Sivov
· 15 years ago
c968989
kernel32: Create the syswow64 directory if necessary.
by Alexandre Julliard
· 15 years ago
985dd53
kernel32: Store the symlink target directly into the correct buffer in GetVolumeNameForVolumeMountPointW.
by Alexandre Julliard
· 15 years ago
f86d10f
kernel32: Make sure the 32/64-bit state of the wineprefix matches the binary we are running.
by Alexandre Julliard
· 15 years ago
11b0b06
kernel32: Return the appropriate binary type for 64-bit PE files.
by Alexandre Julliard
· 15 years ago
4696a53
kernel32: Fix two little leaks in heap test.
by Dan Kegel
· 15 years ago
65fc5aa
kernel32/nls: Add genitive forms for Lithuanian locale.
by Aurimas Fišeras
· 15 years ago
2b7a365
kernel32/locale: Add support for LOCALE_RETURN_GENITIVE_NAMES for LOCALE_SMONTHNAME* locale data, update Russian nls resource accordingly.
by Nikolay Sivov
· 15 years ago
15c0f0a
kernel32/tests: Add tests for LOCALE_RETURN_GENITIVE_NAMES flag for GetLocaleInfoW.
by Nikolay Sivov
· 15 years ago
87894c5
kernel32: Use the PWD variable to set the initial current directory.
by Alexandre Julliard
· 15 years ago
d11df51
kernel32/tests: Fix some test failures on Win9x/WinMe.
by Paul Vriens
· 15 years ago
2c725de
kernel32: Correct ullTotalVirtual for GlobalMemoryStatusEx().
by Ray Hinchliffe
· 15 years ago
282cc71
kernel32: Make some functions hookable.
by Stefan Dösinger
· 16 years ago
27ebfdb
kernel32: Implement HeapQueryInformation, add some basic tests for it.
by Dmitry Timoshkov
· 15 years ago
42c5215
kernel32: Moved the DeviceIoControl function to file.c.
by Alexandre Julliard
· 15 years ago
69a1fba
kernel32: Move some 16-bit definitions to kernel16_private.h.
by Alexandre Julliard
· 15 years ago
e5288bf
kernel32: Move the DOS file handle functions to file16.c.
by Alexandre Julliard
· 15 years ago
86c6021
kernel32: Reimplement GetPrivateProfileString16 on top of 32-bit functions and move it to file16.c.
by Alexandre Julliard
· 15 years ago
362ecd0
kernel32: Fix handling of overflows in GetPrivateProfileSectionA.
by Alexandre Julliard
· 15 years ago
55423d8
kernel32/tests: Check last error before calling lstrcmpA() since it may reset GLE.
by Ge van Geldorp
· 15 years ago
21df49c
kernel32: Don't export the large integer functions on 64-bit.
by Alexandre Julliard
· 15 years ago
65bc159
kernel32: Move the k32 kernel32->user32 helpers to thunk.c.
by Alexandre Julliard
· 15 years ago
e0ce6dc
kernel32: Move Get/SetProcessDword to kernel16.c.
by Alexandre Julliard
· 15 years ago
806deab
kernel32: Fix a couple of compiler warnings on 64-bit.
by Alexandre Julliard
· 15 years ago
2f3e8d3
kernel32: Move the 16-bit version functions to kernel16.c.
by Alexandre Julliard
· 15 years ago
4496f28
kernel32: Move the 16-bit PE module functions to kernel16.c.
by Alexandre Julliard
· 15 years ago
6404817
kernel32: Move the 16-bit handle functions to kernel16.c.
by Alexandre Julliard
· 15 years ago
b6e0b34
kernel32: Move the 16-bit thread and process functions to kernel16.c.
by Alexandre Julliard
· 15 years ago
79cb779
kernel32: Move the 16-bit debugger functions to kernel16.c.
by Alexandre Julliard
· 15 years ago
c57fd07
kernel32: Move the 16-bit synchronization functions to kernel16.c.
by Alexandre Julliard
· 15 years ago
fe2c157
kernel32: Move the 16-bit error functions to error16.c.
by Alexandre Julliard
· 15 years ago
3b1186d
kernel32: Move the 16-bit string functions to kernel16.c.
by Alexandre Julliard
· 15 years ago
63d77d0
kernel32/tests: Skip some resource tests on Win7.
by Ge van Geldorp
· 15 years ago
6d416e6
kernel32/tests: Don't crash on WinMe.
by Paul Vriens
· 15 years ago
fe1374c
kernel32: Fix empty function prototypes.
by Alexandre Julliard
· 15 years ago
26aea12
kernel32: Use call_entry_point to call functions with variable number of arguments.
by Alexandre Julliard
· 15 years ago
02ce96f
kernel32: Send debug strings to system-wide monitor.
by Andrey Turkin
· 15 years ago
3eaecf0
kernel32: Always use ANSI version of OutputDebugString.
by Andrey Turkin
· 15 years ago
6571d1e
kernel32/tests: Add acceptable error codes for Win7 process test.
by Ge van Geldorp
· 24 years ago
4d50590
kernel32/tests: Fix atom tests on Win7.
by Ge van Geldorp
· 24 years ago
73d38b0
kernel32/tests: Use better types than long.
by Michael Stefaniuc
· 15 years ago
95eb435
kernel32: Catch invalid memory accesses in resource enumeration handlers.
by Andrey Turkin
· 15 years ago
c81d1e7
kernel32/tests: Pass test on error code returned by Windows 7.
by Dmitry Kislyuk
· 15 years ago
6614323
kernel32: Set time between interrupts in GetSystemTimeAdjustment.
by Juan Lang
· 15 years ago
a04e265
kernel32/tests: Fix some test failures on WinMe.
by Paul Vriens
· 15 years ago
c1dbead
kernel32: Make toolhelp.dll into a stand-alone 16-bit module.
by Alexandre Julliard
· 15 years ago
72b0389
kernel32: Moved private function prototypes out of toolhelp.h.
by Alexandre Julliard
· 15 years ago
b088cc5
kernel32: Moved GetThreadSelectorEntry to thread.c.
by Alexandre Julliard
· 15 years ago
2c491fe
kernel32: Moved ToolHelpHook16 to kernel16.c, it's not a toolhelp function.
by Alexandre Julliard
· 15 years ago
9bf4de2
kernel32: Moved MemManInfo16 to toolhelp16.c.
by Alexandre Julliard
· 15 years ago
2e1b87d
kernel32: Allocate the global arena array only once and store a pointer to it in THHOOK.
by Alexandre Julliard
· 15 years ago
55b5e3a
kernel32: Make system.drv into a stand-alone 16-bit module.
by Alexandre Julliard
· 15 years ago
68dd560
winedos: Always run the BIOS tick timer.
by Alexandre Julliard
· 15 years ago
2c576e8
kernel32: Check parameter of CheckRemoteDebuggerPresent with tests.
by Stefan Leichter
· 16 years ago
b9251bc
kernel32/tests: Fix a couple of failures in the comm tests.
by Alexandre Julliard
· 16 years ago
9f28d9a
kernel32: Cope with an empty resource section in UpdateResource.
by Alexandre Julliard
· 16 years ago
a8c1969
kernel32: Add missing stdarg.h include.
by Michael Stefaniuc
· 16 years ago
e1e9f59
kernel32: Rewrite GetSystemInfo() purely on ntdll calls.
by Eric Pouech
· 16 years ago
004fdc7
ntdll: Moved CPU related registry key creation from kernel32 to ntdll.
by Eric Pouech
· 16 years ago
0bf33d6
kernel32: Store the process features flag in the KUSER_SHARED_DATA structure.
by Eric Pouech
· 16 years ago
f6ceedf
ntdll: In SYSTEM_BASIC_INFORMATION, the active processors field refers to the affinity mask.
by Eric Pouech
· 16 years ago
160d7df
kernel32/tests: Fix actctx tests on Vista+.
by Ge van Geldorp
· 16 years ago
c9be290
kernel32: Add Japanese system error messages.
by Akihiro Sagawa
· 16 years ago
72241b5
ntdll: Make sure that serial ioctl calls fail on non-serial handles.
by Alexandre Julliard
· 16 years ago
858f087
kernel32: Use explicit prototypes for function pointers.
by Alexandre Julliard
· 16 years ago
d916ce2
kernel32/tests: Avoid size_t in traces.
by Alexandre Julliard
· 16 years ago
277585f
kernel32/tests: Fix locale tests on Vista and higher.
by Ge van Geldorp
· 16 years ago
e0319b8
kernel32: Handle the case where wineconsole isn't properly started.
by Eric Pouech
· 16 years ago
cb0607c
kernel32: Fix the GetThreadPriorityBoost return value.
by Alexandre Julliard
· 16 years ago
c9d85dd
ntdll: Route the process startup through the platform-specific thread startup code.
by Alexandre Julliard
· 16 years ago
2be006e
ntdll: Fix a couple of system information structures for 64-bit.
by Alexandre Julliard
· 16 years ago
40d8c87
kernel32/tests: Remove test that crashes on Win7.
by Ge van Geldorp
· 16 years ago
8274786
kernel32: sLanguage is LOCALE_SABBREVLANGNAME.
by Jeff Zaroyko
· 16 years ago
4964374
ntdll: The large integer functions are 32-bit only.
by Alexandre Julliard
· 16 years ago
da8acbc
server: Define an architecture-independent structure for process startup info.
by Alexandre Julliard
· 16 years ago
88a0199
kernel32: Test GetPrivateProfileString with empty string as key and section.
by Stefan Leichter
· 16 years ago
f3d8783
kernel32/tests: Use the global wine_dbgstr_w instead of a local variant.
by Alexandre Julliard
· 16 years ago
ee868cc
tests: Make wine_dbgstr_w available in test.h for all tests.
by Alexandre Julliard
· 16 years ago
a5c03fb
kernel32: Implement CancelIoEx.
by Mike Kaplinskiy
· 16 years ago
e49918b
kernel32: Use a longer wineboot timeout for the initial prefix creation.
by Alexandre Julliard
· 16 years ago
d492389
kernel32: Don't wait for wineboot once the process is no longer running.
by Alexandre Julliard
· 16 years ago
a0eb2ed
server: Don't report LOAD_DLL debug event for exe module.
by Michael Karcher
· 16 years ago
a9feb3d
kernel32: Check the 64-bit flag when starting a process.
by Alexandre Julliard
· 16 years ago
8c11d71
kernel32: Add a 64-bit flag to the MODULE_GetBinaryType return value.
by Alexandre Julliard
· 16 years ago
4a59ac7
kernel32: Check for a 32-bit NT header before getting module address range in MODULE_GetBinaryType.
by Alexandre Julliard
· 16 years ago
5e4f0cf
kernel32: Return the dll flag in MODULE_GetBinaryType for 16-bit modules too.
by Alexandre Julliard
· 16 years ago
f274d1d
kernel32: Change MODULE_GetBinaryType return value to make dll a flag instead of a type.
by Alexandre Julliard
· 16 years ago
b46cf43
ntdll: Add a ret to DEFINE_REGS_ENTRYPOINT to make copy protections happy.
by Alexandre Julliard
· 16 years ago
20276d0
kernel32: Revise SetThreadIdealProcessor to return success.
by Andrew Nguyen
· 16 years ago
d1de34a
kernel32: Convert the Russian resources to UTF-8.
by Vladimir Pankratov
· 16 years ago
8c700d2
kernel32/tests: Add one more possible error code.
by Alexandre Julliard
· 16 years ago
Next »