reactos.git
15 years agoFix hal build
Timo Kreuzer [Wed, 10 Dec 2008 01:26:44 +0000 (01:26 +0000)]
Fix hal build

svn path=/branches/ros-amd64-bringup/; revision=37991

15 years agoadd CBSTACK constants, need to check for correctness
Timo Kreuzer [Wed, 10 Dec 2008 01:26:10 +0000 (01:26 +0000)]
add CBSTACK constants, need to check for correctness

svn path=/branches/ros-amd64-bringup/; revision=37990

15 years agoMake winkd somewhat portable.
Timo Kreuzer [Wed, 10 Dec 2008 01:25:09 +0000 (01:25 +0000)]
Make winkd somewhat portable.

svn path=/branches/ros-amd64-bringup/; revision=37989

15 years agoFix KiDebugServiceTrap, so that it calls KiDispatchException with the right parameter...
Timo Kreuzer [Wed, 10 Dec 2008 01:15:46 +0000 (01:15 +0000)]
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

15 years agoFix DebugService
Timo Kreuzer [Wed, 10 Dec 2008 01:08:40 +0000 (01:08 +0000)]
Fix DebugService

svn path=/branches/ros-amd64-bringup/; revision=37987

15 years agoImplement KdDebuggerInitialize0 and stubplement KdSendPacket, enough to get DebugOutp...
Timo Kreuzer [Wed, 10 Dec 2008 01:07:03 +0000 (01:07 +0000)]
Implement KdDebuggerInitialize0 and stubplement KdSendPacket, enough to get DebugOutput with WINKD work

svn path=/branches/ros-amd64-bringup/; revision=37986

15 years agoAdd KiCallUserMode stub
Timo Kreuzer [Wed, 10 Dec 2008 00:58:18 +0000 (00:58 +0000)]
Add KiCallUserMode stub

svn path=/branches/ros-amd64-bringup/; revision=37985

15 years agoImplement KeFreezeExecution and KeThawExecution
Timo Kreuzer [Wed, 10 Dec 2008 00:56:59 +0000 (00:56 +0000)]
Implement KeFreezeExecution and KeThawExecution

svn path=/branches/ros-amd64-bringup/; revision=37984

15 years ago- Make sure SecurityDescriptor is not NULL.
James Tabor [Tue, 9 Dec 2008 20:28:26 +0000 (20:28 +0000)]
- Make sure SecurityDescriptor is not NULL.

svn path=/trunk/; revision=37983

15 years ago- Sync to date wine AdvApi32 cross tests.
James Tabor [Tue, 9 Dec 2008 19:26:45 +0000 (19:26 +0000)]
- Sync to date wine AdvApi32 cross tests.

svn path=/trunk/; revision=37982

15 years ago- Remove traces
Stefan Ginsberg [Tue, 9 Dec 2008 19:00:46 +0000 (19:00 +0000)]
- Remove traces

svn path=/trunk/; revision=37979

15 years ago- Initialize pointer to null
Stefan Ginsberg [Tue, 9 Dec 2008 18:48:28 +0000 (18:48 +0000)]
- Initialize pointer to null

svn path=/trunk/; revision=37978

15 years ago- Remove trace, change trace
Stefan Ginsberg [Tue, 9 Dec 2008 18:35:06 +0000 (18:35 +0000)]
- Remove trace, change trace

svn path=/trunk/; revision=37977

15 years ago- More trace :/
Stefan Ginsberg [Tue, 9 Dec 2008 18:20:18 +0000 (18:20 +0000)]
- More trace :/

svn path=/trunk/; revision=37975

15 years ago- Temporarily add tracing to ConvertStringSecurityDescriptorToSecurityDescriptorW...
Stefan Ginsberg [Tue, 9 Dec 2008 18:04:58 +0000 (18:04 +0000)]
- 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

15 years ago- Add back debug print -- build server still crashes
Stefan Ginsberg [Tue, 9 Dec 2008 17:44:27 +0000 (17:44 +0000)]
- Add back debug print -- build server still crashes

svn path=/trunk/; revision=37973

15 years ago- Revert the debug print
Stefan Ginsberg [Tue, 9 Dec 2008 16:39:33 +0000 (16:39 +0000)]
- Revert the debug print

