Commit Graph

42088 Commits

Author SHA1 Message Date
Samuel Serapion
f58e2f78ce always double check late night commits.
svn path=/branches/ros-amd64-bringup/; revision=36224
2008-09-14 08:45:07 +00:00
Samuel Serapion
a4019b877f Make rsym smart enough to handle 64bit PEs.
winebuild: remove unnecessary condition.

svn path=/branches/ros-amd64-bringup/; revision=36223
2008-09-14 08:42:26 +00:00
Christoph von Wittich
bcadb066fd add some stuff to uuid
svn path=/trunk/; revision=36222
2008-09-14 07:43:02 +00:00
Samuel Serapion
0e905fcd94 Fix command line passing(again), after tchar.h update.
svn path=/branches/ros-amd64-bringup/; revision=36221
2008-09-14 06:42:58 +00:00
Christoph von Wittich
27378d78cf sync msxml3 to wine 1.1.4
svn path=/trunk/; revision=36220
2008-09-14 06:24:36 +00:00
Christoph von Wittich
42f6e7844c sync mlang with wine 1.1.4
svn path=/trunk/; revision=36219
2008-09-14 06:17:43 +00:00
Christoph von Wittich
4744b6d35e sync inetmib1 with wine 1.1.4
svn path=/trunk/; revision=36218
2008-09-14 06:13:20 +00:00
Christoph von Wittich
172034efd8 sync hlink with wine 1.1.4
svn path=/trunk/; revision=36217
2008-09-14 06:10:11 +00:00
Christoph von Wittich
d827fb07fa sync hhctrl.ocx with wine 1.1.4
svn path=/trunk/; revision=36216
2008-09-14 06:08:59 +00:00
Cameron Gutman
479f0c8d37 - Release the spin lock before calling NCETimeout
- Should fix the crash Wax had when using the kvmnet driver

svn path=/branches/aicom-network-fixes/; revision=36215
2008-09-14 06:05:47 +00:00
Christoph von Wittich
4ffc65aa1b sync cryptui with wine 1.1.4
svn path=/trunk/; revision=36214
2008-09-14 06:02:13 +00:00
Christoph von Wittich
ab7f4d89c5 sync cryptnet with wine 1.1.4
svn path=/trunk/; revision=36213
2008-09-14 06:01:06 +00:00
Cameron Gutman
3c6651a64e - Call a serialized miniport's Send/SendPackets handler at DISPATCH_LEVEL
svn path=/branches/aicom-network-fixes/; revision=36212
2008-09-14 05:30:06 +00:00
Cameron Gutman
91ac8bce6e - Change our method of queuing work items so we don't leak anymore
svn path=/branches/aicom-network-fixes/; revision=36211
2008-09-14 05:16:32 +00:00
Christoph von Wittich
c3aed3f12d sync oleaut32 to wine 1.1.4
svn path=/trunk/; revision=36210
2008-09-14 05:15:39 +00:00
Christoph von Wittich
6e54f46c16 revert the ole32 idl hack from heispiter as it breaks the rpc proxy
svn path=/trunk/; revision=36209
2008-09-14 05:09:19 +00:00
Christoph von Wittich
31a8f27a0c better hackfix for rpc.h
generate oleacc header from idl

svn path=/trunk/; revision=36208
2008-09-14 05:08:29 +00:00
Christoph von Wittich
4baaab5def Output NULL for inherited methods in the vtbl.
Dan Hipschman <dsh at linux.ucla.edu>

svn path=/trunk/; revision=36207
2008-09-14 05:07:16 +00:00
Cameron Gutman
ac40a36ce9 - Queue a work item to do our work that was previously done in MiniportDpc so SendHandler gets called at the correct IRQL
svn path=/branches/aicom-network-fixes/; revision=36206
2008-09-14 04:02:04 +00:00
Christoph von Wittich
4d2adef5ff revert 36199
svn path=/trunk/; revision=36205
2008-09-14 03:39:06 +00:00
Cameron Gutman
ddce511a68 - Merge aicom-network-fixes up to r36198
svn path=/trunk/; revision=36204
2008-09-14 00:48:32 +00:00
Pierre Schweitzer
86e3d23459 Hackfixed ole32.dll build adding lots of warnings.
A proper fix will be necessary.

svn path=/trunk/; revision=36203
2008-09-13 22:14:29 +00:00
Pierre Schweitzer
f2f5770e01 Added the 3 missing idl files.
This *DOES NOT* fix ole32 build.

svn path=/trunk/; revision=36202
2008-09-13 22:10:18 +00:00
Pierre Schweitzer
d9c404e865 Fixed build
svn path=/trunk/; revision=36201
2008-09-13 21:46:45 +00:00
Eric Kohl
b3bb873fd3 Implement I_ScSetServiceBitsA/W and SetServiceBits.
svn path=/trunk/; revision=36200
2008-09-13 20:04:51 +00:00
Christoph von Wittich
efe847ad5e don't define __WINESRC__
svn path=/trunk/; revision=36199
2008-09-13 19:15:28 +00:00
Cameron Gutman
86ca4446aa - Call KeAcquireSpinLockAtDpcLevel instead of KeAcquireSpinLock when possible
- Don't hold the spin lock as long in MiniportDpc

