Vitaliy Margolen
|
cf21d4d7ca
|
Move mailslot devices into directory name space.
|
2005-12-05 13:30:26 +01:00 |
Vitaliy Margolen
|
babfa79436
|
Move named pipe objects into directory name space.
Change tests accordingly.
Add small test for WaitNamedPipe.
|
2005-12-05 13:09:35 +01:00 |
Vitaliy Margolen
|
348a3d912b
|
Move mapping (section) objects into directory name space.
|
2005-12-02 16:13:13 +01:00 |
Vitaliy Margolen
|
7c5cb7a229
|
Move timer objects into directory name space.
|
2005-12-02 16:05:54 +01:00 |
Vitaliy Margolen
|
5daae3dfa9
|
Move semaphore objects into directory name space.
|
2005-12-02 16:01:17 +01:00 |
Vitaliy Margolen
|
f676bc8d85
|
Move event and mutex objects into directory name space.
|
2005-12-02 15:55:48 +01:00 |
Alexandre Julliard
|
cb56bdf884
|
Check for need to add area to the reserved list also on unmap.
|
2005-12-01 18:44:04 +01:00 |
Alexandre Julliard
|
e3ef6314fd
|
Ignore the large address space flag when version is win9x.
|
2005-12-01 18:42:39 +01:00 |
Alexandre Julliard
|
e21a97da85
|
Fixed some compiler warnings on Darwin.
|
2005-12-01 12:36:05 +01:00 |
Vitaliy Margolen
|
80444dfe51
|
Implement symbolic link object in wineserver.
Implement Nt[Create|Open|Query]SymbolicLinkObject.
Change tests accordingly.
|
2005-11-30 19:22:57 +01:00 |
Vitaliy Margolen
|
3c6bdcce53
|
Implement directory object in wineserver.
Implement Nt[Create|Open]DirectoryObject.
Change tests accordingly.
|
2005-11-29 17:21:05 +01:00 |
Alexandre Julliard
|
4cbf118d88
|
Check for a valid module before attempting to read the export
directory in LdrGetProcedureAddress.
|
2005-11-29 17:10:30 +01:00 |
Ge van Geldorp
|
1a1583a364
|
Match PSDK STATUS_* definitions.
|
2005-11-28 17:32:54 +01:00 |
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 |