svn path=/trunk/; revision=37972

15 years agoimplement hex value support for ParseAccessMaskString
Christoph von Wittich [Tue, 9 Dec 2008 16:39:03 +0000 (16:39 +0000)]
implement hex value support for ParseAccessMaskString
sync ComputeStringSidSize with wine

svn path=/trunk/; revision=37971

15 years agoFix IntIsValidSBCSMapping(). Bug #3903.
Dmitry Gorbachev [Tue, 9 Dec 2008 16:13:51 +0000 (16:13 +0000)]
Fix IntIsValidSBCSMapping(). Bug #3903.

svn path=/trunk/; revision=37970

15 years agofix Ke386SetCr2
Timo Kreuzer [Tue, 9 Dec 2008 15:50:10 +0000 (15:50 +0000)]
fix Ke386SetCr2

svn path=/branches/ros-amd64-bringup/; revision=37969

15 years agoMake PsNtosImageBase an ULONG_PTR
Timo Kreuzer [Tue, 9 Dec 2008 15:46:57 +0000 (15:46 +0000)]
Make PsNtosImageBase an ULONG_PTR

svn path=/branches/ros-amd64-bringup/; revision=37968

15 years agofix ULONG/ULONG_PTR isuue
Timo Kreuzer [Tue, 9 Dec 2008 15:45:54 +0000 (15:45 +0000)]
fix ULONG/ULONG_PTR isuue

svn path=/branches/ros-amd64-bringup/; revision=37967

15 years agoMake IMAGE_ORDINAL_FLAG64 an ULONGLONG
Timo Kreuzer [Tue, 9 Dec 2008 15:37:05 +0000 (15:37 +0000)]
Make IMAGE_ORDINAL_FLAG64 an ULONGLONG

svn path=/branches/ros-amd64-bringup/; revision=37966

15 years agoProvide memcmp() for GCC 4.4.0.
Dmitry Gorbachev [Tue, 9 Dec 2008 15:05:02 +0000 (15:05 +0000)]
Provide memcmp() for GCC 4.4.0.

svn path=/trunk/; revision=37965

15 years ago- sync d3d8, d3d9 with wine
Kamil Hornicek [Tue, 9 Dec 2008 13:50:12 +0000 (13:50 +0000)]
- sync d3d8, d3d9 with wine

svn path=/trunk/; revision=37962

15 years ago- Test commit for the crash which the build server is experiencing (will be reverted)
Stefan Ginsberg [Tue, 9 Dec 2008 13:35:06 +0000 (13:35 +0000)]
- Test commit for the crash which the build server is experiencing (will be reverted)

svn path=/trunk/; revision=37961

15 years ago- revert 37958 for now, sorry
Kamil Hornicek [Tue, 9 Dec 2008 12:27:50 +0000 (12:27 +0000)]
- revert 37958 for now, sorry

svn path=/trunk/; revision=37959

15 years ago- remove leftovers
Kamil Hornicek [Tue, 9 Dec 2008 12:17:40 +0000 (12:17 +0000)]
- remove leftovers

svn path=/trunk/; revision=37958

15 years ago- sync wined3d with wine
Kamil Hornicek [Tue, 9 Dec 2008 12:16:19 +0000 (12:16 +0000)]
- sync wined3d with wine

svn path=/trunk/; revision=37957

15 years agoSeUnsolicitedInputPrivilege is obsolete - the LUID is used by SE_MACHINE_ACCOUNT_PRIV...
Christoph von Wittich [Tue, 9 Dec 2008 08:33:26 +0000 (08:33 +0000)]
SeUnsolicitedInputPrivilege is obsolete - the LUID is used by SE_MACHINE_ACCOUNT_PRIVILEGE now

svn path=/trunk/; revision=37955

15 years agosync CreateWellKnownSid with wine
Christoph von Wittich [Tue, 9 Dec 2008 07:09:25 +0000 (07:09 +0000)]
sync CreateWellKnownSid with wine

svn path=/trunk/; revision=37954

15 years ago- Fixed build.
James Tabor [Tue, 9 Dec 2008 06:05:29 +0000 (06:05 +0000)]
- Fixed build.

svn path=/trunk/; revision=37953

