reactos.git
14 years agoForgot the comments in this file
Ged Murphy [Tue, 5 Jan 2010 18:16:43 +0000 (18:16 +0000)]
Forgot the comments in this file

svn path=/trunk/; revision=44953

14 years ago[CSRSS]
Timo Kreuzer [Tue, 5 Jan 2010 18:13:00 +0000 (18:13 +0000)]
[CSRSS]
Merge from ams64 branch:
35805 remove unneeded msvcrt dependency (all win32 projects already depend on it) (Samuel SerapiĆ³n)
36992 - Fix csrss compilation (treat handles as pointer sized, use SIZE_T where appropriate) (Stefan Ginsberg)
41485 Fix 64bit issues. (Timo Kreuzer)
41531 fix pointer <-> DWORD casts (Timo Kreuzer)
41536 win32csr: convert to spec (Timo Kreuzer)
43838 Fix csrss build. (Samuel SerapiĆ³n)

svn path=/trunk/; revision=44952

14 years ago- Reimplement service stop routines.
Ged Murphy [Tue, 5 Jan 2010 18:08:41 +0000 (18:08 +0000)]
- Reimplement service stop routines.
- Stopping single services should now work again, full dependency trees won't yet.

svn path=/trunk/; revision=44951

14 years ago[ATL]
Timo Kreuzer [Tue, 5 Jan 2010 17:38:03 +0000 (17:38 +0000)]
[ATL]
Merged from amd64 branch:
- add amd64 specific thunkCode
- get rid of a cast

svn path=/trunk/; revision=44950

14 years agoMore code towards getting servman to stop services again, etc...
Ged Murphy [Tue, 5 Jan 2010 17:14:08 +0000 (17:14 +0000)]
More code towards getting servman to stop services again, etc...
(clearly not a message for the changelog)

svn path=/trunk/; revision=44949

14 years agoDaniel Zimmermann <netzimme@aim.com>
Aleksey Bragin [Tue, 5 Jan 2010 16:37:32 +0000 (16:37 +0000)]
Daniel Zimmermann <netzimme@aim.com>
- Implement RtlDnsHostNameToComputerName.
See issue #5092 for more details.

svn path=/trunk/; revision=44948

14 years ago- Implement SystemException and SystemContextSwitch information cases in NtQuerySyste...
Aleksey Bragin [Tue, 5 Jan 2010 16:28:47 +0000 (16:28 +0000)]
- Implement SystemException and SystemContextSwitch information cases in NtQuerySystemInformation by Samuel Serapion, modified by me (comments, coding style).
See issue #5054 for more details.

svn path=/trunk/; revision=44947

14 years agoMarcus Boillat <ka6602-280@online.de>
Aleksey Bragin [Tue, 5 Jan 2010 16:18:35 +0000 (16:18 +0000)]
Marcus Boillat <ka6602-280@online.de>
- ipconfig should also parse parameters starting with "-" (undocumented feature, tested on Windows XP, Vista and Windows 7).
See issue #5067 for more details.

svn path=/trunk/; revision=44946

14 years ago[gdi32]
James Tabor [Tue, 5 Jan 2010 03:05:50 +0000 (03:05 +0000)]
[gdi32]
- Run full Attribute and GdiBatch for Region support. Leaving Enh/Meta and mirroring support for regions.

svn path=/trunk/; revision=44943

14 years ago- Revert changes in font.
James Tabor [Mon, 4 Jan 2010 20:48:31 +0000 (20:48 +0000)]
- Revert changes in font.

svn path=/trunk/; revision=44933

14 years ago- Sorry I thought I turn the debug off.region.c
James Tabor [Mon, 4 Jan 2010 20:44:48 +0000 (20:44 +0000)]
- Sorry I thought I turn the debug off.region.c

svn path=/trunk/; revision=44932

14 years agoHackfix wdmaud.drv for now (Johannes Anderwald)
Sylvain Petreolle [Mon, 4 Jan 2010 18:07:27 +0000 (18:07 +0000)]
Hackfix wdmaud.drv for now (Johannes Anderwald)

svn path=/trunk/; revision=44931

14 years agoChinese translations of NTVDM by Samuel Lee. Bug #5087.
Dmitry Gorbachev [Mon, 4 Jan 2010 16:39:38 +0000 (16:39 +0000)]
Chinese translations of NTVDM by Samuel Lee. Bug #5087.

