Commit Graph

42088 Commits

Author SHA1 Message Date
Timo Kreuzer
6acdf6d0d2 more ulong <-> pointer fixes
svn path=/branches/ros-amd64-bringup/; revision=36012
2008-09-07 00:04:29 +00:00
Timo Kreuzer
3a18219adc Fix a ULONG to pointer cast to make out shiny new RosBE happy.
svn path=/branches/ros-amd64-bringup/; revision=36011
2008-09-06 23:56:10 +00:00
Cameron Gutman
d158ab5aa3 - Merge aicom-network-fixes up to r36009
svn path=/trunk/; revision=36010
2008-09-06 22:21:56 +00:00
Cameron Gutman
f410547dd1 - Return NDIS_STATUS_RESOURCES not NDIS_STATUS_NOT_ACCEPTED when we fail to allocate memory
svn path=/branches/aicom-network-fixes/; revision=36009
2008-09-06 21:45:23 +00:00
Cameron Gutman
38a8193915 - Forgot this file from r36006
svn path=/branches/aicom-network-fixes/; revision=36008
2008-09-06 21:42:58 +00:00
Cameron Gutman
0658669a1e - Check status from RawIPStartup, UDPStartup, and TCPStartup
svn path=/branches/aicom-network-fixes/; revision=36007
2008-09-06 21:36:55 +00:00
Cameron Gutman
2044568591 - Make PortsStartup return NTSTATUS so we can make sure memory allocated succeeded
- Change the callers to check the return status

svn path=/branches/aicom-network-fixes/; revision=36006
2008-09-06 21:30:09 +00:00
Stefan Ginsberg
76153f2508 - Make sure we get a Subkey in RegDeleteKeyA/W. Fixes Winetests causing a system crash, but (for now) hides a bug in CM.
svn path=/trunk/; revision=36005
2008-09-06 21:02:54 +00:00
Cameron Gutman
4c942b62d6 - Fix a code typo
svn path=/branches/aicom-network-fixes/; revision=36004
2008-09-06 20:52:54 +00:00
Cameron Gutman
36b4bed9c8 - Use NewBuf instead of Data so we actually use the buffer we allocate
svn path=/branches/aicom-network-fixes/; revision=36003
2008-09-06 20:42:10 +00:00
Cameron Gutman
b732baa632 - Return NDIS_STATUS_RESOURCES not STATUS_NO_MEMORY
svn path=/branches/aicom-network-fixes/; revision=36002
2008-09-06 20:37:06 +00:00
Cameron Gutman
0d461c29a8 - Return TDI_NO_RESOURCES instead of TDI_INVALID_REQUEST when we can't allocate memory
svn path=/branches/aicom-network-fixes/; revision=36001
2008-09-06 20:27:56 +00:00
Cameron Gutman
6132fa321c - Code cleanup
svn path=/branches/aicom-network-fixes/; revision=36000
2008-09-06 20:18:42 +00:00
Christoph von Wittich
7736cc6aef fix formatting
svn path=/trunk/; revision=35997
2008-09-06 17:24:02 +00:00
Johannes Anderwald
3ac73d668f - Implement INetCfg, INetCfgLock, INetCfgComponent, IEnumNetCfgComponent interface
- Replace def by spec file
- Replace netcfgx.h by precomp.h to avoid conflicts with netcfgx.h which resides in the psdk

svn path=/trunk/; revision=35996
2008-09-06 17:22:32 +00:00
Christoph von Wittich
53e404a55a fix formatting
svn path=/trunk/; revision=35995
2008-09-06 17:19:33 +00:00
Samuel Serapion
829999d203 change stub to stdcall, less likely to fuck up the stack
svn path=/branches/ros-amd64-bringup/; revision=35994
2008-09-06 17:11:46 +00:00
Christoph von Wittich
0ce8a503a9 don't corrupt the heap by storing unneeded values in the wrong places
svn path=/trunk/; revision=35992
2008-09-06 16:35:48 +00:00
Christoph von Wittich
a70af7ce64 fix a typo
svn path=/trunk/; revision=35991
2008-09-06 16:28:26 +00:00
Samuel Serapion
20f8660468 Fix 64 bit portability issues.
svn path=/branches/ros-amd64-bringup/; revision=35990
2008-09-06 15:53:36 +00:00
Samuel Serapion
2cca1c8750 Merge 35977. Fix 64 bit portability issues. Thanks ekohl!
svn path=/branches/ros-amd64-bringup/; revision=35989
2008-09-06 15:52:53 +00:00
Hervé Poussineau
d81595f07a Also change kdcom.dll location in txtsetup.sif
svn path=/trunk/; revision=35986
2008-09-06 15:19:57 +00:00
Hervé Poussineau
e27906d70a kdcom.dll should be in system32 directory, not drivers one
svn path=/trunk/; revision=35985
2008-09-06 15:06:07 +00:00
Stefan Ginsberg
e1a70db582 - [FORMATTING] Clean up tls.c. No code change.
svn path=/trunk/; revision=35984
2008-09-06 14:12:47 +00:00
Stefan Ginsberg
2aa436f766 - [FORMATTING] Clean up output.c. No code change.
svn path=/trunk/; revision=35983
2008-09-06 13:57:34 +00:00
Johannes Anderwald
9d994e117c - Fix INetCfgComponent::SetDisplayName definition
- Add Netcfgx error constants