15 years ago- Add CP_UNIXCP for CP_ACP, this will help cross tests.
James Tabor [Tue, 9 Dec 2008 05:58:23 +0000 (05:58 +0000)]
- Add CP_UNIXCP for CP_ACP, this will help cross tests.

svn path=/trunk/; revision=37952

15 years ago- New patch by hto: Suspicious code in User32.dll, see bug 3935.
James Tabor [Tue, 9 Dec 2008 01:40:37 +0000 (01:40 +0000)]
- New patch by hto: Suspicious code in User32.dll, see bug 3935.

svn path=/trunk/; revision=37951

15 years ago- implement IServiceGroup interface
Johannes Anderwald [Mon, 8 Dec 2008 23:30:16 +0000 (23:30 +0000)]
- implement IServiceGroup interface
- implement PcNewServiceGroup

svn path=/trunk/; revision=37950

15 years agopartly implement x64 versions of _setjmp, _setjmpex and longjmp
Timo Kreuzer [Mon, 8 Dec 2008 22:51:29 +0000 (22:51 +0000)]
partly implement x64 versions of _setjmp, _setjmpex and longjmp

svn path=/branches/ros-amd64-bringup/; revision=37949

15 years agoundef _ftime before implementing it
Timo Kreuzer [Mon, 8 Dec 2008 22:31:27 +0000 (22:31 +0000)]
undef _ftime before implementing it

svn path=/branches/ros-amd64-bringup/; revision=37948

15 years agoRevert r37916 and add some correct tests for WC_NO_BEST_FIT_CHARS, which pass under...
Colin Finck [Mon, 8 Dec 2008 22:18:50 +0000 (22:18 +0000)]
Revert r37916 and add some correct tests for WC_NO_BEST_FIT_CHARS, which pass under Windows XP SP3.
They show that our implementation still has some bugs here and there.

svn path=/trunk/; revision=37947

15 years ago- Partly implement PcRegisterIoTimeout, PcUnregisterIoTimeout
Johannes Anderwald [Mon, 8 Dec 2008 21:42:44 +0000 (21:42 +0000)]
- Partly implement PcRegisterIoTimeout, PcUnregisterIoTimeout

svn path=/trunk/; revision=37946

15 years ago- Implement IResourceList_AddEntryFromParent
Johannes Anderwald [Mon, 8 Dec 2008 20:18:02 +0000 (20:18 +0000)]
- Implement IResourceList_AddEntryFromParent
- Implement PcNewResourceSublist

svn path=/trunk/; revision=37945

15 years ago- IntGetDeviceGammaRamp: remove unneeded code, i * 256 is always smaller than 65535...
Gregor Schneider [Mon, 8 Dec 2008 19:44:13 +0000 (19:44 +0000)]
- IntGetDeviceGammaRamp: remove unneeded code, i * 256 is always smaller than 65535 (255*256=65280 is the biggest value), CID 35
- IntSetDeviceGammaRamp: don't copy data to NULL buffer, CID 195

svn path=/trunk/; revision=37944

15 years ago- Experimental IInterrupt object implementation
Johannes Anderwald [Mon, 8 Dec 2008 19:08:07 +0000 (19:08 +0000)]
- Experimental IInterrupt object implementation

svn path=/trunk/; revision=37943

15 years ago- Add IID_IInterruptSync
Johannes Anderwald [Mon, 8 Dec 2008 19:06:15 +0000 (19:06 +0000)]
- Add IID_IInterruptSync

svn path=/trunk/; revision=37942

15 years agoFix two duplicate checks - obviously copy/pasted, CIDs 74 and 75
Gregor Schneider [Mon, 8 Dec 2008 17:02:19 +0000 (17:02 +0000)]
Fix two duplicate checks - obviously copy/pasted, CIDs 74 and 75

svn path=/trunk/; revision=37941

15 years ago- Remove unreachable code, CID 53
Gregor Schneider [Mon, 8 Dec 2008 16:27:28 +0000 (16:27 +0000)]
- Remove unreachable code, CID 53
- Simplify parameter checks, fix return value, set last error correctly, fix typo

svn path=/trunk/; revision=37940

15 years agofix ConvertStringSidToSidW
Christoph von Wittich [Mon, 8 Dec 2008 15:51:53 +0000 (15:51 +0000)]
fix ConvertStringSidToSidW

