Commit Graph

42088 Commits

Author SHA1 Message Date
Johannes Anderwald
9507d41bad - Implement IDrmPort, IDrmPort2 interface
svn path=/trunk/; revision=38018
2008-12-11 14:51:57 +00:00
Johannes Anderwald
4e50d43e45 - Add IDrmPort, IDrmPort2 interfaces
svn path=/trunk/; revision=38017
2008-12-11 14:51:27 +00:00
Aleksey Bragin
77a33b8c79 - Add Dll Characteristics defines.
svn path=/trunk/; revision=38016
2008-12-11 12:50:37 +00:00
Timo Kreuzer
8acd97a881 fix declaration of FrLdrDbgPrint
svn path=/branches/ros-amd64-bringup/; revision=38015
2008-12-11 11:40:04 +00:00
Timo Kreuzer
285fc8662b Update KTRAP_FRAME offsets
svn path=/branches/ros-amd64-bringup/; revision=38014
2008-12-11 11:38:57 +00:00
Timo Kreuzer
a64377d43d fix KTRAP_FRAME
svn path=/branches/ros-amd64-bringup/; revision=38013
2008-12-11 11:38:17 +00:00
Christoph von Wittich
71f965358d convert most of syssetup to unicode
svn path=/trunk/; revision=38012
2008-12-11 11:24:32 +00:00
Johannes Anderwald
d56dde4a07 - Use FILE_DEVICE_KS when creating new device object
- Partly implement PcNewRegistryKey, PcRegisterSubdevice
- DPC event is a Synchronization event- Implement PcRegisterAdapterPowerManagement

svn path=/trunk/; revision=38011
2008-12-11 11:23:14 +00:00
Johannes Anderwald
ce51a7b299 - Add IAdapterPowerManagement interface
svn path=/trunk/; revision=38010
2008-12-11 11:21:02 +00:00
Johannes Anderwald
a5b0f9d3dc - Add undef macro to avoid warnings
svn path=/trunk/; revision=38009
2008-12-11 10:55:09 +00:00
Johannes Anderwald
283ad79b4a - add IID_IServiceSink
- add IID_IServiceGroup
- add enum for IRegistryKey

svn path=/trunk/; revision=38008
2008-12-11 10:44:50 +00:00
Christoph von Wittich
15ea296cd4 convert parts of syssetup to WCHAR - please help to fix this mess
svn path=/trunk/; revision=38007
2008-12-11 09:41:55 +00:00
Johannes Anderwald
dbd198da9d - Fix RegSetValueEx parameters
- Found by Chris

svn path=/trunk/; revision=38006
2008-12-11 09:05:19 +00:00
Christoph von Wittich
193151855a don't set testplatform to wine anymore as our services code succeeds in wine todo blocks
svn path=/trunk/; revision=38005
2008-12-11 06:47:06 +00:00
Dmitry Gorbachev
676070c406 Update NLS files.
svn path=/trunk/; revision=38004
2008-12-10 22:43:37 +00:00
Timo Kreuzer
8ceeb927f5 Fix a typo
svn path=/branches/ros-amd64-bringup/; revision=38003
2008-12-10 22:32:21 +00:00
James Tabor
af9b7168ed - Yet another victim of the Win32k Initialization BUG!
- Creating an Information DC is wrong when using it with Icon Creation. This makes the default bitmap monochrome and this is why CreateCompatibleBitmap is broken. Plus all the hacks related to making it all work in Win32k.

svn path=/trunk/; revision=38002
2008-12-10 21:14:02 +00:00
Stefan Ginsberg
8e07c62725 - Disable crashing advapi32 tests -- add print and notes
svn path=/trunk/; revision=37999
2008-12-10 17:32:31 +00:00
Aleksey Bragin
2794dbc70a - Impersonation level should be indeed higher that the lowest one. Fix the check accordingly. Spotted by Dmitry Gorbachev and GCC.
See issue #3939 for more details.

svn path=/trunk/; revision=37998
2008-12-10 15:24:55 +00:00
Dmitry Gorbachev
28cddcaf8e Update NLS files.
svn path=/trunk/; revision=37997
2008-12-10 12:07:43 +00:00
Christoph von Wittich
c7e268bb6b fail when there are no sub authorities
svn path=/trunk/; revision=37996
2008-12-10 08:29:03 +00:00
Christoph von Wittich
8ab21576b5 use constant instead of value to avoid further "hm?" from Alex
svn path=/trunk/; revision=37995
2008-12-10 07:34:02 +00:00
Daniel Reimer
29b4de77bf Bug 3942: "Translate update norwegian" by Lars Martin Hambro
Small sidenote: I accidently commited a patch for XBox Support from Martin_sW in r31325 ~1 year ago...
It adds handover XBox HDD information to ROS Kernel into freeldr and is needed for new ROS Versions to start on XBox.
This + xbox hal + xbox vbe driver + moddded bootvid driver (not commited yet (/me looks at Fireball)) makes ROS boot on XBox.

