Sebastian Lackner
|
0e1b381503
|
kernel32: Silence SetWaitableTimerEx fixme message.
|
2014-04-03 11:10:49 +02:00 |
Nikolay Sivov
|
b82b1306a4
|
kernel32: Added QueryUnbiasedInterruptTime().
|
2014-04-02 15:50:09 +02:00 |
Jacek Caban
|
e168cd28db
|
kernel32: Skip reserved TLS tests on WinXP SP1.
|
2014-03-31 15:28:55 +02:00 |
Alexandre Julliard
|
598c5816d9
|
kernel32: Don't allocate FLS index 0.
|
2014-03-28 17:46:03 +01:00 |
Jacek Caban
|
93920c3893
|
ntdll: Reserve TLS slot 0 for broken apps that compare index to 0 instead of TLS_OUT_OF_INDEXES.
|
2014-03-28 16:19:55 +01:00 |
Alexandre Julliard
|
7420b7fe73
|
kernel32/tests: Move allocation tests into heap.c.
|
2014-03-27 16:16:04 +01:00 |
Alexandre Julliard
|
395df1aa2d
|
ntdll: Heap handles should be 64K-aligned.
|
2014-03-26 11:24:30 +01:00 |
Nikolay Sivov
|
467b769623
|
kernel32: Added SetWaitableTimerEx().
|
2014-03-24 11:38:22 +01:00 |
Nikolay Sivov
|
975abdea7f
|
kernel32: Added WerUnregisterMemoryBlock() stub.
|
2014-03-20 10:42:01 +01:00 |
Austin English
|
77bd74fa25
|
kernel32: Improve GetNumaHighestNodeNumber stub.
|
2014-03-18 19:05:33 +01:00 |
Alexandre Julliard
|
e64189aa55
|
kernel32/tests: Add more Unicode digit ranges.
|
2014-03-07 13:37:14 +01:00 |
Vincent Povirk
|
49f3b4282d
|
kernel32: Cache locale info from the registry.
|
2014-03-06 17:18:51 +01:00 |
Dmitry Timoshkov
|
6670bbf56f
|
kernel32/tests: Add a test for CreateFile called with TRUNCATE_EXISTING/FILE_WRITE_DATA parameters.
|
2014-03-06 13:36:04 +01:00 |
Dmitry Timoshkov
|
d97e7baa66
|
kernel32/tests: Add some tests for CreateFile called on a directory instead of a file.
|
2014-03-06 13:36:04 +01:00 |
Francois Gouget
|
f1087d865b
|
kernel32/tests: Skip some profile tests if not allowed to create files in the Windows directory.
|
2014-03-04 17:06:07 +01:00 |
Nikolay Sivov
|
95142cad53
|
kernel32: Partial implementation for GetCalendarInfoEx().
|
2014-03-03 17:02:14 +01:00 |
André Hentschel
|
7f9756e1ea
|
kernel32/tests: Remove unused assertion header.
|
2014-02-26 13:03:59 -06:00 |
Nikolay Sivov
|
88fc916442
|
ntdll: Use case-insensitive matching for typelib flags.
Spotted by Austin English.
|
2014-02-24 09:12:03 -06:00 |
Ken Thomases
|
ed11dc0ba3
|
kernel32: Fix build on newer Mac OS X.
|
2014-02-20 00:05:40 +01:00 |
Alexandre Julliard
|
a0d6c8c249
|
kernel32: Fix build on older Mac OS X.
|
2014-02-19 11:35:16 +01:00 |
Alexandre Julliard
|
ff08cd597d
|
ntdll: Only allocate TLS data when resolving imports.
|
2014-02-17 20:16:08 +01:00 |
Alexandre Julliard
|
0f0bf58663
|
ntdll: Don't fixup imports for executables.
|
2014-02-17 20:15:44 +01:00 |
Alexandre Julliard
|
7307298ac3
|
ntdll: Don't fixup imports when a dll is already loaded.
|
2014-02-17 20:15:43 +01:00 |
Alexandre Julliard
|
a4c8943c70
|
kernel32/tests: Add some tests for dll import resolution.
|
2014-02-17 19:10:07 +01:00 |
Ken Thomases
|
a34e52cc93
|
kernel32: Prefer the Mach host_statistics64(HOST_VM_INFO64) API over sysctl(HW_USERMEM) to obtain free memory.
|
2014-02-17 11:13:27 +01:00 |
Ken Thomases
|
f40c5484fc
|
kernel32: Use the Mach host_info(HOST_BASIC_INFO) API to obtain total RAM after trying sysctl(HW_MEMSIZE) and before HW_PHYSMEM.
|
2014-02-17 11:13:12 +01:00 |
Ken Thomases
|
9b7c94bc55
|
kernel32: Use sysctl(VM_SWAPUSAGE) to get swap sizes on BSDs, if available.
|
2014-02-17 11:13:00 +01:00 |
Ken Thomases
|
95df19efed
|
kernel32: Prefer HW_MEMSIZE sysctl variable over HW_PHYSMEM, if available, since it's 64 bits.
|
2014-02-17 11:12:53 +01:00 |
Ken Thomases
|
6953189271
|
kernel32: Consolidate some duplicate variable declarations.
|
2014-02-17 11:12:36 +01:00 |
Ken Thomases
|
c91dd24098
|
kernel32: Avoid truncating 64-bit ullTotalPhys value to 32 bits when copying to ullAvailPhys, ullTotalPageFile, and ullAvailPageFile.
|
2014-02-17 11:12:21 +01:00 |
Ken Thomases
|
89a96db01f
|
kernel32: Check that sysctl() call succeeded before using its output.
|
2014-02-17 11:12:04 +01:00 |
Nikolay Sivov
|
0a20d46801
|
kernel32/tests: Fix some test failures in older XP/Win2k3 versions.
|
2014-02-12 19:15:13 +01:00 |
Nikolay Sivov
|
ee518b5e36
|
kernel32/tests: Don't test last error when there's no failure.
|
2014-02-12 19:15:12 +01:00 |
Alexandre Julliard
|
7066ce0b1e
|
kernel32: Set correct binary type for COM and PIF files.
|
2014-02-12 19:15:11 +01:00 |
Frédéric Delanoy
|
0f2bed51bd
|
Assorted spelling fixes.
|
2014-02-10 15:47:29 +01:00 |
Erich E. Hoover
|
ee49a5a273
|
kernel32: Add support for security access parameters for named pipes.
|
2014-02-10 15:42:06 +01:00 |
Dmitry Timoshkov
|
fd9c9a6d03
|
kernel32: Fix page protection to access mapping performed by CreateFileMapping.
|
2014-02-10 10:46:52 +01:00 |
Piotr Caban
|
afadda8ff7
|
kernel32: Handle STD_*_HANDLE in GetFileType.
|
2014-02-07 16:29:17 +01:00 |
Dmitry Timoshkov
|
52bc06af7b
|
kernel32/tests: Use PROCESS_ALL_ACCESS definition compatible with versions of Windows before Vista.
|
2014-02-07 16:28:55 +01:00 |
Dmitry Timoshkov
|
cdc306651c
|
kernel32/tests: Use THREAD_ALL_ACCESS definition compatible with versions of Windows before Vista.
|
2014-02-07 16:28:51 +01:00 |
Dmitry Timoshkov
|
448d7770dc
|
kernel32/tests: Use PROCESS_ALL_ACCESS definition compatible with versions of Windows before Vista.
|
2014-02-07 16:28:48 +01:00 |
Aric Stewart
|
5c8fe3a40f
|
kernel32: Add system message for ERROR_NOT_CONNECTED.
|
2014-02-07 13:11:58 +01:00 |
Frédéric Delanoy
|
cb167e8e18
|
kernel32/tests: Remove unused variable.
|
2014-02-04 11:21:42 +01:00 |
Marcus Meissner
|
5d58b92b73
|
kernel32/tests: Initial threadpool test.
|
2014-02-04 11:14:52 +01:00 |
Francois Gouget
|
bff3d35e20
|
Assorted spelling fixes.
|
2014-01-30 15:00:34 +01:00 |
André Hentschel
|
8439cc9da4
|
kernel32: Use boolean return values in boolean functions.
|
2014-01-30 14:51:37 +01:00 |
Alexandre Julliard
|
cf0e96c6d0
|
configure: Rename substituted variables to a standard _CFLAGS and _LIBS format.
|
2014-01-30 14:51:33 +01:00 |
André Hentschel
|
bbd71d6b72
|
kernel32: Fix out of bounds access in DnsHostnameToComputerName[AW].
|
2014-01-30 10:33:28 +01:00 |
Austin English
|
ea765ae005
|
kernel32: Quiet a noisy FIXME.
|
2014-01-29 14:58:35 +01:00 |
Frédéric Delanoy
|
3201f970b6
|
kernel32/tests: Use common wine_dbgstr_guid implementation from test.h.
|
2014-01-29 14:50:51 +01:00 |