svn path=/trunk/; revision=37939

15 years agorevert 37924, which reverted 37889, which works now
Timo Kreuzer [Mon, 8 Dec 2008 13:43:12 +0000 (13:43 +0000)]
revert 37924, which reverted 37889, which works now

svn path=/branches/ros-amd64-bringup/; revision=37938

15 years agoupdate rsym from trunk
Timo Kreuzer [Mon, 8 Dec 2008 13:42:25 +0000 (13:42 +0000)]
update rsym from trunk

svn path=/branches/ros-amd64-bringup/; revision=37937

15 years ago- 'STATIC' -> 'static'
Stefan Ginsberg [Mon, 8 Dec 2008 13:33:44 +0000 (13:33 +0000)]
- 'STATIC' -> 'static'

svn path=/trunk/; revision=37936

15 years ago- Move KeQueryRuntimeThread declaration to winddk.h (spotted by Stefan Ginsberg).
Aleksey Bragin [Mon, 8 Dec 2008 13:13:36 +0000 (13:13 +0000)]
- Move KeQueryRuntimeThread declaration to winddk.h (spotted by Stefan Ginsberg).

svn path=/trunk/; revision=37935

15 years ago- Implement KeQueryRuntimeProcess for querying total user/kernel times of a process.
Aleksey Bragin [Mon, 8 Dec 2008 12:57:53 +0000 (12:57 +0000)]
- Implement KeQueryRuntimeProcess for querying total user/kernel times of a process.
- Use it for obtaining idle process times, and per-process information in QuerySystemInformation routines.
- Fix incorrect multiplier being applied to user/kernel times (should be KeMaximumIncrement instead of 100000).
- Slightly rework SystemProcessorPerformanceInformation to provide valid data.
- This fixed a bug existing since revision 24148, 2 years ago.
See issue #2329 for more details.

svn path=/trunk/; revision=37934

15 years agoFix gdi32 spec file. Some functions have SIZEL as parameter, which is 2*32bit on...
Timo Kreuzer [Mon, 8 Dec 2008 12:37:15 +0000 (12:37 +0000)]
Fix gdi32 spec file. Some functions have SIZEL as parameter, which is 2*32bit on x86 and 1*64 bit on x64. We don't support this atm.

svn path=/branches/ros-amd64-bringup/; revision=37933

15 years agorevert 36672 (SIZEL counts as 2 parameters)
Timo Kreuzer [Mon, 8 Dec 2008 11:06:45 +0000 (11:06 +0000)]
revert 36672 (SIZEL counts as 2 parameters)

svn path=/branches/ros-amd64-bringup/; revision=37932

15 years agosync trunk head (r37928)
Timo Kreuzer [Mon, 8 Dec 2008 08:30:30 +0000 (08:30 +0000)]
sync trunk head (r37928)

svn path=/branches/ros-amd64-bringup/; revision=37931

15 years ago#define _INTEGRAL_MAX_BITS in _mingw.h
Timo Kreuzer [Mon, 8 Dec 2008 08:02:40 +0000 (08:02 +0000)]
#define _INTEGRAL_MAX_BITS in _mingw.h

svn path=/branches/ros-amd64-bringup/; revision=37930

15 years agoadd framebased-gcchack.c to i386 build of pseh
Timo Kreuzer [Mon, 8 Dec 2008 08:02:07 +0000 (08:02 +0000)]
add framebased-gcchack.c to i386 build of pseh

svn path=/branches/ros-amd64-bringup/; revision=37929

15 years ago- Please dont break functionality due to a compiler problem, just fix it.
James Tabor [Mon, 8 Dec 2008 07:57:18 +0000 (07:57 +0000)]
- Please dont break functionality due to a compiler problem, just fix it.

svn path=/trunk/; revision=37928

15 years agoforward AttachThreadInput to win32k
Timo Kreuzer [Mon, 8 Dec 2008 07:39:37 +0000 (07:39 +0000)]
forward AttachThreadInput to win32k

svn path=/branches/ros-amd64-bringup/; revision=37927

15 years ago- fix *HOOKPROC definition
Timo Kreuzer [Mon, 8 Dec 2008 07:37:16 +0000 (07:37 +0000)]
- fix *HOOKPROC definition
- add 64 bit BitTest functions