svn path=/trunk/; revision=35982
2008-09-06 13:15:26 +00:00
Hervé Poussineau
7097556bf3 Open registry entry with only the required rights
Free memory with the right tag
See issue #3713 for more details.

svn path=/trunk/; revision=35981
2008-09-06 11:45:36 +00:00
Christoph von Wittich
0f44a26489 set WINETEST_PLATFORM to wine for sysreg
svn path=/trunk/; revision=35980
2008-09-06 11:06:01 +00:00
Eric Kohl
9423976cb5 Fix 64 bit portability issues.
svn path=/trunk/; revision=35977
2008-09-06 10:44:08 +00:00
Christoph von Wittich
b5c636ee01 fix a version info winetest by allowing non dll files to be loaded with LOAD_LIBRARY_AS_DATAFILE
svn path=/trunk/; revision=35976
2008-09-06 10:27:40 +00:00
Christoph von Wittich
b0a663b4a6 fix all cabinet fdi winetests (except the ones marked as (todo_wine)
svn path=/trunk/; revision=35973
2008-09-06 06:35:07 +00:00
Timo Kreuzer
7e2503da06 more pointer <-> ULONG cast fixes
svn path=/branches/ros-amd64-bringup/; revision=35971
2008-09-05 23:53:36 +00:00
Timo Kreuzer
de62b70a2c fix pointer <-> ULONG cast
svn path=/branches/ros-amd64-bringup/; revision=35970
2008-09-05 23:46:47 +00:00
Timo Kreuzer
48f7ad5d4c Fix and update CM_PARTIAL_RESOURCE_DESCRIPTOR
svn path=/branches/ros-amd64-bringup/; revision=35969
2008-09-05 23:35:40 +00:00
Timo Kreuzer
cc04d5e1a7 use KeAcquireSpinLockAtDpcLevel and KeReleaseSpinLockFromDpcLevel instead of KefAcquireSpinLockAtDpcLevel and KefReleaseSpinLockFromDpcLevel. Fix Size parameter of CmpAllpcate (ULONG->SIZE_T).
svn path=/branches/ros-amd64-bringup/; revision=35968
2008-09-05 23:33:38 +00:00
Timo Kreuzer
8eac8b62af use KeAcquireSpinLockAtDpcLevel and KeReleaseSpinLockFromDpcLevel instead of KefAcquireSpinLockAtDpcLevel and KefReleaseSpinLockFromDpcLevel
svn path=/branches/ros-amd64-bringup/; revision=35967
2008-09-05 22:33:50 +00:00
Timo Kreuzer
b01ff9f694 use own asm.h on amd64 builds
svn path=/branches/ros-amd64-bringup/; revision=35966
2008-09-05 22:25:27 +00:00
Colin Finck
9e8367f15e Sync cabinet.dll with Wine HEAD (fixes a memory leak)
svn path=/trunk/; revision=35965
2008-09-05 19:58:49 +00:00
Cameron Gutman
85672737e6 - Handle AllocatedResources and AllocatedResourcesTranslated separately
- Fix a memory leak
 - Fix a handle leak

svn path=/branches/aicom-network-fixes/; revision=35964
2008-09-05 19:51:18 +00:00
Daniel Reimer
e699646de8 Update winfile and write to most recent Wine Version.
svn path=/trunk/; revision=35962
2008-09-05 17:00:16 +00:00
Daniel Reimer
436f87389b Sync winhlp32, wordpad and xcopy with wine.
svn path=/trunk/; revision=35961
2008-09-05 16:34:20 +00:00
Christoph von Wittich
f8106f22b9 change parameter back to DWORD as it is in our headers
svn path=/trunk/; revision=35960
2008-09-05 13:28:12 +00:00
Christoph von Wittich
78b3d68c79 fix the advapi32 crypt winetest crash
svn path=/trunk/; revision=35959
2008-09-05 13:10:49 +00:00
Christoph von Wittich
a22ce9b036 fix some advapi32 lsa winetests
svn path=/trunk/; revision=35958
2008-09-05 11:32:15 +00:00
Cameron Gutman
e941fb914b - Patch by Michael Martin (aka bugboy) <martinmnet at hotmail dot com>
- changed dhcp to write nameserver to dhcpnameserver registry key vice nameserver
 - changed iphlpapi to return dhcpnameserver if nameserver is empty
 - set NameServer to empty string in nettcpip.inf
 - see bug 2392

svn path=/trunk/; revision=35956
2008-09-05 01:00:32 +00:00
Cameron Gutman
a78ab11616 - Merge aicom-network-fixes up to r35946
svn path=/trunk/; revision=35955
2008-09-05 00:43:28 +00:00
Timo Kreuzer
53181b207f sync to trunk head (35945)
svn path=/branches/ros-amd64-bringup/; revision=35954
2008-09-05 00:03:53 +00:00
Timo Kreuzer
291553900d fix x64 build of hal
svn path=/branches/ros-amd64-bringup/; revision=35953
2008-09-04 21:24:44 +00:00
Timo Kreuzer
cb1e57ab68 fix a typo
svn path=/branches/ros-amd64-bringup/; revision=35952
2008-09-04 21:22:14 +00:00
Timo Kreuzer
c72a03b170 Remove hacks from __addgsbyte, __addgsword, __addgsdword. They are correct on ms compiler. (fs ones still broken on x86 compiler that comes with the wdk). Implement __addgsqword.
svn path=/branches/ros-amd64-bringup/; revision=35951
2008-09-04 20:55:46 +00:00