svn path=/trunk/; revision=44930

14 years agoRehack the explorer hack for secure CRT usage.
Ged Murphy [Mon, 4 Jan 2010 16:10:33 +0000 (16:10 +0000)]
Rehack the explorer hack for secure CRT usage.
This should fix the build, unless there are any more oddities in our tree.

svn path=/trunk/; revision=44929

14 years agoFix __STDC_WANT_SECURE_LIB__ redefinition
Ged Murphy [Mon, 4 Jan 2010 14:02:49 +0000 (14:02 +0000)]
Fix __STDC_WANT_SECURE_LIB__ redefinition

svn path=/trunk/; revision=44928

14 years agoAdd wcsncat back, it was removed accidentally
Ged Murphy [Mon, 4 Jan 2010 13:47:19 +0000 (13:47 +0000)]
Add wcsncat back, it was removed accidentally

svn path=/trunk/; revision=44927

14 years agoAdd some of the string safe stuff to the headers.
Ged Murphy [Mon, 4 Jan 2010 13:36:59 +0000 (13:36 +0000)]
Add some of the string safe stuff to the headers.

svn path=/trunk/; revision=44926

14 years ago- Remove unnecessary line from FreeEnvironmentStringsW.
Aleksey Bragin [Mon, 4 Jan 2010 11:17:57 +0000 (11:17 +0000)]
- Remove unnecessary line from FreeEnvironmentStringsW.
See issue #5073 for more details.

svn path=/trunk/; revision=44925

14 years agoDaniel Zimmermann <netzimme@aim.com>
Aleksey Bragin [Mon, 4 Jan 2010 11:03:23 +0000 (11:03 +0000)]
Daniel Zimmermann <netzimme@aim.com>
- Fix missing arguments for the call KdbpPrint() in
differents places in kdbg_cli.c.
See issue #5089 for more details.

svn path=/trunk/; revision=44924

14 years ago- Another attempt to fix RGNOBJAPI_Un/Lock SEH issue. Resort code.
James Tabor [Mon, 4 Jan 2010 01:36:24 +0000 (01:36 +0000)]
- Another attempt to fix RGNOBJAPI_Un/Lock SEH issue. Resort code.

svn path=/trunk/; revision=44923

14 years agoCoding-style fixes. No code changes.
Eric Kohl [Sun, 3 Jan 2010 22:44:10 +0000 (22:44 +0000)]
Coding-style fixes. No code changes.

svn path=/trunk/; revision=44922

14 years ago[devmgr]
Eric Kohl [Sun, 3 Jan 2010 22:41:13 +0000 (22:41 +0000)]
[devmgr]
- Display the 'Enumerator' property.

svn path=/trunk/; revision=44921

14 years ago- Remove duplicate definitions of context flags (which are already present in NDK);
Dmitry Gorbachev [Sun, 3 Jan 2010 20:12:56 +0000 (20:12 +0000)]
- Remove duplicate definitions of context flags (which are already present in NDK);
- combine them using bitwise or (as in CreateFiberEx and ConvertThreadToFiberEx).

svn path=/trunk/; revision=44920

14 years agoFix GCC 4.5.0 "operation may be undefined" warning.
Dmitry Gorbachev [Sun, 3 Jan 2010 20:12:43 +0000 (20:12 +0000)]
Fix GCC 4.5.0 "operation may be undefined" warning.

svn path=/trunk/; revision=44919

14 years agoSamuel Serapion
Aleksey Bragin [Sun, 3 Jan 2010 18:29:30 +0000 (18:29 +0000)]
Samuel Serapion
- Implement ExSetTimerResolution, tested with a VirtualBox driver.
- Rewrite comments in TimeRefresh lock/unlock functions.

svn path=/trunk/; revision=44918

14 years ago[NDK]
Aleksey Bragin [Sun, 3 Jan 2010 18:17:21 +0000 (18:17 +0000)]
[NDK]
- Add forgotten HalSetTimeIncrement prototype to NDK.

svn path=/trunk/; revision=44917

14 years ago[ntoskrnl/cm]
Aleksey Bragin [Sun, 3 Jan 2010 18:14:34 +0000 (18:14 +0000)]
[ntoskrnl/cm]
- advapi32 winetest registry tries to create a non-volatile child of a volatile parent. Comment out the warning ASSERT to let testman pass through this condition.

