Marcus Meissner
|
beb603e908
|
kernel32/tests: Fixed several uninitialized variables.
|
2007-02-09 12:07:14 +01:00 |
Marcus Meissner
|
c05b43f464
|
kernel32: Remove CloseHandle call.
|
2007-02-09 11:49:56 +01:00 |
Misha Koshelev
|
12e3d642dd
|
kernel32: CreateThread returns NULL on error, not INVALID_HANDLE_VALUE.
|
2007-02-06 20:23:12 +01:00 |
Francois Gouget
|
0271a09d4c
|
Add missing '\n's in traces.
|
2007-02-06 13:20:59 +01:00 |
Damjan Jovanovic
|
07db8882c2
|
ntdll: Slist support.
Implemented ntdll's RtlInitializeSListHead, RtlQueryDepthSList,
RtlInterlockedFlushSList, RtlFirstEntrySList,
RtlInterlockedPushEntrySList, RtlInterlockedPopEntrySList, their
kernel32 equivalents, and tests.
|
2007-02-05 21:46:28 +01:00 |
Misha Koshelev
|
d6d6ce299f
|
kernel32: Added conformance test for nested thread wakeups in the server.
|
2007-02-05 18:07:24 +01:00 |
Marcus Meissner
|
67b6044de7
|
kernel32: Initialize owner_exists (Coverity).
|
2007-02-05 14:02:35 +01:00 |
Dmitry Timoshkov
|
d32d5a4706
|
kernel32: Add a trace to MultiByteToWideChar.
|
2007-02-05 12:28:57 +01:00 |
Anatoly Lyutin
|
8ffdf9b45a
|
kernel32: Add comment for GetConsoleWindow.
|
2007-01-23 13:06:29 +01:00 |
Mike McCormack
|
71a2f4d184
|
kernel32: Forward EncodePointer and DecodePointer to their ntdll counterparts.
|
2007-01-22 12:45:46 +01:00 |
Detlef Riekenberg
|
dc577ed685
|
kernel32/tests: GetVolumeNameForMountPoint not present before w2k.
|
2007-01-22 12:08:25 +01:00 |
Detlef Riekenberg
|
9b8f699a08
|
kernel32/tests: VirtualAllocEx not present in Win95.
|
2007-01-22 12:08:16 +01:00 |
Detlef Riekenberg
|
fb9df99dc0
|
kernel32/tests: Fix a declaration and use skip for the message.
|
2007-01-22 12:08:13 +01:00 |
Rob Shearman
|
8132707bce
|
kernel32: Handle the SECURITY_* flags passed into CreateFileW by filling out the SECURITY_QUALITY_OF_SERVICE structure and passing it to NtCreateFile.
Print a fixme in NtCreateFile if the SECURITY_QUALITY_OF_SERVICE
structure is specified, since it isn't handled yet.
|
2007-01-22 12:02:04 +01:00 |
Alexandre Julliard
|
02e2fa7798
|
ntdll: Implementation of inter-process NtMapViewOfSection and NtUnmapViewOfSection.
|
2007-01-18 15:17:51 +01:00 |
Alexandre Julliard
|
8025f79ce1
|
ntdll: Implementation of inter-process RtlCreateUserThread.
|
2007-01-18 15:02:55 +01:00 |
Alexandre Julliard
|
7a383cf83f
|
ntdll: Abuse RtlCreateUserThread to call the thread function for CreateThread directly.
|
2007-01-18 15:02:11 +01:00 |
Alexandre Julliard
|
21d631e270
|
ntdll: Move the LDT section to ntdll and make it an uninterruptible section.
|
2007-01-18 15:01:45 +01:00 |
Francois Gouget
|
aab5e5856e
|
Don't put single quotes around '%s' when using the debugstr_*() functions.
|
2007-01-18 12:55:50 +01:00 |
Joel Parker
|
2319999a05
|
Remove redundant semicolons for ANSI compatibility.
|
2007-01-17 11:58:15 +01:00 |
Jonathan Ernst
|
6a058830f3
|
kernel: Beginning of French translation of error messages.
|
2007-01-16 11:44:55 +01:00 |
Alexandre Julliard
|
1ea968016f
|
ntdll: Implementation of inter-process VirtualProtectEx.
|
2007-01-15 22:30:04 +01:00 |
Alexandre Julliard
|
3d00239586
|
ntdll: Implementation of inter-process VirtualQueryEx.
|
2007-01-15 22:28:42 +01:00 |
Alexandre Julliard
|
7a00142bc1
|
ntdll: Implementation of inter-process VirtualAllocEx and VirtualFreeEx.
|
2007-01-15 22:27:40 +01:00 |
Alexandre Julliard
|
0df37dd9e3
|
kernel32: Use the proper codepage for console functions.
Based on a patch by Anatoly Lyutin.
|
2007-01-15 16:49:08 +01:00 |
Anatoly Lyutin
|
11e7b64ec9
|
kernel32: Add details in description function MultiByteToWideChar and WideCharToMultiByte.
|
2007-01-15 13:00:53 +01:00 |
Felix Nawothnig
|
89d8b47547
|
kernel32: Forward CopyLZFile() to LZCopy() instead of wrapping it.
|
2007-01-15 13:00:24 +01:00 |
Alexandre Julliard
|
1db223954f
|
server: Set the specified in/out buffer sizes on named pipes using SO_SND/RCVBUF.
|
2007-01-12 20:59:22 +01:00 |
Mike McCormack
|
f01707dfc1
|
kernel32: Merge existing resources in EndUpdateResource.
|
2007-01-11 12:12:00 +01:00 |
Mike McCormack
|
38e27fa9f8
|
kernel32: Split update_add_resource() into two functions.
|
2007-01-11 12:09:49 +01:00 |
Mike McCormack
|
8f8fecd00e
|
kernel32: Create a simple abstraction for file mappings.
|
2007-01-11 12:07:40 +01:00 |
Andrew Talbot
|
e994f88cc2
|
kernel32: Declare some functions static.
|
2007-01-10 22:25:41 +01:00 |
Dmitry Timoshkov
|
13dfa9a711
|
kernel32: Do not forget to cleanup if the test is skipped.
|
2007-01-10 11:59:02 +01:00 |
Hans Leidekker
|
7918c59f86
|
kernel32: Add a stub implementation for GetVolumeNameForVolumeMountPoint{A, W}.
|
2007-01-09 12:46:37 +01:00 |
Samuel Lidén Borell
|
a7c9970762
|
kernel32: Add SetTermsrvAppInstallMode stub.
|
2007-01-09 12:46:28 +01:00 |
Mike McCormack
|
4d72d7897f
|
kernel32: Implement EndUpdateResource for the case existing resources are deleted.
|
2007-01-09 12:22:21 +01:00 |
Ken Thomases
|
5a220321df
|
kernel32: Don't release preferred_locales until we're done with its members.
|
2007-01-09 12:04:30 +01:00 |
Michael Stefaniuc
|
22684cc767
|
janitorial: Remove stray '\' at end of lines.
|
2007-01-09 12:04:26 +01:00 |
Paul Vriens
|
aea09ade58
|
kernel32/tests: Prevent memory leak.
|
2007-01-08 21:13:54 +01:00 |
Dmitry Timoshkov
|
67568764e5
|
kernel32: Print more information about the reason of a test failure.
|
2007-01-08 12:52:52 +01:00 |
Dmitry Timoshkov
|
1e7ba7c2ce
|
kernel32: Fix the file sharing test to pass cleanly under XP and Win9x.
|
2007-01-08 12:52:46 +01:00 |
Dmitry Timoshkov
|
cda3968693
|
kernel32: Skip the VirtualAllocEx test under Win9x.
|
2007-01-08 12:51:40 +01:00 |
Francois Gouget
|
9299c4985e
|
kernel32/tests: Replace some '#if 0's with 'if (0)'s.
Fix the code so it compiles without warnings.
|
2007-01-08 12:09:07 +01:00 |
Dmitry Timoshkov
|
3d01fc39aa
|
kernel32: Skip the OpenProcess test under Win9x.
|
2007-01-08 11:46:05 +01:00 |
Dmitry Timoshkov
|
f70fb8ec4c
|
kernel32: GetTimeFormat and GetDateFormat should fail if LOCALE_NOUSEROVERRIDE is specified simultaneously with a format string.
|
2007-01-05 18:24:12 +01:00 |
Francois Gouget
|
14918e293a
|
kernel32/tests: Use '%d' to print GetLastError().
|
2007-01-04 11:26:22 +01:00 |
Mike McCormack
|
b4bc2c3628
|
kernel32: Don't try update version resources with invalid data, as it fails on Windows 2003.
|
2007-01-04 09:56:00 +01:00 |
Rob Shearman
|
140a610e2a
|
kernel32: Be more verbose about the expected and received values for failures in the resource function tests.
|
2007-01-04 09:50:25 +01:00 |
Thomas Kho
|
f9cbc4c70d
|
kernel32: Add CreateRemoteThread remote thread conformance tests.
|
2007-01-03 14:22:02 +01:00 |
Thomas Kho
|
91c7c7bf43
|
kernel32: Add VirtualAllocEx remote thread conformance tests.
|
2007-01-03 14:13:12 +01:00 |