svn path=/branches/ros-amd64-bringup/; revision=37926

15 years ago- reduce differences to trunk
Timo Kreuzer [Mon, 8 Dec 2008 07:36:10 +0000 (07:36 +0000)]
- reduce differences to trunk

svn path=/branches/ros-amd64-bringup/; revision=37925

15 years agorevert 37889 (still consuses rsym)
Timo Kreuzer [Mon, 8 Dec 2008 07:33:04 +0000 (07:33 +0000)]
revert 37889 (still consuses rsym)

svn path=/branches/ros-amd64-bringup/; revision=37924

15 years agorevert 37475 and 37818
Timo Kreuzer [Mon, 8 Dec 2008 07:32:09 +0000 (07:32 +0000)]
revert 37475 and 37818

svn path=/branches/ros-amd64-bringup/; revision=37923

15 years ago- Patch by hto: Suspicious code in User32.dll, see bug 3935.
James Tabor [Mon, 8 Dec 2008 03:34:22 +0000 (03:34 +0000)]
- Patch by hto: Suspicious code in User32.dll, see bug 3935.

svn path=/trunk/; revision=37922

15 years agoPut inline functions into header files.
Dmitry Gorbachev [Sun, 7 Dec 2008 23:40:23 +0000 (23:40 +0000)]
Put inline functions into header files.

svn path=/trunk/; revision=37921

15 years agoRemove WINVER, committed in r37916.
Dmitry Gorbachev [Sun, 7 Dec 2008 22:03:22 +0000 (22:03 +0000)]
Remove WINVER, committed in r37916.

svn path=/trunk/; revision=37920

15 years agoSilence GCC warnings.
Dmitry Gorbachev [Sun, 7 Dec 2008 21:52:22 +0000 (21:52 +0000)]
Silence GCC warnings.

svn path=/trunk/; revision=37919

15 years agoRemove stray semicolon, change indentation.
Dmitry Gorbachev [Sun, 7 Dec 2008 21:49:30 +0000 (21:49 +0000)]
Remove stray semicolon, change indentation.

svn path=/trunk/; revision=37918

15 years agoAdd missing parentheses.
Dmitry Gorbachev [Sun, 7 Dec 2008 21:48:44 +0000 (21:48 +0000)]
Add missing parentheses.

svn path=/trunk/; revision=37917

15 years agoUse WC_NO_BEST_FIT_CHARS flag for WideCharToMultiByte(). Bug #3903.
Dmitry Gorbachev [Sun, 7 Dec 2008 21:46:16 +0000 (21:46 +0000)]
Use WC_NO_BEST_FIT_CHARS flag for WideCharToMultiByte(). Bug #3903.

svn path=/trunk/; revision=37916

15 years ago- Change more ASSERT(FALSE) to KeBugCheck(MEMORY_MANAGEMENT) so it dies on release...
Stefan Ginsberg [Sun, 7 Dec 2008 18:05:28 +0000 (18:05 +0000)]
- Change more ASSERT(FALSE) to KeBugCheck(MEMORY_MANAGEMENT) so it dies on release build too

svn path=/trunk/; revision=37914