svn path=/trunk/; revision=44916

14 years agoAdd / update Japanese translations. Patch by Tomoya Kitagawa. Bug #5024.
Dmitry Gorbachev [Sun, 3 Jan 2010 15:53:21 +0000 (15:53 +0000)]
Add / update Japanese translations. Patch by Tomoya Kitagawa. Bug #5024.

svn path=/trunk/; revision=44915

14 years agoTraditional and simplified Chinese translations of CSRSS by Samuel Lee (samuel_lee_19...
Dmitry Gorbachev [Sun, 3 Jan 2010 15:24:58 +0000 (15:24 +0000)]
Traditional and simplified Chinese translations of CSRSS by Samuel Lee (samuel_lee_1991 =AT= hotmail =DOT= com), bug #5082.

svn path=/trunk/; revision=44914

14 years ago- Copy property data to the user-mode buffer.
Eric Kohl [Sun, 3 Jan 2010 15:24:16 +0000 (15:24 +0000)]
- Copy property data to the user-mode buffer.
- Return the enumerator name without trailing backslash.

svn path=/trunk/; revision=44913

14 years agoFix indentation. No code changes.
Eric Kohl [Sun, 3 Jan 2010 15:20:09 +0000 (15:20 +0000)]
Fix indentation. No code changes.

svn path=/trunk/; revision=44912

14 years ago- add some German translations
Matthias Kupfer [Sun, 3 Jan 2010 13:34:20 +0000 (13:34 +0000)]
- add some German translations

svn path=/trunk/; revision=44911

14 years ago[crypt32_winetest]
Christoph von Wittich [Sun, 3 Jan 2010 11:59:59 +0000 (11:59 +0000)]
[crypt32_winetest]
sync crypt32_winetest to wine 1.1.35

svn path=/trunk/; revision=44910

14 years ago[crypt32]
Christoph von Wittich [Sun, 3 Jan 2010 11:59:38 +0000 (11:59 +0000)]
[crypt32]
sync crypt32 to wine 1.1.35

svn path=/trunk/; revision=44909

14 years ago[cabinet]
Christoph von Wittich [Sun, 3 Jan 2010 11:51:39 +0000 (11:51 +0000)]
[cabinet]
sync cabinet to wine 1.1.35

svn path=/trunk/; revision=44908

14 years ago[advapi32]
Christoph von Wittich [Sun, 3 Jan 2010 11:20:54 +0000 (11:20 +0000)]
[advapi32]
reorder functions in cred.c to match wine code for easier syncing

svn path=/trunk/; revision=44907

14 years ago[gdiplus_winetest]
Christoph von Wittich [Sun, 3 Jan 2010 10:54:40 +0000 (10:54 +0000)]
[gdiplus_winetest]
sync gdiplus_winetest with wine 1.1.35

svn path=/trunk/; revision=44906

14 years agosync gdiplus with wine 1.1.35
Christoph von Wittich [Sun, 3 Jan 2010 10:54:14 +0000 (10:54 +0000)]
sync gdiplus with wine 1.1.35

svn path=/trunk/; revision=44905

14 years ago- Bring back old paged pool allocator and use it for paged pool, until ARM3 pool...
ReactOS Portable Systems Group [Sun, 3 Jan 2010 05:24:30 +0000 (05:24 +0000)]
- Bring back old paged pool allocator and use it for paged pool, until ARM3 pool issues are solved.
- Should fix recent regressions.

svn path=/trunk/; revision=44904

14 years ago- Fix some pool calculations.
ReactOS Portable Systems Group [Sun, 3 Jan 2010 05:10:09 +0000 (05:10 +0000)]
- Fix some pool calculations.
- Check for some untested pool calculations.
- Handle paging-in the page tables when needed.
- Setup paging colors based on L2 cache size/associativity.
- Setup system PTE size earlier.

svn path=/trunk/; revision=44903

14 years ago[Win32k]
James Tabor [Sun, 3 Jan 2010 00:05:15 +0000 (00:05 +0000)]
[Win32k]
- Patch by Dan Kegel: Fix minor read buffer overrun in CombineRgn. http://bugs.winehq.org/show_bug.cgi?id=20851
- When locking and unlocking regions, use probe to check attribute space first before read or write access.

svn path=/trunk/; revision=44902

14 years ago[WDMAUD.DRV]
Johannes Anderwald [Sat, 2 Jan 2010 22:04:35 +0000 (22:04 +0000)]
[WDMAUD.DRV]
- Partly revert 44873

svn path=/trunk/; revision=44901

14 years agoSilence old GCC warning.
Dmitry Gorbachev [Sat, 2 Jan 2010 20:49:59 +0000 (20:49 +0000)]
Silence old GCC warning.

svn path=/trunk/; revision=44900

14 years agoCompensate for continuous memory usage decrease (bug #4835).
Dmitry Gorbachev [Sat, 2 Jan 2010 20:41:04 +0000 (20:41 +0000)]
Compensate for continuous memory usage decrease (bug #4835).

svn path=/trunk/; revision=44899

14 years ago[MSAFD] Only free if memory was allocated, fixes build
Gregor Schneider [Sat, 2 Jan 2010 20:26:36 +0000 (20:26 +0000)]
[MSAFD] Only free if memory was allocated, fixes build

svn path=/trunk/; revision=44898

14 years agoChange base addresses of devenum.dll, inetcomm.dll, mshtml.dll.
Dmitry Gorbachev [Sat, 2 Jan 2010 20:09:28 +0000 (20:09 +0000)]
Change base addresses of devenum.dll, inetcomm.dll, mshtml.dll.

svn path=/trunk/; revision=44897

14 years agoFix buffer overflow in WSPSendTo(), bug #5070.
Dmitry Gorbachev [Sat, 2 Jan 2010 20:09:16 +0000 (20:09 +0000)]
Fix buffer overflow in WSPSendTo(), bug #5070.

svn path=/trunk/; revision=44896

14 years ago- Update region.c from wine head. This is needed for region testing of GetRegionData...
James Tabor [Sat, 2 Jan 2010 19:18:44 +0000 (19:18 +0000)]
- Update region.c from wine head. This is needed for region testing of GetRegionData and related code.

svn path=/trunk/; revision=44892

14 years ago[NTDLL]
Timo Kreuzer [Sat, 2 Jan 2010 17:55:17 +0000 (17:55 +0000)]
[NTDLL]
- Add back missing exports
See issue #5078 for more details.

svn path=/trunk/; revision=44891

14 years agoChange base addresses of shlwapi.dll, syssetup.dll. Fix formatting.
Dmitry Gorbachev [Sat, 2 Jan 2010 17:07:46 +0000 (17:07 +0000)]
Change base addresses of shlwapi.dll, syssetup.dll. Fix formatting.

svn path=/trunk/; revision=44890

14 years ago[devmgr]
Eric Kohl [Sat, 2 Jan 2010 16:59:54 +0000 (16:59 +0000)]
[devmgr]
Display 'Devnode Flags' property.

svn path=/trunk/; revision=44889

14 years ago- Switch to using ARM3 paged pool -- all pool allocations are now handled by ARM3...
ReactOS Portable Systems Group [Sat, 2 Jan 2010 16:17:48 +0000 (16:17 +0000)]
- Switch to using ARM3 paged pool -- all pool allocations are now handled by ARM3, which should be much more efficient, and combines both NP and P code together.

svn path=/trunk/; revision=44885

14 years agoImplement paged pool expansion. We are now ready to switch to ARM pool 100%.
ReactOS Portable Systems Group [Sat, 2 Jan 2010 16:10:11 +0000 (16:10 +0000)]
Implement paged pool expansion. We are now ready to switch to ARM pool 100%.

svn path=/trunk/; revision=44884

14 years agoAdd missing device node flags.
Eric Kohl [Sat, 2 Jan 2010 15:55:03 +0000 (15:55 +0000)]
Add missing device node flags.

svn path=/trunk/; revision=44883

14 years agoPolish devmgr translation udates by Olaf Siejka
Sylvain Petreolle [Sat, 2 Jan 2010 13:29:19 +0000 (13:29 +0000)]
Polish devmgr translation udates by Olaf Siejka

svn path=/trunk/; revision=44882

14 years ago[SERVMAN]
Ged Murphy [Sat, 2 Jan 2010 12:10:14 +0000 (12:10 +0000)]
[SERVMAN]
Quick fix for bug 5076, this should stop if from crashing.
Stopping services is disabled at the moment

svn path=/trunk/; revision=44881

14 years ago[NTOS]: Build fixer.
ReactOS Portable Systems Group [Sat, 2 Jan 2010 05:12:29 +0000 (05:12 +0000)]
[NTOS]: Build fixer.

svn path=/trunk/; revision=44880

14 years agoNMI Support Patch 14:
ReactOS Portable Systems Group [Sat, 2 Jan 2010 04:51:23 +0000 (04:51 +0000)]
NMI Support Patch 14:
   [BOOTDATA]: Add NMIDEBUG.SYS to the BOM and registry hive.

This is the last patch for NMI support. It is up to you to leverage this feature as needed through the NMIDEBUG.SYS driver.

svn path=/trunk/; revision=44879

14 years agoNMI Support Patch 13:
ReactOS Portable Systems Group [Sat, 2 Jan 2010 04:50:08 +0000 (04:50 +0000)]
NMI Support Patch 13:
    [NMIDEBUG]: Add new NMI Debug driver. It registers an NMI callback on startup. The callback does nothing useful at the moment, but you can enhance it to add all sorts of debugging information that would otherwise be unavailable in situations such as an interrupt storm, IRQL hang, etc. When you send an NMI, such as by using QEMU, you should see the driver print a string.

svn path=/trunk/; revision=44878

14 years agoNMI Support Patch 12:
ReactOS Portable Systems Group [Sat, 2 Jan 2010 04:48:22 +0000 (04:48 +0000)]
NMI Support Patch 12:
    [NTOS]: Implement KeRegisterNMICallback.
    [NTOS]: Call and implement KiHandleNMI to call all registered NMI callbacks and potentially resume from the NMI if handled.

svn path=/trunk/; revision=44877

14 years ago[NTOS]: Fix stdCall macro to work with functions of zero parameters.
ReactOS Portable Systems Group [Sat, 2 Jan 2010 04:46:23 +0000 (04:46 +0000)]
[NTOS]: Fix stdCall macro to work with functions of zero parameters.

svn path=/trunk/; revision=44876

14 years agoNMI Support Patch 11:
ReactOS Portable Systems Group [Sat, 2 Jan 2010 04:44:58 +0000 (04:44 +0000)]
NMI Support Patch 11:
   [PSDK]: Add definitions for public NMI callback registration functions.

svn path=/trunk/; revision=44875

14 years ago[MMIXER_TEST]
Johannes Anderwald [Sat, 2 Jan 2010 01:54:09 +0000 (01:54 +0000)]
[MMIXER_TEST]
- Implement AllocEventData, FreeEventData for mmixer library

svn path=/trunk/; revision=44874

14 years ago[WDMAUD.DRV]
Johannes Anderwald [Sat, 2 Jan 2010 01:53:22 +0000 (01:53 +0000)]
[WDMAUD.DRV]
- Implement AllocEventData, FreeEventData for mmixer library

svn path=/trunk/; revision=44873

14 years ago[MMIXER]
Johannes Anderwald [Sat, 2 Jan 2010 01:52:12 +0000 (01:52 +0000)]
[MMIXER]
- Implement registering hardware events (volume / mute control changes)
- Fix a bug when querying a source mixer line. The wrong line id was passed which caused the call to fail.

svn path=/trunk/; revision=44872

14 years agoNMI Support Patch 10:
ReactOS Portable Systems Group [Sat, 2 Jan 2010 01:34:27 +0000 (01:34 +0000)]
NMI Support Patch 10:
    [NTOS]: Write barebones NMI Trap handler which does a TSS context switch to the NMI TSS and then calls the HAL NMI handler.
    [NTOS]: Implement KiSaveProcessorState for doing a PRCB context save/restore.

You should now be able to test the new NMI functionality by either building the circuit referenced in my e-mail and attaching it to your PCI bus, or by using "nmi 0" in the QEMU stdio console.

svn path=/trunk/; revision=44871

14 years ago[NTOSKRNL]
Cameron Gutman [Sat, 2 Jan 2010 01:32:43 +0000 (01:32 +0000)]
[NTOSKRNL]
 - Fake success from the MmSecureVirtualMemory stub
 - See issue #4996 for details

svn path=/trunk/; revision=44870

14 years agoNMI Support Patch 9:
ReactOS Portable Systems Group [Sat, 2 Jan 2010 01:32:34 +0000 (01:32 +0000)]
NMI Support Patch 9:
    [NDK]: Add missing KTSS ASM offsets.
    [NDK]: Add missing EXCEPTION_ codes.

svn path=/trunk/; revision=44869

14 years agoNMI Support Patch 8:
ReactOS Portable Systems Group [Sat, 2 Jan 2010 01:28:36 +0000 (01:28 +0000)]
NMI Support Patch 8:
    [NTOS]: Implement a GNU Assembler version of the Windows SDK ASM calling convention macros. Only stdCall and its helpers have been written -- feel free to write the rest. Based on callconv.inc from Microsoft). SUGGESTION: Slowly start rewriting current code to use calling convention macros as it is much cleaner.

svn path=/trunk/; revision=44868

14 years ago[KS]
Johannes Anderwald [Sat, 2 Jan 2010 01:22:38 +0000 (01:22 +0000)]
[KS]
- Return correct error code

svn path=/trunk/; revision=44867

14 years agoLift a protection (forgotten in 44842).
Dmitry Gorbachev [Sat, 2 Jan 2010 00:17:37 +0000 (00:17 +0000)]
Lift a protection (forgotten in 44842).

svn path=/trunk/; revision=44866

14 years ago[SETUPAPI]
Johannes Anderwald [Fri, 1 Jan 2010 23:44:41 +0000 (23:44 +0000)]
[SETUPAPI]
- Implement SetupInitializeFileLogA, SetupInitializeFileLogW, SetupTerminateFileLog

svn path=/trunk/; revision=44865

14 years agoFix parameter type of NtQueryInformationThread; do not call ExitThread from itself...
Dmitry Gorbachev [Fri, 1 Jan 2010 23:14:10 +0000 (23:14 +0000)]
Fix parameter type of NtQueryInformationThread; do not call ExitThread from itself. Bug #5076.

svn path=/trunk/; revision=44864

14 years agoNMI Support Patch 7 Build Fixer:
ReactOS Portable Systems Group [Fri, 1 Jan 2010 21:07:22 +0000 (21:07 +0000)]
NMI Support Patch 7 Build Fixer:
    [HAL]: Define HalpNMIInProgress as an external in the HAL private headers.

svn path=/trunk/; revision=44863

14 years agoNMI Support Patch 7 Straggler:
ReactOS Portable Systems Group [Fri, 1 Jan 2010 21:05:41 +0000 (21:05 +0000)]
NMI Support Patch 7 Straggler:
    [HAL]: Piggyback on V8086 handler (don't restore kernel GPF handler) during an NMI, so that we don't enter another fault context during a recursive NMI after display reset. If another NMI does happen, the V8086 GPF handler will just spin.

svn path=/trunk/; revision=44862

14 years agoNMI Support Patch 7:
ReactOS Portable Systems Group [Fri, 1 Jan 2010 21:03:22 +0000 (21:03 +0000)]
NMI Support Patch 7:
    [NTOS]: Improve UNHANDLED_PATH macro with a new "Reason" parameter which displays why the path is unhandled (ie: what the unexpected/unlikely/untested scenario is). This is better than just displaying the current PC which is typically useless.
    [NTOS]: Separate UNHANDLED_PATH from UNHANDLED_V86_PATH which is specifically for paths that are unimplemented due to lack of VDM support.
    [HAL]:  Update to new macros in V8086 support, and handle invalid opcode errors with a debug print (I encountered these when the NMI TSS was being used, since the IOPM was invalid).
    [HAL]:  If the V8086 GPF handler is called outside of V8086 mode, assume an NMI happened around the BIOS Call and just spin forever. We'll piggyback on the V8086 GPF handler during an NMI, in order to avoid the kernel's GPF handler which would attempt to panic/reset the display again (and cause endless NMI recursion/corruption).

svn path=/trunk/; revision=44861

14 years agoNMI Support Patch 6:
ReactOS Portable Systems Group [Fri, 1 Jan 2010 20:55:15 +0000 (20:55 +0000)]
NMI Support Patch 6:
    [HAL]: Fix NMI recursion issues.
    [HAL]: Reset the display during NMI and paint the NMI Screen of Death.

svn path=/trunk/; revision=44860

14 years ago- Update Russian translation
Dmitry Chapyshev [Fri, 1 Jan 2010 19:09:55 +0000 (19:09 +0000)]
- Update Russian translation

svn path=/trunk/; revision=44859

14 years ago[devmgr]
Eric Kohl [Fri, 1 Jan 2010 17:23:40 +0000 (17:23 +0000)]
[devmgr]
- Display 'Capabilities' and 'Config Flags' flags separately.

svn path=/trunk/; revision=44858

14 years agoAdd missing device capabilities flags.
Eric Kohl [Fri, 1 Jan 2010 17:02:37 +0000 (17:02 +0000)]
Add missing device capabilities flags.

svn path=/trunk/; revision=44857

14 years agoNMI Support Patch 5:
ReactOS Portable Systems Group [Fri, 1 Jan 2010 16:37:34 +0000 (16:37 +0000)]
NMI Support Patch 5:
    [HAL]: Do correct TLB flushing for systems with global page support.
    [HAL]: Clean leading whitespace and comments.

svn path=/trunk/; revision=44856

14 years agoNMI Support Patch 4:
ReactOS Portable Systems Group [Fri, 1 Jan 2010 15:09:14 +0000 (15:09 +0000)]
NMI Support Patch 4:
    [HAL]:  Use Mm headers to support PTE/PDE address translation instead of a hardcoded, homegrown macro. WARNING: The current HAL code is not PAE compatible (as it already wasn't).
    [NTOS]: Define an inline function to set and query an interrupt handler associated with a given IDT vector. This results in much cleaner code as the uglyness of manually setting up an IDT handler isn't duplicated 10 times. Additionally, it fixes some callers which had not been using HalVectorToIDTEntry to make the initial translation.

svn path=/trunk/; revision=44855

14 years ago[devmgr]
Eric Kohl [Fri, 1 Jan 2010 14:44:06 +0000 (14:44 +0000)]
[devmgr]
- Add missing string resources and translate the german ones.
- Set the focus to the combobox when the details page is opened.
- Don't display an error message when a property is not set for the selected device.
- Display 'Capabilities' and 'Config Flags' as DWORD values.

Ooops! These should have been committed as well.

svn path=/trunk/; revision=44854

14 years ago[devmgr]
Eric Kohl [Fri, 1 Jan 2010 14:42:49 +0000 (14:42 +0000)]
[devmgr]
- Add missing string resources and translate the german ones.
- Set the focus to the combobox when the details page is opened.
- Don't display an error message when a property is not set for the selected device.
- Display 'Capabilities' and 'Config Flags' as DWORD values.

svn path=/trunk/; revision=44853

14 years agoAdd GetEventLogInformation stub.
Sylvain Petreolle [Fri, 1 Jan 2010 14:41:44 +0000 (14:41 +0000)]
Add GetEventLogInformation stub.
Add parameter checks for GetNumberOfEventLogRecords and GetOldestEventLogRecord.

Fixes 3 crashes for advapi32:eventlog winetest.

svn path=/trunk/; revision=44852

14 years ago- Update Russian translation
Dmitry Chapyshev [Fri, 1 Jan 2010 14:35:01 +0000 (14:35 +0000)]
- Update Russian translation

svn path=/trunk/; revision=44851

14 years agoGerman translation of Eric's changes + fixed some bad language.
Daniel Reimer [Fri, 1 Jan 2010 12:40:23 +0000 (12:40 +0000)]
German translation of Eric's changes + fixed some bad language.

svn path=/trunk/; revision=44850

14 years agoHappy New Year!
Colin Finck [Fri, 1 Jan 2010 12:10:13 +0000 (12:10 +0000)]
Happy New Year!

svn path=/trunk/; revision=44848

14 years agoArch, why are you removing </module> tags ?
Sylvain Petreolle [Fri, 1 Jan 2010 01:41:39 +0000 (01:41 +0000)]
Arch, why are you removing </module> tags ?

Happy new  year :)

svn path=/trunk/; revision=44844

14 years agoNMI Support Patch 3:
ReactOS Portable Systems Group [Fri, 1 Jan 2010 00:03:52 +0000 (00:03 +0000)]
NMI Support Patch 3:
    [HAL]: If the current TSS does not have enough space for an I/O Privilege Map then "borrow" the default TSS while the BIOS Call is in-flight. "Return" it when the BIOS call has ended. Fixes panics during a double fault (since the double fault handler will attempt to clear the display through a Video ROM BIOS Interrupt 10h). Allows NMI panics to do BIOS calls as well (for later).

svn path=/trunk/; revision=44843

14 years agoNMI Support Patch 2:
ReactOS Portable Systems Group [Thu, 31 Dec 2009 23:56:40 +0000 (23:56 +0000)]
NMI Support Patch 2:
    [HAL]: Simplify IDT write-protection handling (always make it R/W and restore it to previous state).
    [HAL]: Avoid two superflous TLB flushes.

svn path=/trunk/; revision=44842

14 years agoNMI Support Patch 1:
ReactOS Portable Systems Group [Thu, 31 Dec 2009 23:51:26 +0000 (23:51 +0000)]
NMI Support Patch 1:
    [HAL]:  The I/O Permissions Map on a typical Privileged Mode x86 OS is all 0xFF's, so it's quite wasteful to copy-in/out the entire map each single BIOS Call. As an optimization, only save and restore non-0xFF entries.
    [NTOS]: Define and use constants for different IOPM values, instead of using hardcoded values.

svn path=/trunk/; revision=44841

14 years ago[devmgr]
Eric Kohl [Thu, 31 Dec 2009 22:10:41 +0000 (22:10 +0000)]
[devmgr]
Implement the details page and add dialogs for the resources and power pages. Some of the code is not final yet as I don't have a clean way of retrieving the required information. Some required stuff in setupapi or umpnpmgr is still incomplete too.

I wish you a happy and successful 2010!
Eric.

svn path=/trunk/; revision=44838

14 years agoPatch by Amine Khaldi: Fix buffer length check
Timo Kreuzer [Thu, 31 Dec 2009 14:44:33 +0000 (14:44 +0000)]
Patch by Amine Khaldi: Fix buffer length check

svn path=/trunk/; revision=44824

14 years ago[User32]
James Tabor [Thu, 31 Dec 2009 02:41:57 +0000 (02:41 +0000)]
[User32]
- Patch modified by Dmitry Timoshkov : Handle virtual key codes only in the WM_KEYDOWN case. See bug 5063. Reported by David Quintana.

svn path=/trunk/; revision=44819

14 years ago[Win32k]
James Tabor [Wed, 30 Dec 2009 22:56:09 +0000 (22:56 +0000)]
[Win32k]
- Plugged in region attribute support and added the PEB cache for it as well.

[Gdi32]
- Using CreateRectRgn only with attribute and PEB cache support.

[Testing]
- Wine tests: gdi32; clipping and dc. gdiplus; region. user32; dce. Same results.
- Applications, AbiWord 2.6.8, FF 3.5, miranda 0.7.19 unicode, putty, SeaMonkey 2.0, WinMerge 2.12.4 and winamp 2.95 rc std. Same results.

svn path=/trunk/; revision=44817

14 years ago[services] Set the given service start name or LocalSystem for a new service.
Eric Kohl [Wed, 30 Dec 2009 17:17:58 +0000 (17:17 +0000)]
[services] Set the given service start name or LocalSystem for a new service.

svn path=/trunk/; revision=44816

14 years ago[umpnpmgr]
Eric Kohl [Wed, 30 Dec 2009 13:57:47 +0000 (13:57 +0000)]
[umpnpmgr]
Move device instance action constants into the idf file and use them instead of hardcoded values.

svn path=/trunk/; revision=44813

14 years ago[win32k] Add support for mask offsets in IntEngStretchBlt
Gregor Schneider [Wed, 30 Dec 2009 12:42:48 +0000 (12:42 +0000)]
[win32k] Add support for mask offsets in IntEngStretchBlt

svn path=/trunk/; revision=44809

14 years ago[user32] Set the number of colors correctly when creating a monochrome bitmap
Gregor Schneider [Wed, 30 Dec 2009 12:39:19 +0000 (12:39 +0000)]
[user32] Set the number of colors correctly when creating a monochrome bitmap

svn path=/trunk/; revision=44808