svn path=/branches/aicom-network-fixes/; revision=36198
2008-09-13 19:00:32 +00:00
Christoph von Wittich
c75a2ca168 sync ole2 winetest
svn path=/trunk/; revision=36197
2008-09-13 18:52:03 +00:00
Christoph von Wittich
c6339492a2 sync ole32 with wine 1.1.4
svn path=/trunk/; revision=36196
2008-09-13 18:49:51 +00:00
Cameron Gutman
bd9013b5ae - Read the maximum packets that the driver allows to be sent at one time
- We don't use it yet

svn path=/branches/aicom-network-fixes/; revision=36195
2008-09-13 18:33:16 +00:00
Eric Kohl
4a6d6e6f71 - Disable some debug messages.
- Fix the prototype of RI_ScGetCurrentGroupStateW (Function 34).

svn path=/trunk/; revision=36194
2008-09-13 18:22:34 +00:00
Cameron Gutman
e1800f7c53 - unimplemented -> implemented
svn path=/branches/aicom-network-fixes/; revision=36193
2008-09-13 17:07:30 +00:00
Cameron Gutman
70f9713881 - Implement NdisDprFreePacket
- Implement NdisDprFreePacketNonInterlocked

svn path=/branches/aicom-network-fixes/; revision=36192
2008-09-13 16:40:45 +00:00
Cameron Gutman
8bea43b223 - Implement NdisDprAllocatePacketNonInterlocked
svn path=/branches/aicom-network-fixes/; revision=36191
2008-09-13 16:36:43 +00:00
Cameron Gutman
08c2fa4ccb - Implement NdisDprAllocatePacket
svn path=/branches/aicom-network-fixes/; revision=36190
2008-09-13 16:33:23 +00:00
Christoph von Wittich
1a8524f176 sync rpc4rt winetests as well
svn path=/trunk/; revision=36189
2008-09-13 16:18:44 +00:00
Christoph von Wittich
f1661e061c sync most of rpcrt4 to wine 1.1.4
svn path=/trunk/; revision=36188
2008-09-13 15:52:50 +00:00
Christoph von Wittich
b34d6d8879 replace NtCurrentTeb()->ProcessEnvironmentBlock by NtCurrentPeb()
svn path=/trunk/; revision=36187
2008-09-13 14:27:43 +00:00
Cameron Gutman
c875c6ffac - Hints from MSDN show that we should use MmGetSystemAddressForMdl instead of MmGetMdlVirtualAddress
svn path=/branches/aicom-network-fixes/; revision=36186
2008-09-13 12:45:26 +00:00
Cameron Gutman
e96b8c3c83 - Fix a possible crash
svn path=/branches/aicom-network-fixes/; revision=36185
2008-09-13 12:22:45 +00:00
Christoph von Wittich
f370c11356 fix some more kernel32_module winetests
svn path=/trunk/; revision=36184
2008-09-13 11:35:01 +00:00
Dmitry Chapyshev
517a8ef2b2 - volume.c: replace HeapAlloc to RtlAllocateHeap, HeapFree to RtlFreeHeap
- move TzSpecificLocalTimeToSystemTime to time.c
- implement TzSpecificLocalTimeToSystemTime based on wine. It corrects 378 wine tests.

svn path=/trunk/; revision=36183
2008-09-13 10:22:28 +00:00
Aleksey Bragin
6df53c008e - Call NtCreateSection and NtMapViewOfSection with more correct parameters.
svn path=/trunk/; revision=36182
2008-09-13 09:59:22 +00:00
Dmitry Chapyshev
0a38b4914f - Move FindVolumeClose, FindFirstVolumeW/A, GetVolumeNameForVolumeMountPointA to volume.c
- Implement FindVolumeClose, GetVolumeNameForVolumeMountPointA (based on wine)

svn path=/trunk/; revision=36181
2008-09-13 09:21:43 +00:00
Christoph von Wittich
b928deeed3 fix kernel32 format_msg winetest
svn path=/trunk/; revision=36180
2008-09-13 08:48:18 +00:00
Christoph von Wittich
a72e8a4195 fix most kernel32_profile winetests
svn path=/trunk/; revision=36179
2008-09-13 08:23:32 +00:00
Christoph von Wittich
f6c0c19edb fix some kernel32 module winetests (GetProcAddress, GetModuleFileName)
svn path=/trunk/; revision=36178
2008-09-13 07:37:05 +00:00
Samuel Serapion
ba47225813 Remove hacks. Add hacks. Zero sum game?
svn path=/branches/ros-amd64-bringup/; revision=36177
2008-09-13 07:13:27 +00:00
Samuel Serapion
5c266abfd2 Move several functions out of file.c, use common code for 64bit, 32bit, unicode and non-unicode versions and provide proper definition. Fixes amd64 build of crt lib. (nothing tested)
svn path=/branches/ros-amd64-bringup/; revision=36176
2008-09-13 07:12:22 +00:00
Samuel Serapion
20695eeb01 Protect other architectures from i386 and amd64 specifics.
Disallow warnings in this module(like it was before).

svn path=/branches/ros-amd64-bringup/; revision=36175
2008-09-13 07:05:42 +00:00