Mark Harmstone
|
ed0c6746dd
|
kernel32: Stub out GetFileMUIPath.
|
2015-04-06 12:49:03 +09:00 |
Sebastian Lackner
|
51c21cca98
|
kernel32: Fix calculation of returned buffer in get_registry_locale_info.
Fixes a regression introduced by 8826ba1bc8 .
|
2015-04-06 12:06:18 +09:00 |
Andrew Cook
|
47ffeaee74
|
server: Implement io completion messages for job objects.
|
2015-04-03 00:33:29 +09:00 |
Andrew Cook
|
0dbe5adc21
|
server: Implement job inheritance.
|
2015-04-03 00:33:29 +09:00 |
Andrew Cook
|
ecd41d1de7
|
server: Implement job limit flags.
|
2015-04-03 00:33:29 +09:00 |
Andrew Cook
|
3affd63b34
|
server: Implement IsProcessInJob.
|
2015-04-01 22:34:19 +09:00 |
Andrew Cook
|
98132f0364
|
server: Implement AssignProcessToJobObject.
|
2015-04-01 22:34:18 +09:00 |
Andrew Cook
|
e30a6bbcbd
|
kernel32/tests: Extend IsProcessInJob tests.
|
2015-04-01 17:02:34 +09:00 |
Sebastian Lackner
|
ddd3d1689c
|
kernel32/tests: Add tests for adding a terminated process to a job object.
|
2015-03-31 00:04:42 +09:00 |
Andrew Cook
|
6cd34c9002
|
kernel32/tests: Add tests for job inheritance.
Cleanup and improvements by Sebastian Lackner.
|
2015-03-31 00:04:41 +09:00 |
Andrew Cook
|
f0ef853d9d
|
kernel32/tests: Add tests for JOB_OBJECT_LIMIT_BREAKAWAY_OK.
Cleanup and improvements by Sebastian Lackner.
|
2015-03-31 00:04:41 +09:00 |
Andrew Cook
|
3ca0282e5f
|
kernel32/tests: Add tests for JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE.
Cleanup and improvements by Sebastian Lackner.
|
2015-03-31 00:04:41 +09:00 |
Andrew Cook
|
6c2b0eb011
|
kernel32/tests: Add tests for job object completion ports.
Cleanup and improvements by Sebastian Lackner.
|
2015-03-31 00:04:40 +09:00 |
Andrew Cook
|
d4fd3c899e
|
kernel32/tests: Add tests for QueryInformationJobObject.
Cleanup and improvements by Sebastian Lackner.
|
2015-03-30 22:35:27 +09:00 |
Andrew Cook
|
ad04b7305b
|
kernel32/tests: Add tests for TerminateJobObject.
Cleanup and improvements by Sebastian Lackner.
|
2015-03-30 20:22:35 +09:00 |
Andrew Cook
|
f40bffaf67
|
kernel32/tests: Add tests for IsProcessInJob.
Cleanup and improvements by Sebastian Lackner.
|
2015-03-30 20:22:29 +09:00 |
Sebastian Lackner
|
978597e8ab
|
kernel32/tests: Allow multiple subprocess commands in process tests.
|
2015-03-30 20:15:53 +09:00 |
Austin English
|
88362a0770
|
kernel32: Add a stub for QueryThreadCycleTime.
|
2015-03-30 19:49:11 +09:00 |
Frédéric Delanoy
|
f6a341c747
|
Assorted spelling/grammar fixes.
|
2015-03-27 22:29:48 +09:00 |
Michael Müller
|
8f0d5a37a3
|
kernel32/tests: Add tests for GetFinalPathNameByHandleA/W.
|
2015-03-27 00:11:36 +09:00 |
Nikolay Sivov
|
85a3d09329
|
kernel32: Implement GetProcessIdOfThread().
|
2015-03-20 21:31:57 +09:00 |
Francois Gouget
|
f505e6fb4a
|
Assorted spelling fixes.
|
2015-03-19 21:54:14 +09:00 |
Bruno Jesus
|
24fc876e61
|
kernel32: Only zero the buffer up to 32767 bytes in GetTempPathW.
|
2015-03-18 20:56:39 +09:00 |
Sebastian Lackner
|
ab91c01112
|
ntdll: RtlFindActivationContextSectionString should accept a NULL pointer as data.
|
2015-03-17 16:02:25 +09:00 |
Mark Jansen
|
f091ff5851
|
kernel32/tests: Parameter validation tests for FindActCtxSectionString.
|
2015-03-17 16:02:19 +09:00 |
Sebastian Lackner
|
5bab75166c
|
kernel32: Fix leak of dynamic_buffer in QueryFullProcessImageNameW (Coverity).
|
2015-03-17 14:52:08 +09:00 |
Sebastian Lackner
|
d48e3a0bea
|
kernel32: Fix file handle leak in exec_process (Coverity).
|
2015-03-17 14:52:08 +09:00 |
Francois Gouget
|
ecc04f6996
|
kernel32: Remove unneeded NONAMELESSXXX directives.
|
2015-03-13 00:28:19 +09:00 |
Michael Stefaniuc
|
a7daccb674
|
kernel32: Don't free a NULL / not yet allocated pointer (PVS-Studio).
|
2015-03-09 22:06:56 +09:00 |
Bruno Jesus
|
81598be9cf
|
kernel32: In GetTempPathW only copy the path if it fits and zero the buffer when it doesn't.
|
2015-03-05 21:42:32 +09:00 |
Michael Stefaniuc
|
dbe6c5576d
|
kernel32/tests: Actually test a return value (PVS-Studio).
|
2015-03-04 21:50:42 +09:00 |
Bruno Jesus
|
f16cf54106
|
kernel32: GetTempPathW must zero the remaining buffer.
|
2015-03-02 23:00:31 +09:00 |
Bruno Jesus
|
300c2dedac
|
kernel32/tests: Add more GetTempPath tests.
|
2015-02-24 22:59:40 +09:00 |
Alexandre Julliard
|
5a6cda458d
|
kernel32/tests: Try harder to empty the pipe for completion notification.
|
2015-02-24 21:55:46 +09:00 |
Austin English
|
295f194804
|
kernel32: Add SetVolumeMountPointA/W stubs.
|
2015-02-12 22:12:22 +09:00 |
Alex Henrie
|
6bcf9e4bd8
|
kernel32: Support UTF-7 in MultiByteToWideChar.
Portions of utf7_mbstowcs were written by Sebastian Lackner.
|
2015-02-09 20:41:42 +09:00 |
Alex Henrie
|
054fa77de0
|
kernel32: Support UTF-7 in WideCharToMultiByte.
Portions of utf7_wcstombs were written by Sebastian Lackner.
|
2015-02-09 20:37:27 +09:00 |
Austin English
|
b331c4f931
|
kernel32: Add CreateHardLinkTransactedA/W stubs.
|
2015-02-05 22:42:22 +09:00 |
Nikolay Sivov
|
d1243bcc85
|
kernel32/tests: Remove a couple of duplicated constants.
|
2015-02-03 20:52:51 +09:00 |
Nikolay Sivov
|
fdda480df5
|
kernel32: Fix writing resource section as a last section in UpdateResource().
|
2015-01-28 21:30:01 +01:00 |
Nikolay Sivov
|
8f2b5653a7
|
kernel32/tests: Remove todo_wine that doesn't work anymore.
|
2015-01-28 21:29:57 +01:00 |
Nikolay Sivov
|
f670be8ec8
|
kernel32/tests: Make loader tests independent from each other.
|
2015-01-28 21:29:53 +01:00 |
Austin English
|
ae98c9a42b
|
kernel32: Sync spec file with windowss 7.
|
2015-01-28 11:08:21 +01:00 |
Daniel Scharrer
|
4d05cfe577
|
kernel32: Add stub implementation for EnumResourceLanguagesEx.
|
2015-01-27 22:03:17 +01:00 |
Austin English
|
fa80425242
|
kernel32: Add GetSystemFirmwareTable stub.
|
2015-01-26 12:06:04 +01:00 |
Charles Davis
|
193d15cc3c
|
kernel32: Don't use %gs on 64-bit Mac OS.
|
2015-01-23 11:11:37 +01:00 |
Charles Davis
|
2ace215b9a
|
kernel32: Recognize 64-bit Mach-O modules, too.
|
2015-01-23 11:10:57 +01:00 |
André Hentschel
|
ae1251596e
|
kernel32/tests: Don't test function directly when reporting GetLastError().
|
2015-01-21 21:35:57 +01:00 |
Hans Leidekker
|
b51476ad42
|
kernel32: Retrieve the system affinity mask from ntdll.
|
2015-01-21 15:30:37 +01:00 |
Qian Hong
|
bfd088dbc6
|
kernel32: Fixed buffer size on 64bit in IsWow64Process.
|
2015-01-16 20:15:32 +01:00 |