svn path=/trunk/; revision=37994
2008-12-10 07:08:31 +00:00
Timo Kreuzer
3e1cd207ec Goodbye kdbg, hello WINKD
svn path=/branches/ros-amd64-bringup/; revision=37992
2008-12-10 01:27:58 +00:00
Timo Kreuzer
c5456baba1 Fix hal build
svn path=/branches/ros-amd64-bringup/; revision=37991
2008-12-10 01:26:44 +00:00
Timo Kreuzer
45de0f48eb add CBSTACK constants, need to check for correctness
svn path=/branches/ros-amd64-bringup/; revision=37990
2008-12-10 01:26:10 +00:00
Timo Kreuzer
ad9a017e45 Make winkd somewhat portable.
svn path=/branches/ros-amd64-bringup/; revision=37989
2008-12-10 01:25:09 +00:00
Timo Kreuzer
89d7e5d386 Fix KiDebugServiceTrap, so that it calls KiDispatchException with the right parameters. Disable saving of xmm registers for now, as it causes breakpoint traps (emulation still active?)
svn path=/branches/ros-amd64-bringup/; revision=37988
2008-12-10 01:15:46 +00:00
Timo Kreuzer
7bf8f6a4dc Fix DebugService
svn path=/branches/ros-amd64-bringup/; revision=37987
2008-12-10 01:08:40 +00:00
Timo Kreuzer
ba7785e2e0 Implement KdDebuggerInitialize0 and stubplement KdSendPacket, enough to get DebugOutput with WINKD work
svn path=/branches/ros-amd64-bringup/; revision=37986
2008-12-10 01:07:03 +00:00
Timo Kreuzer
22093ab465 Add KiCallUserMode stub
svn path=/branches/ros-amd64-bringup/; revision=37985
2008-12-10 00:58:18 +00:00
Timo Kreuzer
e2f0929100 Implement KeFreezeExecution and KeThawExecution
svn path=/branches/ros-amd64-bringup/; revision=37984
2008-12-10 00:56:59 +00:00
James Tabor
50f45e4521 - Make sure SecurityDescriptor is not NULL.
svn path=/trunk/; revision=37983
2008-12-09 20:28:26 +00:00
James Tabor
339bbdd5bf - Sync to date wine AdvApi32 cross tests.
svn path=/trunk/; revision=37982
2008-12-09 19:26:45 +00:00
Stefan Ginsberg
2291d9b3b4 - Remove traces
svn path=/trunk/; revision=37979
2008-12-09 19:00:46 +00:00
Stefan Ginsberg
e27a1b6f47 - Initialize pointer to null
svn path=/trunk/; revision=37978
2008-12-09 18:48:28 +00:00
Stefan Ginsberg
2327d45c5a - Remove trace, change trace
svn path=/trunk/; revision=37977
2008-12-09 18:35:06 +00:00
Stefan Ginsberg
cd8bdd5562 - More trace :/
svn path=/trunk/; revision=37975
2008-12-09 18:20:18 +00:00
Stefan Ginsberg
be8a2bb4fb - Temporarily add tracing to ConvertStringSecurityDescriptorToSecurityDescriptorW and LocalAlloc to figure out why the tests crashes on build server -- will be reverted ASAP
svn path=/trunk/; revision=37974
2008-12-09 18:04:58 +00:00
Stefan Ginsberg
b87814a4c9 - Add back debug print -- build server still crashes
svn path=/trunk/; revision=37973
2008-12-09 17:44:27 +00:00
Stefan Ginsberg
12a6dfd816 - Revert the debug print
svn path=/trunk/; revision=37972
2008-12-09 16:39:33 +00:00
Christoph von Wittich
f39793d4ca implement hex value support for ParseAccessMaskString
sync ComputeStringSidSize with wine

svn path=/trunk/; revision=37971
2008-12-09 16:39:03 +00:00
Dmitry Gorbachev
69096be449 Fix IntIsValidSBCSMapping(). Bug #3903.
svn path=/trunk/; revision=37970
2008-12-09 16:13:51 +00:00
Timo Kreuzer
62eea8eb12 fix Ke386SetCr2
svn path=/branches/ros-amd64-bringup/; revision=37969
2008-12-09 15:50:10 +00:00
Timo Kreuzer
a113e3117f Make PsNtosImageBase an ULONG_PTR
svn path=/branches/ros-amd64-bringup/; revision=37968
2008-12-09 15:46:57 +00:00
Timo Kreuzer
6a834d507b fix ULONG/ULONG_PTR isuue
svn path=/branches/ros-amd64-bringup/; revision=37967
2008-12-09 15:45:54 +00:00
Timo Kreuzer
26c33b4493 Make IMAGE_ORDINAL_FLAG64 an ULONGLONG
svn path=/branches/ros-amd64-bringup/; revision=37966
2008-12-09 15:37:05 +00:00
Dmitry Gorbachev
14572bf220 Provide memcmp() for GCC 4.4.0.
svn path=/trunk/; revision=37965
2008-12-09 15:05:02 +00:00
Kamil Hornicek
cc0170cf68 - sync d3d8, d3d9 with wine
svn path=/trunk/; revision=37962
2008-12-09 13:50:12 +00:00
Stefan Ginsberg
358df6e806 - Test commit for the crash which the build server is experiencing (will be reverted)
svn path=/trunk/; revision=37961
2008-12-09 13:35:06 +00:00