Vitaliy Margolen
|
39e922ce72
|
Handle IOCTL_DISK_CHECK_VERIFY which is synonym for
IOCTL_STORAGE_CHECK_VERIFY.
|
2005-11-28 10:40:13 +01:00 |
Alexandre Julliard
|
0ec7e1a591
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
Francois Gouget
|
d69268e77c
|
Documentation tweaks to make winapi_check happy.
Also specify the documented spec file entry.
|
2005-11-23 20:14:04 +01:00 |
Alexandre Julliard
|
cc01e8ff05
|
Preserve 16-byte stack alignment in the various assembly
functions. Needed for MacOSX.
|
2005-11-23 19:55:06 +01:00 |
Steven Edwards
|
c5d8c105c3
|
Correct URL for version infomation database website.
|
2005-11-22 12:00:23 +00:00 |
Vitaliy Margolen
|
893987b871
|
Return correct error on name collision when creating new named
objects.
Check for correct error in affected places.
|
2005-11-21 16:27:03 +00:00 |
Alexandre Julliard
|
86397e1d43
|
Fixed handling of mailslot read timeout to avoid compiler warnings.
|
2005-11-21 15:23:49 +00:00 |
Vitaliy Margolen
|
6d905e81e1
|
More Object Manager tests.
|
2005-11-21 15:18:10 +00:00 |
Ken Thomases
|
a63acd71c8
|
Updated context definitions for the latest Darwin/x86.
|
2005-11-15 18:15:56 +00:00 |
Alexandre Julliard
|
86f8aef511
|
Use proper asm name for external functions.
|
2005-11-15 12:05:45 +00:00 |
Dmitry Timoshkov
|
adf48a3cc7
|
Add a test for RtlAllocateAndInitializeSid, make it pass under Wine.
|
2005-11-15 12:03:46 +00:00 |
Eric Pouech
|
ca4ae96f33
|
NtReadFile: now returning correct status in NtReadFile for EOF
conditions (on files) and broken pipe (on named pipes).
|
2005-11-14 15:11:11 +00:00 |
Eric Pouech
|
63e5d5e5b9
|
Init wShowWindow in RTL_USER_PARAMETERS for Wine processes started
from the command-line.
|
2005-11-14 11:21:13 +00:00 |
Francois Gouget
|
0edbaf7e80
|
Remove spaces before '\n' in traces.
|
2005-11-10 12:14:56 +00:00 |
Markus Amsler
|
ae542af541
|
Improve c2man Documented-Total count.
|
2005-11-09 10:30:57 +00:00 |
Mike McCormack
|
5b40551458
|
Add some missing timezones.
|
2005-11-08 10:57:50 +00:00 |
Ivan Leo Puoti
|
a1cd3ab653
|
Implement RtlInitAnsiStringEx.
|
2005-11-07 11:14:45 +00:00 |
Robert Shearman
|
0ede610c4f
|
LdrAccessResource should pop 16 bytes off the stack since it is a
WINAPI function.
|
2005-11-07 11:11:59 +00:00 |
Kevin Koltzau
|
079e7cac17
|
x86_64 references a named union, ensure unions are not nameless.
|
2005-11-05 10:43:50 +00:00 |
Kieran Clancy
|
d1c7458643
|
Added another CST (Australian Central Daylight Time) to TZ_INFO.
|
2005-11-03 13:21:23 +00:00 |
Vitaliy Margolen
|
4e76f91f1a
|
Get rid of CPU id when copying context
|
2005-11-03 09:54:47 +00:00 |
Alexandre Julliard
|
73c72390f8
|
Fixed Get/SetThreadContext to work properly on suspended threads.
Added a test case.
|
2005-11-02 20:54:12 +00:00 |
Robert Shearman
|
cf8594f0fd
|
Make LdrAccessResource call an internal function to satisfy Shrinker.
|
2005-11-02 14:18:20 +00:00 |
Vitaliy Margolen
|
f2686d4620
|
Fix error returned when opening nonexistent pipes.
|
2005-11-02 14:15:09 +00:00 |
Ivan Leo Puoti
|
198557261b
|
Minor fixes to rtl string functions.
|
2005-11-02 11:42:31 +00:00 |
Alexandre Julliard
|
ff7795ef4c
|
Don't send an extra signal when waiting for a debug event, just do a
normal wait. Return the debug event status directly as return value
of the server call.
|
2005-11-01 21:47:07 +00:00 |
Alexandre Julliard
|
d6f7adb367
|
Don't send the incoming context to the server for get_thread_context,
instead copy only the relevant fields of the return value on the
client side.
|
2005-11-01 21:41:26 +00:00 |
Vitaliy Margolen
|
ecca104869
|
Fix error returned when exceeding allowed instances.
|
2005-11-01 21:37:30 +00:00 |
Vitaliy Margolen
|
1ca6e899ec
|
- Use OBJ_CASE_INSENSITIVE in object lookup.
- Remove case_sensitive flag from namespace.
- Remove todo_wine from now succeeding tests.
|
2005-11-01 10:22:38 +00:00 |
Robert Shearman
|
2a02dd1f05
|
Make the call exception handler function more compatible with NT and
with what Shrinker expects.
|
2005-11-01 09:21:03 +00:00 |
Marcus Meissner
|
98ed5585c7
|
Added assembly implementation of EXC_CallHandler.
|
2005-10-31 14:08:05 +00:00 |
Alexandre Julliard
|
a2fb7c1644
|
Added an implementation of the FSCTL_DISMOUNT_VOLUME ioctl that
attempts to unmount the Unix device.
|
2005-10-28 16:45:24 +00:00 |
Ivan Leo Puoti
|
ce08973ffa
|
Fix NtQueryDirectoryObject prototype, documentation, and the
definition of the structure it uses.
|
2005-10-28 16:42:11 +00:00 |
Vitaliy Margolen
|
a996000ad5
|
- Send whole OBJECT_ATTRIBUTES.Attributes to the server not just an
inherit flag.
- Pass DesiredAccess to the server when creating mailslot.
|
2005-10-27 18:30:37 +00:00 |
Alexandre Julliard
|
51fbfbb9bb
|
Make show_dir_symlinks the default and get rid of the option.
|
2005-10-27 11:22:47 +00:00 |
Ivan Leo Puoti
|
e1008c386f
|
Add stub implementation for NtAccessCheckAndAuditAlarm.
|
2005-10-27 10:25:41 +00:00 |
Alexandre Julliard
|
cb443bdb04
|
Attach to implicitly loaded builtin dlls on process startup.
|
2005-10-26 12:12:44 +00:00 |
Peter Beutner
|
4dcab2805c
|
Proper implementation of IOCTL_{STORAGE,CDROM}_CHECK_VERIFY.
|
2005-10-26 10:13:09 +00:00 |
Vitaliy Margolen
|
eb8478002d
|
Cosmetic changes to NtCreateNamedPipeFile change "oa" to "attr".
|
2005-10-26 10:11:08 +00:00 |
James Hawkins
|
b721ee0d41
|
Set the file_part for \\?\ long file names too.
|
2005-10-18 14:12:25 +00:00 |
Alexandre Julliard
|
45885d136c
|
In parse_mount_entries return the loop device instead of the mounted
file for loop mounts.
|
2005-10-13 14:32:22 +00:00 |
Vijay Kiran Kamuju
|
e573caf8f9
|
Added PHT time zone.
|
2005-10-10 18:03:56 +00:00 |
Alexandre Julliard
|
b87bce1b99
|
Added a critical section around the fd cache until the race conditions
can be fixed properly.
|
2005-10-06 12:31:36 +00:00 |
Alexandre Julliard
|
7955fb01d7
|
Clear the single-step flag in setup_exception instead of in the
SIGTRAP handler to avoid having the assigmnent optimized out.
|
2005-10-04 15:56:34 +00:00 |
Alexandre Julliard
|
c2bb910877
|
Ignore the size of the import directory, process imports until we find
a null entry.
|
2005-10-04 15:54:55 +00:00 |
Alexandre Julliard
|
baa8bf3c74
|
Fixed a bug where we could set the wrong handle in the fd cache when
encountering the race condition in wine_server_handle_to_fd.
|
2005-10-03 18:46:57 +00:00 |
Ivan Leo Puoti
|
e4512f0d57
|
Make a stub actually say "stub".
|
2005-10-03 18:44:52 +00:00 |
Vitaliy Margolen
|
6613580ea9
|
Add a few tests for object manager.
|
2005-09-30 10:33:54 +00:00 |
Alexandre Julliard
|
7e22be4d84
|
We are no longer generating .dbg.c files.
|
2005-09-29 10:35:58 +00:00 |
Alexandre Julliard
|
7ddab75619
|
Declare debug channels as static variables so that we don't need to
generate an external .dbg.c file to define them.
|
2005-09-28 18:34:00 +00:00 |