Sebastian Lackner
|
966827bbc1
|
kernel32: Implement stub for GetPhysicallyInstalledSystemMemory.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-20 00:30:39 +09:00 |
Sebastian Lackner
|
16a97953c0
|
kernel32/tests: Add tests for GetPhysicallyInstalledSystemMemory.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-20 00:30:39 +09:00 |
Austin English
|
a26a6b877d
|
kernel32: Add a stub for CancelSynchronousIo.
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-13 23:35:23 +09:00 |
Austin English
|
132ff59b3e
|
kernel32: Add a stub for GetCurrentProcessorNumberEx.
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-12 22:09:55 +09:00 |
Sebastian Lackner
|
d94a6c770a
|
kernel32/tests: Add test to demonstrate a bug related to alertable waits.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-09 14:02:40 +09:00 |
Jacek Caban
|
ebb320fa37
|
kernel32: Improved WTSGetActiveConsoleSessionId stub.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-08 21:32:49 +09:00 |
Jacek Caban
|
e4e1b89732
|
kernel32: Added session id tests.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-08 21:32:47 +09:00 |
Jacek Caban
|
888d1c67bb
|
kernel32: Use session id stored in PEB in ProcessIdToSessionId.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-08 21:32:43 +09:00 |
Charles Davis
|
3eb8e325b8
|
kernel32/tests: Use a volatile pointer to cause a crash in the debugger tests. (Clang).
Signed-off-by: Charles Davis <cdavis5x@gmail.com>
|
2015-10-07 21:28:55 +09:00 |
Alex Henrie
|
1eef1299f5
|
kernel32: Make TERM_dbkey_init const.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
|
2015-10-07 21:28:50 +09:00 |
Michael Müller
|
132b5f86ce
|
kernel32: Make WritePrivateProfileStringA hotpatchable.
Signed-off-by: Michael Müller <michael@fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
|
2015-10-05 22:27:13 +09:00 |
Michael Müller
|
00d966cd3a
|
ntdll: Return STATUS_OBJECT_NAME_INVALID in wine_nt_to_unix_file_name for prefix-only paths.
Signed-off-by: Michael Müller <michael@fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
|
2015-10-02 18:11:31 +09:00 |
Michael Müller
|
e0bbfc3503
|
kernel32/tests: Add additional tests for GetFileAttributesExW.
Signed-off-by: Michael Müller <michael@fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
|
2015-10-02 18:11:31 +09:00 |
Michael Müller
|
9d58aac467
|
kernel32: Implement Set/GetThreadGroupAffinity and add tests.
Signed-off-by: Michael Müller <michael@fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
|
2015-10-02 18:11:31 +09:00 |
André Hentschel
|
774efacbec
|
kernel32/tests: Don't test for the exact process count.
|
2015-09-25 20:59:35 +02:00 |
Nikolay Sivov
|
a7e294c064
|
libwine: Fix double byte default char initialization.
|
2015-09-11 20:58:04 +09:00 |
Thomas Faller
|
98aa8528d5
|
kernel32/tests: Fix uninitialized memory of a test case.
|
2015-09-08 14:48:27 +09:00 |
Thomas Faber
|
9165dbbffc
|
kernel32/tests: Run test_thread_fpu_cw on x86 MSVC builds.
|
2015-09-02 14:54:22 +09:00 |
Daniel Lehman
|
72922cd1ea
|
kernel32/tests: Add tests for Invariant.
|
2015-08-28 13:13:46 +09:00 |
Daniel Lehman
|
043c0c6c5a
|
kernel32: Add Invariant string table.
|
2015-08-27 14:27:50 +09:00 |
Daniel Lehman
|
5bf1423c2c
|
kernel32: Return LOCALE_INVARIANT from ConvertDefaultLocale.
|
2015-08-25 17:41:35 +09:00 |
Dmitry Timoshkov
|
0a2ef17620
|
kernel32/tests: Avoid intermittent test failures.
|
2015-08-24 18:41:36 +09:00 |
Nikolay Sivov
|
cc2bc84d14
|
kernel32/tests: Fix GetGeoInfo() test failure on Win10.
|
2015-08-24 14:42:00 +09:00 |
Dmitry Timoshkov
|
3bed65b5a9
|
server: For querying thread information demand THREAD_QUERY_LIMITED_INFORMATION access.
|
2015-08-21 14:35:04 +09:00 |
Dmitry Timoshkov
|
1d2241eca3
|
server: For querying process information demand PROCESS_QUERY_LIMITED_INFORMATION access.
|
2015-08-21 14:35:01 +09:00 |
Dmitry Timoshkov
|
8738cea7de
|
kernel32/tests: Add some tests for THREAD_QUERY_LIMITED_INFORMATION.
|
2015-08-20 16:32:53 +09:00 |
Dmitry Timoshkov
|
49f43c39fd
|
kernel32/tests: Add some tests for PROCESS_QUERY_LIMITED_INFORMATION.
|
2015-08-20 14:33:16 +09:00 |
Dmitry Timoshkov
|
27664e3c59
|
kernel32/tests: Fix compilation with PSDK.
|
2015-08-20 14:33:10 +09:00 |
Sebastian Lackner
|
0fabfe7d6b
|
server: Add support for setting file disposition information.
Based on a patch by Dmitry Timoshkov.
|
2015-08-19 20:19:57 +09:00 |
Dmitry Timoshkov
|
e67a00b466
|
ntdll: Separate image relocation from NtMapViewOfSection.
|
2015-08-18 19:56:48 +09:00 |
Andrey Gusev
|
5cdcd4493f
|
Assorted spelling and typos fixes.
|
2015-08-18 15:00:13 +09:00 |
Hugh McMaster
|
ac3a684d3b
|
kernel32: Reset insert key toggle when Insert Mode changes.
|
2015-08-17 16:36:02 +09:00 |
André Hentschel
|
4b8df74447
|
kernel32/tests: Add more ARM and ARM64 arch strings.
|
2015-08-12 22:52:26 +09:00 |
Francois Gouget
|
f8a7d6ed74
|
Assorted spelling fixes.
|
2015-08-07 23:50:48 +09:00 |
Hugh McMaster
|
0adad1f573
|
kernel32: Restore the original console cursor size on Enter press, if the Insert key toggle is active.
|
2015-08-03 10:59:27 +02:00 |
Hugh McMaster
|
68fb8c5525
|
kernel32: Restore the original console edit mode on Enter press, if the Insert key toggle is active.
|
2015-08-03 10:59:23 +02:00 |
Sebastian Lackner
|
1d2331344f
|
kernel32/tests: Add tests for JobObjectLimitInformation info classes.
|
2015-07-31 12:08:16 +02:00 |
Qian Hong
|
34c7a72d14
|
kernel32: Fix GetComputerName buffer overflow.
|
2015-07-22 07:27:00 +02:00 |
Hugh McMaster
|
c8069af616
|
kernel32: Enabling/disabling Insert Mode via the user dialog should take effect immediately.
|
2015-07-21 16:33:22 +02:00 |
Andrew Cook
|
453458f294
|
server: Implement JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE.
|
2015-07-17 14:28:59 +09:00 |
Sebastian Lackner
|
4ccdc0c036
|
kernel32/tests: Repeat test for SignalObjectAndWait multiple times to test wineserver wakeup cookie management.
|
2015-07-15 16:29:25 +09:00 |
Dmitry Timoshkov
|
38649f2060
|
kernel32/tests: Add a loader test using minimal PE image that Windows7 is able to load.
|
2015-07-13 22:08:30 +09:00 |
Dmitry Timoshkov
|
edc0fa74a3
|
kernel32: Fix compilation of loader tests with PSDK.
|
2015-07-13 22:08:26 +09:00 |
Olivier F. R. Dierick
|
c3f95eddc1
|
kernel32: Fail gracefully in K32EnumProcessModules with NULL pointer.
|
2015-07-06 17:09:49 +09:00 |
Sebastian Lackner
|
6c586d5db8
|
kernel32: Forward threadpool wait functions to ntdll.
|
2015-07-06 14:49:39 +09:00 |
Sebastian Lackner
|
d2a3c9c20e
|
kernel32/tests: Fix leak of threadpool object.
|
2015-07-03 13:08:28 +09:00 |
Sebastian Lackner
|
eadd27a38a
|
kernel32: Forward remaining threadpool functions to ntdll.
|
2015-07-03 13:08:20 +09:00 |
Sebastian Lackner
|
56b9af1150
|
kernel32: Forward threadpool instance functions to ntdll.
|
2015-07-03 13:08:05 +09:00 |
Sebastian Lackner
|
4b0ecd3e22
|
kernel32: Forward threadpool timer functions to ntdll.
|
2015-07-03 13:07:47 +09:00 |
Sebastian Lackner
|
1165cc0953
|
kernel32: Forward threadpool work functions to ntdll.
|
2015-07-03 13:07:37 +09:00 |