reactos.git
12 years ago[HAL]
Thomas Faber [Wed, 24 Aug 2011 21:43:06 +0000 (21:43 +0000)]
[HAL]
- Fix CMake build

svn path=/trunk/; revision=53427

12 years ago- Slightly rearrange base addresses to get rid of DLL relocations during bootup.
Aleksey Bragin [Wed, 24 Aug 2011 21:11:40 +0000 (21:11 +0000)]
- Slightly rearrange base addresses to get rid of DLL relocations during bootup.

svn path=/trunk/; revision=53426

12 years ago[HAL]
Eric Kohl [Wed, 24 Aug 2011 21:08:42 +0000 (21:08 +0000)]
[HAL]
Add PCI_HAL device for non-ACPI machines. Code taken from the ACPI-HAL. This is just a quick hack and needs some more improvements.

svn path=/trunk/; revision=53425

12 years ago[PORTCLS]
Timo Kreuzer [Wed, 24 Aug 2011 20:21:07 +0000 (20:21 +0000)]
[PORTCLS]
Fix MSVC warnings

svn path=/trunk/; revision=53424

12 years ago[FREELDR]
Timo Kreuzer [Wed, 24 Aug 2011 18:17:13 +0000 (18:17 +0000)]
[FREELDR]
- Move architecture specific files all into arch/*
- Rename setupldr2.c to setupldr.c
- cleanup the mess in bootmgr.c

svn path=/trunk/; revision=53422

12 years ago[HAL]
Cameron Gutman [Wed, 24 Aug 2011 17:05:58 +0000 (17:05 +0000)]
[HAL]
- Handle IRP_MN_QUERY_CAPABILITIES for the ACPI_HAL device object
[PNPMGR]
- Don't bring up a device if a required IRP has failed
- Don't perform operations on a child if it is not ready yet

svn path=/trunk/; revision=53421

12 years ago[HAL/NTOSKRNL]
Cameron Gutman [Wed, 24 Aug 2011 15:57:18 +0000 (15:57 +0000)]
[HAL/NTOSKRNL]
- Fix an off-by-one bug in the IDT table size

svn path=/trunk/; revision=53420

12 years ago[DDK/XDK]
Thomas Faber [Wed, 24 Aug 2011 14:07:13 +0000 (14:07 +0000)]
[DDK/XDK]
- Add function types, not only function pointers types for EXPAND_STACK_CALLOUT and KSYNCHRONIZE_ROUTINE

svn path=/trunk/; revision=53418

12 years ago[NTOSKRNL]
Thomas Faber [Wed, 24 Aug 2011 13:05:22 +0000 (13:05 +0000)]
[NTOSKRNL]
- Fix return value of KeSynchronizeExecution again... the SynchronizeRoutine also returns BOOLEAN

svn path=/trunk/; revision=53417

12 years ago[CALC]
Rafal Harabien [Wed, 24 Aug 2011 12:35:28 +0000 (12:35 +0000)]
[CALC]
- Reposition controls to match WinXP calculator
- Improve Polish translation

svn path=/trunk/; revision=53416

12 years ago[3DTEXT]
Rafal Harabien [Wed, 24 Aug 2011 12:33:45 +0000 (12:33 +0000)]
[3DTEXT]
- Don't assume reg key exists
- Make rotation independent of computer speed

svn path=/trunk/; revision=53415

12 years ago[SNDREC32]
Rafal Harabien [Wed, 24 Aug 2011 12:32:25 +0000 (12:32 +0000)]
[SNDREC32]
- Fix about box icon
- Improve polish translation

svn path=/trunk/; revision=53414

12 years ago[NTOSKRNL]
Thomas Faber [Wed, 24 Aug 2011 12:31:08 +0000 (12:31 +0000)]
[NTOSKRNL]
- Do not return an NTSTATUS from KeSynchronizeExecution, which returns BOOLEAN
[KERNEL32]
- Do not return an NTSTATUS from BasepGetModuleHandleExW
Found by MSVC.

svn path=/trunk/; revision=53413

12 years ago[USETUP]
Thomas Faber [Wed, 24 Aug 2011 11:46:06 +0000 (11:46 +0000)]
[USETUP]
- Remove a circular header dependency to make it easier for the poor PCH compiler

svn path=/trunk/; revision=53412

12 years ago[FREELDR]
Timo Kreuzer [Wed, 24 Aug 2011 09:59:35 +0000 (09:59 +0000)]
[FREELDR]
Don't use RtlZeroMemory to initialize a pointer

svn path=/trunk/; revision=53411

12 years ago[EVENTLOG]
Thomas Faber [Wed, 24 Aug 2011 09:45:50 +0000 (09:45 +0000)]
[EVENTLOG]
- Don't use sizeof for a variable-length structure
- Fix string buffer building

svn path=/trunk/; revision=53410

12 years ago[HAL/VIDEOPRT/EVENTLOG]
Timo Kreuzer [Wed, 24 Aug 2011 09:41:16 +0000 (09:41 +0000)]
[HAL/VIDEOPRT/EVENTLOG]
Really fix some of the sizeof issues

svn path=/trunk/; revision=53409

12 years ago[USER32_WINETEST]
Timo Kreuzer [Wed, 24 Aug 2011 08:42:37 +0000 (08:42 +0000)]
[USER32_WINETEST]
Better fix by Tomas Faber
(increases the performance ;-))

svn path=/trunk/; revision=53408

12 years ago[USER32_WINETEST]
Timo Kreuzer [Wed, 24 Aug 2011 08:36:18 +0000 (08:36 +0000)]
[USER32_WINETEST]
Fix MSVC build

svn path=/trunk/; revision=53407

12 years ago[NTDLL/LDR]
Amine Khaldi [Wed, 24 Aug 2011 03:02:03 +0000 (03:02 +0000)]
[NTDLL/LDR]
* Fix a thinko.

svn path=/trunk/; revision=53406

12 years ago[EVENTLOG]
Amine Khaldi [Wed, 24 Aug 2011 02:09:29 +0000 (02:09 +0000)]
[EVENTLOG]
* Fix a bad sizeof().

svn path=/trunk/; revision=53405

12 years ago[VIDEOPRT]
Amine Khaldi [Wed, 24 Aug 2011 02:04:55 +0000 (02:04 +0000)]
[VIDEOPRT]
* Fix a bad sizeof() that's been with us since r12860 (more than 6 years ago).

svn path=/trunk/; revision=53404

12 years ago[USER32]
Amine Khaldi [Wed, 24 Aug 2011 02:00:14 +0000 (02:00 +0000)]
[USER32]
* Fix a bad sizeof().

svn path=/trunk/; revision=53403

12 years ago[HAL]
Amine Khaldi [Wed, 24 Aug 2011 01:52:12 +0000 (01:52 +0000)]
[HAL]
* Fix a couple bad sizeof().

svn path=/trunk/; revision=53402

12 years ago[XDK/DDK]
Timo Kreuzer [Tue, 23 Aug 2011 22:59:23 +0000 (22:59 +0000)]
[XDK/DDK]
Add KeSaveFloatingPointState as well

svn path=/trunk/; revision=53401

12 years ago[DDK(XDK]
Timo Kreuzer [Tue, 23 Aug 2011 22:31:20 +0000 (22:31 +0000)]
[DDK(XDK]
Add inline functionss Ke*FloatingPointState for amd64 and arm, doing nothing. Noticed by Thomas Faber.

svn path=/trunk/; revision=53400

12 years ago[VMWINST] Fix amd64 build
Timo Kreuzer [Tue, 23 Aug 2011 08:58:15 +0000 (08:58 +0000)]
[VMWINST] Fix amd64 build
[NTDLL] add missing amd64 specific exports
[MSVCRT*] Fix mangled c++ exports for amd64
[OLEAUT32] Add amd64 adm stub for call_method, fix MSVC/amd64 build
[RICHED20] Fix MSVC thiscall wrapper
[RPCRT4] add amd64 specific asm
[KSFILTER] Add c++ aliases, use dummy KeSaveFloatingPointState and KeRestoreFloatingPointState on non-x86 builds
[KMIXER] Fix a broken DPRINT
[PSEH] Priorize native SEH over dummy SEH

svn path=/trunk/; revision=53399

12 years ago[RTL] Remove duplicate function
Timo Kreuzer [Tue, 23 Aug 2011 08:45:46 +0000 (08:45 +0000)]
[RTL] Remove duplicate function
[CRT] add _local_unwind stub and fix c++ symbols

svn path=/trunk/; revision=53398

12 years ago[INTRIN]
Timo Kreuzer [Tue, 23 Aug 2011 08:42:13 +0000 (08:42 +0000)]
[INTRIN]
- Deconstify most parameters in the intrinsics.
- add __movsq, _bittest64, __umulh

svn path=/trunk/; revision=53397

12 years ago[CMAKE]
Timo Kreuzer [Tue, 23 Aug 2011 08:13:33 +0000 (08:13 +0000)]
[CMAKE]
- fix usage of set_entrypoint
- link libpng to ntdll on amd64
- build crtdll and nmidebug only on x86
- silence some linker warnings on MSVC
- compile riched20/msvc-thiscall.c only on x86
- Add WIN64 definition to acpica
- Add ehandler.c to libcntpr

svn path=/trunk/; revision=53396

12 years ago[USER32_APITEST]
Timo Kreuzer [Tue, 23 Aug 2011 06:45:36 +0000 (06:45 +0000)]
[USER32_APITEST]
Fix amd64 build

svn path=/trunk/; revision=53395

12 years ago[HAL]
Cameron Gutman [Tue, 23 Aug 2011 05:17:41 +0000 (05:17 +0000)]
[HAL]
- Fix device reporting to work with the IoReportDetectedDevice patch
[HAL/ACPI]
- Turn debugging off

svn path=/trunk/; revision=53394

12 years ago[PNPMGR]
Cameron Gutman [Tue, 23 Aug 2011 04:53:28 +0000 (04:53 +0000)]
[PNPMGR]
- Code cleanup

svn path=/trunk/; revision=53393

12 years ago[PNPMGR]
Cameron Gutman [Tue, 23 Aug 2011 03:57:24 +0000 (03:57 +0000)]
[PNPMGR]
- Fix IoReportDetectedDevice to use the caller's driver object

svn path=/trunk/; revision=53392

12 years ago[User32]
James Tabor [Tue, 23 Aug 2011 03:27:14 +0000 (03:27 +0000)]
[User32]
- Fix copy paste error in DIALOG_IsAccelerator, fixes a crash.
- Up Dialog.c to 1.3.26, sync port and minimized differences.

svn path=/trunk/; revision=53391

12 years ago[INF]
Cameron Gutman [Tue, 23 Aug 2011 02:28:45 +0000 (02:28 +0000)]
[INF]
- Install the processors class
- Add missing INFs to syssetup.inf

svn path=/trunk/; revision=53390

12 years ago[LIBSAMPLERATE]
Timo Kreuzer [Mon, 22 Aug 2011 22:22:11 +0000 (22:22 +0000)]
[LIBSAMPLERATE]
- Fix amd64 build

svn path=/trunk/; revision=53389

12 years ago[CRT]
Timo Kreuzer [Mon, 22 Aug 2011 21:59:13 +0000 (21:59 +0000)]
[CRT]
Fix definition of __m128d and __m128.

svn path=/trunk/; revision=53388

12 years ago[WineTest:User32]
James Tabor [Mon, 22 Aug 2011 21:33:49 +0000 (21:33 +0000)]
[WineTest:User32]
- Up the rest to 1.3.26.

svn path=/trunk/; revision=53387

12 years ago[WineTest:User32]
James Tabor [Mon, 22 Aug 2011 21:07:39 +0000 (21:07 +0000)]
[WineTest:User32]
- Up msg to 1.3.26.

svn path=/trunk/; revision=53386

12 years ago[Win32k]
James Tabor [Mon, 22 Aug 2011 19:58:32 +0000 (19:58 +0000)]
[Win32k]
- Implement FlashWindowEx without the state verification test via global atom and window properties list. Pass all but two in win:test_FlashWindowEx.
- Add missing atom's and global thread information pointer, based on patch from bug 5655.

svn path=/trunk/; revision=53385

12 years ago[WineTest:User32:User32]
James Tabor [Mon, 22 Aug 2011 19:16:39 +0000 (19:16 +0000)]
[WineTest:User32:User32]
- Up win to 1.3.26, keeping original patch plus skipping test_SetForegroundWindow, it hangs on WaitForSingleObject line 2771, needs regression testing.

svn path=/trunk/; revision=53384

12 years ago- Update list with the latest changes by jgardou.
Eric Kohl [Mon, 22 Aug 2011 18:45:10 +0000 (18:45 +0000)]
- Update list with the latest changes by jgardou.
- Remove an obviously wrong citation.

svn path=/trunk/; revision=53383

12 years ago[PNPMGR]
Cameron Gutman [Mon, 22 Aug 2011 18:40:40 +0000 (18:40 +0000)]
[PNPMGR]
- Fix enumeration of existing root devices after a reboot

svn path=/trunk/; revision=53382

12 years ago[SERIAL]
Cameron Gutman [Mon, 22 Aug 2011 18:34:01 +0000 (18:34 +0000)]
[SERIAL]
- Remove overzealous assertions

svn path=/trunk/; revision=53381

12 years ago* Fix build.
Amine Khaldi [Mon, 22 Aug 2011 17:32:57 +0000 (17:32 +0000)]
* Fix build.

svn path=/trunk/; revision=53380

12 years ago[PNPMGR]
Cameron Gutman [Mon, 22 Aug 2011 17:01:33 +0000 (17:01 +0000)]
[PNPMGR]
- Print an debug message if IRP_MN_FILTER_RESOURCE_REQUIREMENTS fails
- Don't let a broken driver remove our resource requirements list

svn path=/trunk/; revision=53379

12 years ago[CRT]
Timo Kreuzer [Mon, 22 Aug 2011 16:29:01 +0000 (16:29 +0000)]
[CRT]
add minimal versions of emmintrin.h, mmintrin.h, xmmintrin.h
just enough for libsamplerate

svn path=/trunk/; revision=53377

12 years ago[LIBSAMPLERATE]
Timo Kreuzer [Mon, 22 Aug 2011 16:20:30 +0000 (16:20 +0000)]
[LIBSAMPLERATE]
Update to version 0.1.8
Supports amd64 now

svn path=/trunk/; revision=53375

12 years ago[KERNEL32]
Amine Khaldi [Mon, 22 Aug 2011 15:26:11 +0000 (15:26 +0000)]
[KERNEL32]
* CreateFile: If the specified file or device does not exist, the function fails and the last-error code is set to ERROR_FILE_NOT_FOUND. Spotted by Claudiu and Vic.

svn path=/trunk/; revision=53373

12 years ago[VIDEOPORT]
Timo Kreuzer [Mon, 22 Aug 2011 15:10:25 +0000 (15:10 +0000)]
[VIDEOPORT]
Fix amd64 exports

svn path=/trunk/; revision=53372

12 years ago[VIDEOPORT]
Timo Kreuzer [Mon, 22 Aug 2011 15:04:17 +0000 (15:04 +0000)]
[VIDEOPORT]
Fix build

svn path=/trunk/; revision=53371

12 years ago[VIDEOPRT]
Timo Kreuzer [Mon, 22 Aug 2011 14:11:14 +0000 (14:11 +0000)]
[VIDEOPRT]
Add neccessary function stubs for amd64

svn path=/trunk/; revision=53370

12 years ago[STLPORT]
Timo Kreuzer [Mon, 22 Aug 2011 13:14:46 +0000 (13:14 +0000)]
[STLPORT]
- Fix Interlocked* declarations
- Fix amd64 build

svn path=/trunk/; revision=53369

12 years ago[NTOSKRNL]
Timo Kreuzer [Mon, 22 Aug 2011 12:24:04 +0000 (12:24 +0000)]
[NTOSKRNL]
Remove a duplicate export

svn path=/trunk/; revision=53368

12 years ago- Implement missing parts of "application verifier" initialization which boils down...
Aleksey Bragin [Sun, 21 Aug 2011 22:15:08 +0000 (22:15 +0000)]
- Implement missing parts of "application verifier" initialization which boils down to just enabling DPH either globally or per-DLL.

svn path=/trunk/; revision=53363

12 years ago[NTOSKRNL] Update exports for amd64 to match win2k3
Timo Kreuzer [Sun, 21 Aug 2011 21:55:30 +0000 (21:55 +0000)]
[NTOSKRNL] Update exports for amd64 to match win2k3

svn path=/trunk/; revision=53362

12 years ago[CMAKE]
Thomas Faber [Sun, 21 Aug 2011 21:18:59 +0000 (21:18 +0000)]
[CMAKE]
- Add current source directory to MS RC include paths
- Add include directories to WRC include paths
- Now they should behave identically enough. Thanks to Amine.

svn path=/trunk/; revision=53361

12 years ago[SERVICES]
Amine Khaldi [Sun, 21 Aug 2011 18:48:53 +0000 (18:48 +0000)]
[SERVICES]
* Fix CMake build.

svn path=/trunk/; revision=53360

12 years ago[SERVICES/ADVAPI32]
Eric Kohl [Sun, 21 Aug 2011 15:35:19 +0000 (15:35 +0000)]
[SERVICES/ADVAPI32]
Rewrite the command packet transfer code between the service control manager (services.exe) and the service control dispatcher (advapi32.dll). The service name is no longer stored in an array of WCHARs at the end of the command packet. The service name is now stored behind the fixed size command packet header using an offset value in the header to determine the start of the string. The same method will be used to store start arguments to the service dispatcher, but it is not fully implemented yet.

svn path=/trunk/; revision=53358

12 years ago[win32k]
Giannis Adamopoulos [Sun, 21 Aug 2011 14:57:04 +0000 (14:57 +0000)]
[win32k]
- Fix some debug output

svn path=/trunk/; revision=53357

12 years ago[ADVAPI32]
Eric Kohl [Sun, 21 Aug 2011 14:04:19 +0000 (14:04 +0000)]
[ADVAPI32]
QueryServiceLockStatusA/W: If lpLockStatus is NULL or cbBufSize is less than sizeof(QUERY_SERVICE_LOCK_STATUSA/W) pass a pointer to an buffer to RQueryServiceLockStatusA/W.

svn path=/trunk/; revision=53356

12 years ago[win32k]
Giannis Adamopoulos [Sun, 21 Aug 2011 13:37:23 +0000 (13:37 +0000)]
[win32k]
- Add one more debug channel to trace EVERY message that is sent to user mode
- Add some more traces here and there

svn path=/trunk/; revision=53355

12 years ago[win32k]
Giannis Adamopoulos [Sun, 21 Aug 2011 12:38:52 +0000 (12:38 +0000)]
[win32k]
- Remove some unneeded and misleading debug prints when parsing debug channels
- Switch NtUser to the new debug system

svn path=/trunk/; revision=53354

12 years ago- Enable some more prints in ACPI
Cameron Gutman [Sun, 21 Aug 2011 03:30:04 +0000 (03:30 +0000)]
- Enable some more prints in ACPI

svn path=/trunk/; revision=53353

12 years ago- Disable the PnP manager debugging again
Cameron Gutman [Sun, 21 Aug 2011 02:54:29 +0000 (02:54 +0000)]
- Disable the PnP manager debugging again

svn path=/trunk/; revision=53352

12 years ago[PO]
Cameron Gutman [Sun, 21 Aug 2011 02:46:00 +0000 (02:46 +0000)]
[PO]
- Don't mess with the device interface string
- Fixes receiving power button events
- The "ACPI Shutdown" option in the VirtualBox menu works now

svn path=/trunk/; revision=53351

12 years ago[PNPMGR]
Cameron Gutman [Sun, 21 Aug 2011 02:40:58 +0000 (02:40 +0000)]
[PNPMGR]
- Fix a major logic bug in device tree traversal functions

svn path=/trunk/; revision=53350

12 years ago[PCI]
Cameron Gutman [Sun, 21 Aug 2011 00:27:58 +0000 (00:27 +0000)]
[PCI]
- Fix handling of IRP_MN_QUERY_DEVICE_TEXT
[PNPROOT]
- Fix registry query and returning of device description
[ACPI]
- Fix handling of IRP_MN_QUERY_DEVICE_TEXT

svn path=/trunk/; revision=53349

12 years ago[VFATLIB]
Timo Kreuzer [Sat, 20 Aug 2011 21:20:33 +0000 (21:20 +0000)]
[VFATLIB]
Fix completely non-standard, broken and retarded definition of GET_UNALIGNED_W for 64 bit architectures
The function is supposed to read an unaligned little endian USHORT value. The old version copied the 2 bytes with memcpy to an aligned stack variable and then (bug bug) read the unaligned value directly (discarding the result of the previous operation) and passed it to bswap if neccessary.
The new function simply reads the 2 bytes and combines them using << and |.

svn path=/trunk/; revision=53348

12 years ago[MSVCRT]
Timo Kreuzer [Sat, 20 Aug 2011 20:25:18 +0000 (20:25 +0000)]
[MSVCRT]
Add 64bit exports of operator new and operator delete

svn path=/trunk/; revision=53347

12 years ago[CRT]
Timo Kreuzer [Sat, 20 Aug 2011 20:22:04 +0000 (20:22 +0000)]
[CRT]
Make .CRT sections always read only.

svn path=/trunk/; revision=53346

12 years ago[RTL]
Timo Kreuzer [Sat, 20 Aug 2011 19:46:51 +0000 (19:46 +0000)]
[RTL]
Fix a typo

svn path=/trunk/; revision=53345

12 years ago[ADVAPI32]
Eric Kohl [Sat, 20 Aug 2011 19:08:21 +0000 (19:08 +0000)]
[ADVAPI32]
QueryServiceConfig2A/W: Handle small or null buffer properly.

svn path=/trunk/; revision=53344

12 years ago[NTDLL]
Timo Kreuzer [Sat, 20 Aug 2011 19:04:55 +0000 (19:04 +0000)]
[NTDLL]
- Add exports for RtlInstallFunctionTableCallback and RtlRestoreContext (amd64 only)
[KERNEL32]
- Forward RtlCompareMemory, RtlCopyMemory, RtlDeleteFunctionTable and RtlInstallFunctionTableCallback to ntdll
- Fix build with MSVC amd64

svn path=/trunk/; revision=53343

12 years ago[CRT]
Timo Kreuzer [Sat, 20 Aug 2011 17:11:16 +0000 (17:11 +0000)]
[CRT]
- Add __C_specific_handler stub
- Add aliases for C++ code on amd64 builds
- Fix fmod symbol
- Merge .CRT section into .data on amd64
- remove an old hack

svn path=/trunk/; revision=53342

12 years ago[MSVCRT]
Timo Kreuzer [Sat, 20 Aug 2011 17:00:31 +0000 (17:00 +0000)]
[MSVCRT]
Fix usage of set_entrypoint

svn path=/trunk/; revision=53341

12 years ago[PSDK] Simplify definition for YieldProcessor and add DbgRaiseAssertion for amd64...
Timo Kreuzer [Sat, 20 Aug 2011 15:53:56 +0000 (15:53 +0000)]
[PSDK] Simplify definition for YieldProcessor and add DbgRaiseAssertion for amd64 in winnt.h
[ASM] Fix some stuff for amd64

svn path=/trunk/; revision=53340

12 years ago[WIN32K]
Timo Kreuzer [Sat, 20 Aug 2011 12:31:37 +0000 (12:31 +0000)]
[WIN32K]
Fix amd64 build

svn path=/trunk/; revision=53338

12 years ago[CMAKE]
Timo Kreuzer [Sat, 20 Aug 2011 12:29:51 +0000 (12:29 +0000)]
[CMAKE]
- handle stdcall decoration in MSVC set_entrypoint

svn path=/trunk/; revision=53337

12 years ago[CRT]
Timo Kreuzer [Sat, 20 Aug 2011 11:27:49 +0000 (11:27 +0000)]
[CRT]
guard some inline functions from being used in certain cases

svn path=/trunk/; revision=53335

12 years ago[NTOSKRNL]
Timo Kreuzer [Sat, 20 Aug 2011 10:41:44 +0000 (10:41 +0000)]
[NTOSKRNL]
Fix amd64 build and some warnings

svn path=/trunk/; revision=53334

12 years ago[ASM]
Timo Kreuzer [Sat, 20 Aug 2011 10:39:28 +0000 (10:39 +0000)]
[ASM]
- prefix labels only on x86
- improve syscall stub code

svn path=/trunk/; revision=53333

12 years ago[HAL]
Cameron Gutman [Sat, 20 Aug 2011 01:47:25 +0000 (01:47 +0000)]
[HAL]
- Debugging changes

svn path=/trunk/; revision=53332

12 years ago- Enable PnP debugging
Cameron Gutman [Sat, 20 Aug 2011 01:32:41 +0000 (01:32 +0000)]
- Enable PnP debugging

svn path=/trunk/; revision=53331

12 years ago[HAL]
Cameron Gutman [Fri, 19 Aug 2011 23:29:21 +0000 (23:29 +0000)]
[HAL]
- Hey Arch, don't combine code for 2 different length calculation algorithms into 1 broken mess

svn path=/trunk/; revision=53330

12 years ago[HAL]
Cameron Gutman [Fri, 19 Aug 2011 23:11:03 +0000 (23:11 +0000)]
[HAL]
- Add (and fix) more validation and debugging

svn path=/trunk/; revision=53329

12 years ago[HAL]
Cameron Gutman [Fri, 19 Aug 2011 22:00:48 +0000 (22:00 +0000)]
[HAL]
- Fix the length calculation for the resource requirements list

svn path=/trunk/; revision=53328

12 years ago[NTDLL/LDR]
Aleksey Bragin [Fri, 19 Aug 2011 21:36:16 +0000 (21:36 +0000)]
[NTDLL/LDR]
- Fix acquiring image path from process parameters block (the if condition was inverted so that normalization didn't occur when it should).
- Reenable the image options initialization code.

svn path=/trunk/; revision=53327

12 years ago[RTL]
Timo Kreuzer [Fri, 19 Aug 2011 21:14:11 +0000 (21:14 +0000)]
[RTL]
Hack around lds inability to detect used functions, when they are exported.

svn path=/trunk/; revision=53326

12 years ago[HAL]
Cameron Gutman [Fri, 19 Aug 2011 20:56:39 +0000 (20:56 +0000)]
[HAL]
- Simplify device extension setup
- Allocate memory for existing PDOs in the device relations struct

svn path=/trunk/; revision=53325

12 years ago[RTL]
Timo Kreuzer [Fri, 19 Aug 2011 20:55:54 +0000 (20:55 +0000)]
[RTL]
- Fix this rbuild thingie

svn path=/trunk/; revision=53324

12 years ago- Enable debug prints temporarily in an attempt to help diagnose the ACPI issues
Cameron Gutman [Fri, 19 Aug 2011 20:01:32 +0000 (20:01 +0000)]
- Enable debug prints temporarily in an attempt to help diagnose the ACPI issues

svn path=/trunk/; revision=53323

12 years ago[RTL]
Timo Kreuzer [Fri, 19 Aug 2011 18:39:47 +0000 (18:39 +0000)]
[RTL]
- Rename memgen.c to byteswap.c and merge with the implementations from largeint.c, that were using intrinsics
- Fix amd64 build

svn path=/trunk/; revision=53321

12 years ago[CRT]
Timo Kreuzer [Fri, 19 Aug 2011 18:10:17 +0000 (18:10 +0000)]
[CRT]
- Remove duplicated functions
- Fix MSVC amd64 build
- cleanup the cmake file a little
- creadit wine for their code

svn path=/trunk/; revision=53320

12 years ago- Unbreak trunk for now. Proper fix will come shortly.
Aleksey Bragin [Fri, 19 Aug 2011 15:32:07 +0000 (15:32 +0000)]
- Unbreak trunk for now. Proper fix will come shortly.

svn path=/trunk/; revision=53316

12 years ago[INTRIN]
Timo Kreuzer [Fri, 19 Aug 2011 15:00:52 +0000 (15:00 +0000)]
[INTRIN]
- Use fixed inlined version of __invlpg only on x86

svn path=/trunk/; revision=53314

12 years ago[PNPMGR]
Cameron Gutman [Fri, 19 Aug 2011 03:56:28 +0000 (03:56 +0000)]
[PNPMGR]
- Fix multiple REG_MULTI_SZ termination issues
- HardwareID is a REG_MULTI_SZ entry not REG_SZ

svn path=/trunk/; revision=53312

12 years ago[NTDLL/LDR]
Aleksey Bragin [Thu, 18 Aug 2011 22:06:27 +0000 (22:06 +0000)]
[NTDLL/LDR]
- Initialize image-specific options.
- Close options key if it was opened in LdrpInitializeProcess().

svn path=/trunk/; revision=53311

12 years ago- Revert r53305 because Windows unprotects pages this way
Cameron Gutman [Thu, 18 Aug 2011 19:50:19 +0000 (19:50 +0000)]
- Revert r53305 because Windows unprotects pages this way

svn path=/trunk/; revision=53306