Francois Gouget
|
c7dcf642ea
|
Add trailing '\n's to ok() calls.
|
2005-07-06 15:46:47 +00:00 |
|
Felix Nawothnig
|
db6a238f28
|
Replace stubs for information classes in NtQueryVirtualMemory and
NtQueryInformationProcess by more descriptive messages.
|
2005-07-05 14:05:58 +00:00 |
|
Paul Vriens
|
1943208eec
|
Added some tests for other information classes.
Correct comment for test 0x3.
|
2005-07-05 11:46:53 +00:00 |
|
Paul Vriens
|
d5820a0422
|
Improved stubs to show the correct behavior.
|
2005-07-05 11:46:37 +00:00 |
|
Alexandre Julliard
|
2e1f8fc8dd
|
Some fixes for the Darwin build.
|
2005-07-03 11:24:54 +00:00 |
|
Mike McCormack
|
b8fc783be2
|
Avoid warnings in generated tests by casting sizeof(x) to an int.
|
2005-07-03 11:23:30 +00:00 |
|
Vitaliy Margolen
|
b2e74c3047
|
Load all dll sections no matter what attributes say.
|
2005-07-02 10:50:42 +00:00 |
|
Phil Krylov
|
0f6c0394bf
|
Fixed dlls/ntdll/cdrom.c compilation in Darwin by adding HAVE_IOKit
detection to configure and defining SENSEBUFLEN as kSenseDefaultSize
(which is corresponding IOKit enum value).
|
2005-07-01 19:15:26 +00:00 |
|
Alexandre Julliard
|
47286920b6
|
Improve a bit the assembly generated for import thunks.
|
2005-07-01 15:49:39 +00:00 |
|
Gerald Pfeifer
|
643dc21738
|
Avoid unused variable warnings in CDROM_ScsiPassThroughDir() and
CDROM_ScsiPassThrough().
|
2005-06-30 10:19:26 +00:00 |
|
James Hawkins
|
9f96664dc4
|
- Fix calculation of generic pointers.
- Minor cleanups.
|
2005-06-29 20:14:16 +00:00 |
|
Mike Hearn
|
92a32db23e
|
Fix GCC4 warning.
|
2005-06-29 19:18:54 +00:00 |
|
Dmitry Timoshkov
|
cb7de15ebe
|
A workaround for missing struct request_sense on FreeBSD.
|
2005-06-29 11:00:44 +00:00 |
|
James Hawkins
|
b3738d3b12
|
Forward RtlAddAccess* to add_access_ace.
|
2005-06-28 10:54:29 +00:00 |
|
Dmitry Timoshkov
|
ea64a36a44
|
Add a check for sg_io_hdr_t and (not tested) check for scsireq_t
presence.
|
2005-06-27 12:07:49 +00:00 |
|
Eric Pouech
|
6d68a03d4f
|
Implemented OpenProcess on top of NtOpenProcess.
|
2005-06-27 11:12:11 +00:00 |
|
Stefan Huehner
|
ffe53258aa
|
Fix some -Wstrict-prototypes warnings.
|
2005-06-27 09:57:28 +00:00 |
|
Mike McCormack
|
91b398c3aa
|
- use STATUS_TIMEOUT instead of WAIT_TIMEOUT
- add RTL_ to one more CRITICAL_SECTION_DEBUG
|
2005-06-25 18:31:29 +00:00 |
|
Mike McCormack
|
6c45b62679
|
- NtWaitForSingleObject doesn't return WAIT_FAILED.
- Use STATUS_WAIT_0 not WAIT_OBJECT_0.
|
2005-06-25 18:31:19 +00:00 |
|
Mike McCormack
|
51c583f9a9
|
Use NT status codes for exceptions.
|
2005-06-25 18:31:00 +00:00 |
|
Mike McCormack
|
6b636e3e7b
|
Use RTL_CRITICAL_SECTION instead of CRITICAL_SECTION.
|
2005-06-25 18:00:57 +00:00 |
|
James Hawkins
|
bf7596fd0c
|
Implement RtlAddAuditAccessAce.
|
2005-06-24 12:20:15 +00:00 |
|
Alexandre Julliard
|
b9a3f8fabf
|
RtlGetFullPathName_U should remove the trailing dot on directory
names.
|
2005-06-24 11:55:28 +00:00 |
|
Paul Vriens
|
9a9f4cdab5
|
Correct the entries for [Nt|Zw]OpenSymbolicLinkObject.
|
2005-06-24 11:38:41 +00:00 |
|
Mike McCormack
|
261a8b5e9a
|
Add prototype and fix RtlpNtCreateKey.
|
2005-06-24 11:34:31 +00:00 |
|
James Hawkins
|
a0bfbb9801
|
Add stub implementation of RtlAddAuditAccessAce.
|
2005-06-23 11:03:30 +00:00 |
|
Paul Vriens
|
138934129c
|
NT4 doesn't support ProcessIoCounters.
|
2005-06-23 09:47:31 +00:00 |
|
Paul Vriens
|
51d04fa9ef
|
Return STATUS_OBJECT_NAME_NOT_FOUND in NtOpenSymbolicLinkObject (until
implemented).
|
2005-06-23 09:47:05 +00:00 |
|
Alexandre Julliard
|
aa0b9aac0d
|
Sort entry points alphabetically.
|
2005-06-22 18:38:23 +00:00 |
|
Mike McCormack
|
05f53afd5a
|
Declare RtlGUIDFromString and RtlStringFromGUID.
|
2005-06-22 12:00:57 +00:00 |
|
Alexandre Julliard
|
ddb002437b
|
Don't require execute permission on the process heap.
|
2005-06-21 20:54:31 +00:00 |
|
Alexandre Julliard
|
f724399f60
|
Add PAGE_GUARD flag to the returned protection of guard pages.
|
2005-06-21 20:23:02 +00:00 |
|
Paul Vriens
|
fbf0aeaa43
|
Change ProcessBasicInformation to the same behavior as the rest.
Use KERNEL_USER_TIMES for ProcessTimes.
Add tests for vm, io, times and handlecount info classes.
Fixes for -Wstrict-prototypes warnings.
|
2005-06-21 20:22:01 +00:00 |
|
Alexandre Julliard
|
60b3d30f9b
|
Don't require execute permission for thread stacks.
|
2005-06-21 09:57:53 +00:00 |
|
Mike McCormack
|
04f9f1b066
|
Don't include winbase.h or winerror.h when not necessary.
|
2005-06-21 09:52:40 +00:00 |
|
Mike McCormack
|
78911f34d9
|
- avoid winternl.h depending on winbase.h
- define RTL versions of TIME_ZONE_INFORMATION and SYSTEMTIME
|
2005-06-20 18:37:17 +00:00 |
|
Stefan Huehner
|
ac6f562b52
|
Fix more -Wstrict-prototypes warnings.
|
2005-06-20 14:18:03 +00:00 |
|
Robert Shearman
|
4bba21643c
|
Add support for impersonating a token.
|
2005-06-20 13:18:38 +00:00 |
|
Robert Shearman
|
9cb94b276f
|
Implement RtlImpersonateSelf, RevertToSelf and MapGenericMask.
|
2005-06-20 11:44:45 +00:00 |
|
Paul Vriens
|
db9396f68b
|
Stub implementations for ProcessVmCounters, ProcessTimes and
ProcessHandleCount.
Changed ProcessIoCounters to match windows behavior.
|
2005-06-20 11:42:02 +00:00 |
|
James Hawkins
|
e485f984bd
|
Implement RtlCopySecurityDescriptor.
|
2005-06-20 10:34:30 +00:00 |
|
Pierre d'Herbemont
|
cca2b04ab7
|
Move the (Mac OS X) IOKit headers to the top of the file to prevent a
compilation failure.
|
2005-06-20 10:31:04 +00:00 |
|
Alexandre Julliard
|
6e764fceda
|
Moved directory options to HKCU\Software\Wine.
|
2005-06-17 21:07:44 +00:00 |
|
Alexandre Julliard
|
7e39d1d13d
|
Moved version key to HKCU\Software\Wine.
|
2005-06-17 21:06:14 +00:00 |
|
Francois Gouget
|
b80fbbb85d
|
Remove an unneeded variable in test_query_timeofday().
Rename a variable to 'is_nt' to make its meaning clearer.
|
2005-06-17 20:55:40 +00:00 |
|
Mike McCormack
|
5b2d5fd758
|
Use HANDLE instead of HKEY in the NT API.
|
2005-06-17 13:58:33 +00:00 |
|
Alexandre Julliard
|
811e966083
|
The TEB doesn't need execute permissions.
|
2005-06-17 12:15:44 +00:00 |
|
Mike McCormack
|
379946c9f8
|
Declare Nt directory functions.
|
2005-06-17 12:11:58 +00:00 |
|
Alexandre Julliard
|
190f845cb1
|
Make import thunks position-independent to avoid text relocations.
|
2005-06-16 20:51:50 +00:00 |
|
Alexandre Julliard
|
ffdc0332fa
|
Moved configuration keys to HKCU\Software\Wine\DllOverrides.
|
2005-06-16 16:13:11 +00:00 |
|