15 years ago- Fix drawing the status bar over the play cards, happened if no status bar was speci...
Gregor Schneider [Sun, 7 Dec 2008 18:04:56 +0000 (18:04 +0000)]
- Fix drawing the status bar over the play cards, happened if no status bar was specified on sol startup (Win and ROS behavior); the bar has to be created to get the coords right - so we'll just hide it if we don't need it (like it's done when toggling status bar visibility in options)
- Additional cleanup by Roel Messiant, <roelmessiant AT gmail DOT com>:
- Replace the default options magic value by the proper constant
- Status bar height was being set wrong, but the system's constraint was fixing this behind the screens
- See bugs #3336 and #3820 for more info

svn path=/trunk/; revision=37913

15 years agorevert r35657
Timo Kreuzer [Sun, 7 Dec 2008 15:15:15 +0000 (15:15 +0000)]
revert r35657

svn path=/branches/ros-amd64-bringup/; revision=37912

15 years agoenable saving of xmm registers in RtlCaptureContext
Timo Kreuzer [Sun, 7 Dec 2008 12:59:41 +0000 (12:59 +0000)]
enable saving of xmm registers in RtlCaptureContext

svn path=/branches/ros-amd64-bringup/; revision=37911

15 years agoMerge 34758, 34771, 34786, 34787, 34906, 35826, 36174, 36274, 36444, 36445, 36446...
Timo Kreuzer [Sun, 7 Dec 2008 12:11:46 +0000 (12:11 +0000)]
Merge 34758, 34771, 34786, 34787, 34906, 35826, 36174, 36274, 36444, 36445, 36446, 36447, 36448, 36477, 36511, 36898, 36903 from amd64 branch

svn path=/trunk/; revision=37910

15 years agodon't truncate a handle
Timo Kreuzer [Sun, 7 Dec 2008 10:56:42 +0000 (10:56 +0000)]
don't truncate a handle

svn path=/branches/ros-amd64-bringup/; revision=37909

15 years agofix definition of SOCKET
Timo Kreuzer [Sun, 7 Dec 2008 08:36:06 +0000 (08:36 +0000)]
fix definition of SOCKET
TODO: revert "fixes" to code dealing with broken SOCKET definition

svn path=/branches/ros-amd64-bringup/; revision=37908

15 years agoclear direction flag on interrupt
Timo Kreuzer [Sat, 6 Dec 2008 23:37:30 +0000 (23:37 +0000)]
clear direction flag on interrupt

svn path=/branches/ros-amd64-bringup/; revision=37907

15 years ago- Introduce a common header file.
Eric Kohl [Sat, 6 Dec 2008 21:33:49 +0000 (21:33 +0000)]
- Introduce a common header file.
- Use Wine-style debug code everywhere.

svn path=/trunk/; revision=37906

15 years ago- Fix a potential case of non-paged pool memory double freeing. Spotted by Michael...
Aleksey Bragin [Sat, 6 Dec 2008 19:35:54 +0000 (19:35 +0000)]
- Fix a potential case of non-paged pool memory double freeing. Spotted by Michael Martin.

svn path=/trunk/; revision=37905

15 years agomerge trunk head (37902)
Timo Kreuzer [Sat, 6 Dec 2008 19:06:05 +0000 (19:06 +0000)]
merge trunk head (37902)

svn path=/branches/ros-amd64-bringup/; revision=37904

15 years agooops, looks like I forgot to commit this file (SEH2 stubs)
Timo Kreuzer [Sat, 6 Dec 2008 18:33:48 +0000 (18:33 +0000)]
oops, looks like I forgot to commit this file (SEH2 stubs)

svn path=/branches/ros-amd64-bringup/; revision=37903

15 years ago- move CONTEXT stuff from wdm.h to winddk.h / armddk.h
Timo Kreuzer [Sat, 6 Dec 2008 18:31:33 +0000 (18:31 +0000)]
- move CONTEXT stuff from wdm.h to winddk.h / armddk.h
- inlcude intrin.h in wdm.h
- avoid redefining PCONTEXT
- use intrinsics for BitScanForward/Reverse

svn path=/trunk/; revision=37902

15 years agorename section "init" to "INIT", so that pefixup will actually recognize it
Timo Kreuzer [Sat, 6 Dec 2008 18:25:06 +0000 (18:25 +0000)]
rename section "init" to "INIT", so that pefixup will actually recognize it

svn path=/trunk/; revision=37901

15 years ago- Implement IoGetRemainingStackSize.
Aleksey Bragin [Sat, 6 Dec 2008 14:59:11 +0000 (14:59 +0000)]
- Implement IoGetRemainingStackSize.

svn path=/trunk/; revision=37900

15 years ago- Add missing function declarations.
Aleksey Bragin [Sat, 6 Dec 2008 14:52:16 +0000 (14:52 +0000)]
- Add missing function declarations.

svn path=/trunk/; revision=37899

15 years ago- Merge Pierre's changes to ntifs.h from the branch, with my edits.
Aleksey Bragin [Sat, 6 Dec 2008 14:36:03 +0000 (14:36 +0000)]
- Merge Pierre's changes to ntifs.h from the branch, with my edits.
- Remove a duplicate structure which does not exist in official ntifs.h.
- Fix a typo in PNOTIFY_SYNC declaration.

svn path=/trunk/; revision=37898

15 years agoAllow loading files with relocs stripped off.
Timo Kreuzer [Sat, 6 Dec 2008 13:47:03 +0000 (13:47 +0000)]
Allow loading files with relocs stripped off.
Finally it boots again.

svn path=/branches/ros-amd64-bringup/; revision=37896

15 years agorecalculate VA and PA of .pdata section
Timo Kreuzer [Sat, 6 Dec 2008 13:43:35 +0000 (13:43 +0000)]
recalculate VA and PA of .pdata section

svn path=/branches/ros-amd64-bringup/; revision=37895

15 years agoFix a race condition between umpnpmgr service and CMP_WaitNoPendingInstallEvents...
Hervé Poussineau [Sat, 6 Dec 2008 12:54:24 +0000 (12:54 +0000)]
Fix a race condition between umpnpmgr service and CMP_WaitNoPendingInstallEvents API.

svn path=/trunk/; revision=37894

15 years ago- Add localui from Wine
Dmitry Chapyshev [Sat, 6 Dec 2008 12:09:14 +0000 (12:09 +0000)]
- Add localui from Wine
- Add baseaddress for localui
- Add localui to bootcd

svn path=/trunk/; revision=37893

15 years ago- Update headers
Dmitry Chapyshev [Sat, 6 Dec 2008 11:18:08 +0000 (11:18 +0000)]
- Update headers
- Add more stubs for winspool

svn path=/trunk/; revision=37892

15 years agoReplace call to ExtractIconExW (shell32.dll) by a call to PrivateExtractIconExw ...
Eric Kohl [Sat, 6 Dec 2008 11:13:50 +0000 (11:13 +0000)]
Replace call to ExtractIconExW (shell32.dll) by a call to PrivateExtractIconExw (user32.dll) and remove shell32.dll from the list of linked libraries because shell32.dll requires a valid user account upon initialization.

Please remember: Don't use high-level DLLs in low-level components (dll or exe)!!!!

svn path=/trunk/; revision=37891

15 years ago- Add reserved reparse tags definitions.
Aleksey Bragin [Sat, 6 Dec 2008 11:05:21 +0000 (11:05 +0000)]
- Add reserved reparse tags definitions.

svn path=/trunk/; revision=37890

15 years agomerge rbuild changes 37811-37861 from trunk
Timo Kreuzer [Sat, 6 Dec 2008 10:48:26 +0000 (10:48 +0000)]
merge rbuild changes 37811-37861 from trunk

svn path=/branches/ros-amd64-bringup/; revision=37889

15 years ago.def -> .spec
Dmitry Chapyshev [Sat, 6 Dec 2008 10:28:06 +0000 (10:28 +0000)]
.def -> .spec

svn path=/trunk/; revision=37888

15 years agomerge 37780 from trunk
Timo Kreuzer [Sat, 6 Dec 2008 10:17:19 +0000 (10:17 +0000)]
merge 37780 from trunk
fix it so on x64 builds we use dwarf2 debugging format.

svn path=/branches/ros-amd64-bringup/; revision=37887

15 years agomerge rbuild changes 37747,37778 from trunk
Timo Kreuzer [Sat, 6 Dec 2008 09:52:19 +0000 (09:52 +0000)]
merge rbuild changes 37747,37778 from trunk

svn path=/branches/ros-amd64-bringup/; revision=37886

15 years ago- Sync mlang with Wine 1.1.10
Dmitry Chapyshev [Sat, 6 Dec 2008 09:39:38 +0000 (09:39 +0000)]
- Sync mlang with Wine 1.1.10

svn path=/trunk/; revision=37885

15 years agomerge rbuild changes 37270-37632 from trunk
Timo Kreuzer [Sat, 6 Dec 2008 09:37:08 +0000 (09:37 +0000)]
merge rbuild changes 37270-37632 from trunk

svn path=/branches/ros-amd64-bringup/; revision=37884

15 years ago- Sync gdiplus wine tests
Dmitry Chapyshev [Sat, 6 Dec 2008 09:26:52 +0000 (09:26 +0000)]
- Sync gdiplus wine tests

svn path=/trunk/; revision=37883