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 |
Stefan Huehner
|
712087700e
|
Fix some -Wstrict-prototypes warnings.
|
2005-06-16 15:52:44 +00:00 |
Alexandre Julliard
|
efcc2b83d8
|
Store a relative pointer for registry entry points to avoid some text
relocations.
|
2005-06-16 11:04:41 +00:00 |
Mike McCormack
|
7da043f869
|
Add/fix more NT native API declarations.
|
2005-06-16 10:46:11 +00:00 |
Mike McCormack
|
65ad7da1f7
|
Fix some declaration and write string warnings.
|
2005-06-16 10:45:25 +00:00 |
Alexandre Julliard
|
8d5b7908f2
|
Use the DEFINE_REGS_ENTRYPOINT macro to define register functions
instead of doing it by hand.
|
2005-06-16 09:59:12 +00:00 |
Paul Vriens
|
e77306365b
|
ProcessName should be without the path.
|
2005-06-16 09:44:39 +00:00 |
Paul Vriens
|
62441145b6
|
W2K3 returns STATUS_INVALID_HANDLE instead of STATUS_ACCESS_VIOLATION.
|
2005-06-16 09:43:59 +00:00 |
Paul Vriens
|
7691aca10c
|
Only exact buffer size gives STATUS_SUCCESS.
|
2005-06-15 10:19:34 +00:00 |
Alexandre Julliard
|
302cd456c3
|
Moved debugging config options to HKCU\Software\Wine\Debug.
|
2005-06-14 19:23:00 +00:00 |