<?xml version="1.0"?>
<statsTarget><link>http://cia.vc/stats/author/sir_richard</link><counters><counter name="forever" lastEventTime="1310045119" firstEventTime="1262976125">557</counter></counters><metadata></metadata><recentMessages><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>ReactOS</project><module>reactos</module></source><body><commit><revision>52555</revision><author>sir_richard</author><log>Patch by Anton Yarotsky:
[SACDRV]: Implement the SAC Channel Input/Output Interface and Getters/Setters.  </log><diffLines>207</diffLines><url>http://svn.reactos.org/svn/reactos/?view=rev&amp;revision=52555</url><files><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/driver/channel.c">drivers/sac/driver/channel.c</file></files></commit></body><timestamp>1310045119</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>ReactOS</project><module>reactos</module></source><body><commit><revision>52554</revision><author>sir_richard</author><log>Patch by Anton Yarotsky:
[SACDRV]: Add type definitions for channel VTABLE.
[SACDRV]: Add channel event macros and flags.
[SACDRV]: Add channal lock macros.
[SACDRV]: Add macros for parameter validation.
[SACDRV]: Add macro for pool allocation.
[SACDRV]: Misc fixes.  </log><diffLines>251</diffLines><url>http://svn.reactos.org/svn/reactos/?view=rev&amp;revision=52554</url><files><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/driver/sacdrv.h">drivers/sac/driver/sacdrv.h</file></files></commit></body><timestamp>1310045034</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>ReactOS</project><module>reactos</module></source><body><commit><revision>52320</revision><author>sir_richard</author><log>Patch by Anton Yarotsky:
[SACDRV]: Implement DriverEntry point which connects to NTOS HeadLess Module (HDL). If HDL enabled through FreeLDR (/EMSPORT), connection should work.
[SACDRV]: Fix typo's.  </log><diffLines>177</diffLines><url>http://svn.reactos.org/svn/reactos/?view=rev&amp;revision=52320</url><files><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/driver/data.c">drivers/sac/driver/data.c</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/driver/dispatch.c">drivers/sac/driver/dispatch.c</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/driver/init.c">drivers/sac/driver/init.c</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/driver/sacdrv.h">drivers/sac/driver/sacdrv.h</file></files></commit></body><timestamp>1308335498</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>ReactOS</project><module>reactos</module></source><body><commit><revision>52319</revision><author>sir_richard</author><log>Patch by Anton Yarotsky:
[NTOSKRNL]: Export HeadlessDispatch.
[NTOSKRNL]: Add more missing definitions to internal Headless header. Alex: Move to NDK?
[NTOSKRNL]: Headless header uses SYSTEM_TIMEOFDAY_INFORMATION, which is only in NDK. So hdl.h needs NDK.  </log><diffLines>81</diffLines><url>http://svn.reactos.org/svn/reactos/?view=rev&amp;revision=52319</url><files><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/include/internal/hdl.h">ntoskrnl/include/internal/hdl.h</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ntoskrnl.pspec">ntoskrnl/ntoskrnl.pspec</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ntoskrnl.spec">ntoskrnl/ntoskrnl.spec</file></files></commit></body><timestamp>1308335414</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>ReactOS</project><module>reactos</module></source><body><commit><revision>52311</revision><author>sir_richard</author><log>Patch by Anton Yarotsky:
[SACDRV]: Implement memory manager.
[SACDRV]: Define debugging macros.  </log><diffLines>373</diffLines><url>http://svn.reactos.org/svn/reactos/?view=rev&amp;revision=52311</url><files><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/driver/data.c">drivers/sac/driver/data.c</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/driver/memory.c">drivers/sac/driver/memory.c</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/driver/sacdrv.h">drivers/sac/driver/sacdrv.h</file></files></commit></body><timestamp>1308319458</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>ReactOS</project><module>reactos</module></source><body><commit><revision>52304</revision><author>sir_richard</author><log>Patch by Anton Yarotsky:
[SACDRV]: Implement SAC EMS stub driver. Thanks to Aleksey Bragin for MC file.  </log><diffLines>2809</diffLines><url>http://svn.reactos.org/svn/reactos/?view=rev&amp;revision=52304</url><files><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/drivers.rbuild">drivers/drivers.rbuild</file><file action="add" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/">drivers/sac/</file><file action="add" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/directory.rbuild">drivers/sac/directory.rbuild</file><file action="add" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/driver/">drivers/sac/driver/</file><file action="add" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/driver/chanmgr.c">drivers/sac/driver/chanmgr.c</file><file action="add" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/driver/channel.c">drivers/sac/driver/channel.c</file><file action="add" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/driver/cmdchan.c">drivers/sac/driver/cmdchan.c</file><file action="add" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/driver/concmd.c">drivers/sac/driver/concmd.c</file><file action="add" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/driver/conmgr.c">drivers/sac/driver/conmgr.c</file><file action="add" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/driver/data.c">drivers/sac/driver/data.c</file><file action="add" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/driver/dispatch.c">drivers/sac/driver/dispatch.c</file><file action="add" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/driver/init.c">drivers/sac/driver/init.c</file><file action="add" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/driver/memory.c">drivers/sac/driver/memory.c</file><file action="add" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/driver/rawchan.c">drivers/sac/driver/rawchan.c</file><file action="add" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/driver/sacdrv.h">drivers/sac/driver/sacdrv.h</file><file action="add" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/driver/sacdrv.rbuild">drivers/sac/driver/sacdrv.rbuild</file><file action="add" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/driver/sacdrv.rc">drivers/sac/driver/sacdrv.rc</file><file action="add" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/driver/util.c">drivers/sac/driver/util.c</file><file action="add" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/sac/driver/vtutf8chan.c">drivers/sac/driver/vtutf8chan.c</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/mc/mc.rbuild">include/reactos/mc/mc.rbuild</file><file action="add" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/mc/sacmsg.mc">include/reactos/mc/sacmsg.mc</file></files></commit></body><timestamp>1308312894</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>ReactOS</project><module>reactos</module></source><body><commit><revision>52098</revision><author>sir_richard</author><log>[FREELDR]: Some ARM architectures do not necessarily have CS0_BASE at 0x00000000, for example, most Ti OMAP Platforms have DDR at 0x80000000. The current FreeLDR algorithms would build FreeLDR &quot;page entries&quot; for every page from 0 to 0x7FFF0000 and mark it as unusable, then build the actual valid entries from 0x80000000 -&gt; end of RAM, thus resulting in large memory consumption (and in the bloat of the PFN database later once NTOS loads) and boot time. Therefore, the algorithm is changed to start the PFN database at the lowest valid RAM page described by the Firemware descriptors, and entries therefore will be offset. This means a 128MB embedded system no longer appears to have 2048+128MB of RAM worth of PFN entries.
NOTE: Windows does not do this, opting instead to force manufacturers/use pull-up resistors/reconfigure the ARM Bus to map RAM at 0x00000000. For wider portability, I believe it makes more sense to simply do this &quot;trick&quot; in the boot loader.  </log><diffLines>200</diffLines><url>http://svn.reactos.org/svn/reactos/?view=rev&amp;revision=52098</url><files><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arcemul/mm.c">boot/freeldr/freeldr/arcemul/mm.c</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/mm/meminit.c">boot/freeldr/freeldr/mm/meminit.c</file></files></commit></body><timestamp>1307307731</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>ReactOS</project><module>reactos</module></source><body><commit><revision>50256</revision><author>sir_richard</author><log>[VIDEOPRT/WIN32K]: Synchronize and share PEVENT/ENG_EVENT/VIDEO_PORT_EVENT implementation, as these objects are actually the same (and VideoPrt Event* APIs can be used on GRE Event Objects). Use ENG_EVENT structure from ntddvdeo.h instead of re-creating our own. Drivers using these interfaces will no longer explode.
[VIDEOPRT]: Add parameter checks to DeleteEvent and WaitForSingleObject.
[VIDEOPRT]: Fix WaitForSingleObject. It was waiting on the Object paramter itself -- which is the VideoPrt/ENG Event, not a real object, we have to wait on -&gt;pKEvent instead.
[VIDEOPRT]: Fix WaitForSingleObject round two, it was returning the NT_STATUS, while VideoPrt should return VP_STATUS/Win32 error codes.
[WIN32K]: Allocate/free GRE events directly from pool, instead of using Eng APIs. Use documented tag for GRE Events (Dfsm), found in pooltag.txt
[WIN32K]: Implement EngMapEvent and EngUnmapEvent.   </log><diffLines>456</diffLines><url>http://svn.reactos.org/svn/reactos/?view=rev&amp;revision=50256</url><files><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/video/videoprt/event.c">drivers/video/videoprt/event.c</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/video/videoprt/videoprt.h">drivers/video/videoprt/videoprt.h</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/eng/engevent.c">subsystems/win32/win32k/eng/engevent.c</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/include/engevent.h">subsystems/win32/win32k/include/engevent.h</file></files></commit></body><timestamp>1293905726</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>ReactOS</project><module>reactos</module></source><body><commit><revision>49786</revision><author>sir_richard</author><log>[NTOS]: Seems like cpsr_c doesn't work in this case? Need to investigate. Put an infinite loop in the entrypoint on ARM.  </log><diffLines>18</diffLines><files><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/arm/boot.s">ntoskrnl/ke/arm/boot.s</file></files></commit></body><timestamp>1290624998</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>ReactOS</project><module>reactos</module></source><body><commit><revision>49785</revision><author>sir_richard</author><log>[NTOS]: STATUS_SUCCESS is not the only succesful return code.  </log><diffLines>15</diffLines><files><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/arm/trapc.c">ntoskrnl/ke/arm/trapc.c</file></files></commit></body><timestamp>1290624830</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>ReactOS</project><module>reactos</module></source><body><commit><revision>49782</revision><author>sir_richard</author><log>[NTOS]: Fix 16-bit interlocked operations on ARM (GCC doesn't provide built-ins). ARM should build now.  </log><diffLines>50</diffLines><files><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/include/crt/mingw32/intrin_arm.h">include/crt/mingw32/intrin_arm.h</file></files></commit></body><timestamp>1290622787</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>ReactOS</project><module>reactos</module></source><body><commit><revision>49781</revision><author>sir_richard</author><log>[NTOS]: Some more ARM build and linker fixes, moving some of the new x86 C code into ARM. This should really be shared later.
[NTOS]: Totally broke thread context switching on ARM for now. It's a Good Thing.  </log><diffLines>325</diffLines><files><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/arm/cpu.c">ntoskrnl/ke/arm/cpu.c</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/arm/ctxswtch.s">ntoskrnl/ke/arm/ctxswtch.s</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/arm/thrdini.c">ntoskrnl/ke/arm/thrdini.c</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ntoskrnl.pspec">ntoskrnl/ntoskrnl.pspec</file></files></commit></body><timestamp>1290620993</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>ReactOS</project><module>reactos</module></source><body><commit><revision>49780</revision><author>sir_richard</author><log>[NDK]: Fix definition of ARM PTE/PDE structure.
[NTOS]: Fix up ARM code to match recent ARM3 changes.
[NTOS]: Do not use initguid inside every single file to zillionplicate the GUIDs! Why doesn't the x86 linker catch this?!!?
[ARMDDK]: Define some spinlock functions.  </log><diffLines>555</diffLines><files><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/windows/arm/wlmemory.c">boot/freeldr/freeldr/windows/arm/wlmemory.c</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/wdm.h">include/ddk/wdm.h</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/arm/mmtypes.h">include/ndk/arm/mmtypes.h</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/arm/armddk.h">include/reactos/arm/armddk.h</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/include/internal/po.h">ntoskrnl/include/internal/po.h</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/ARM3/arm/init.c">ntoskrnl/mm/ARM3/arm/init.c</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/ARM3/miarm.h">ntoskrnl/mm/ARM3/miarm.h</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/arm/page.c">ntoskrnl/mm/arm/page.c</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/arm/stubs.c">ntoskrnl/mm/arm/stubs.c</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/po/power.c">ntoskrnl/po/power.c</file></files></commit></body><timestamp>1290619591</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>ReactOS</project><module>reactos</module></source><body><commit><revision>49778</revision><author>sir_richard</author><log>[NTOS]: Add MiGetPteOffset for ARM. All of the kernel compiles, but does not link yet.  </log><diffLines>18</diffLines><files><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/include/internal/arm/mm.h">ntoskrnl/include/internal/arm/mm.h</file></files></commit></body><timestamp>1290614962</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>ReactOS</project><module>reactos</module></source><body><commit><revision>49777</revision><author>sir_richard</author><log>[CONFIG]: Instead of having 4 template rbuild configuration files that must be kept in-sync, maybe there should be a generic one that they all inherit from?
[CONFIG]: Add new property settings that exist in x86, but not ARM because nobody added them there. For example, nor cc, nor cache were being built on ARM, because NEWCC was undefined (which isn't treated as 0 by rbuild).
How I long for CMAKE.  </log><diffLines>26</diffLines><files><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/config-arm.template.rbuild">config-arm.template.rbuild</file></files></commit></body><timestamp>1290614935</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>ReactOS</project><module>reactos</module></source><body><commit><revision>49775</revision><author>sir_richard</author><log>[ARMDDK]: Oh, right, forgot how this was laid out. should fix ARM build.  </log><diffLines>22</diffLines><files><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/arm/armddk.h">include/reactos/arm/armddk.h</file></files></commit></body><timestamp>1290613289</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>ReactOS</project><module>reactos</module></source><body><commit><revision>49774</revision><author>sir_richard</author><log>[NTOS]: Fix incorrect assumptions that a PDE == PTE which have crept up throughout new ARM3 code.
[NTOS]: Fix a couple more unportable directly &quot;Hard&quot; PTE field accesses, instead of using portable MI macros.
[NTOS]: Cleanup some of the pool code that had really messed up PDE vs PTE.
[NTOS]: Define the number of page directoty levels for ARM.
[NTOS]: Comment out some ARM3 code that won't be needed now that most of the x86 code is in C.
Fixes all but one build error.  </log><diffLines>565</diffLines><files><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/include/internal/arm/mm.h">ntoskrnl/include/internal/arm/mm.h</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/include/internal/i386/mm.h">ntoskrnl/include/internal/i386/mm.h</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/include/internal/mm.h">ntoskrnl/include/internal/mm.h</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/arm/trapc.c">ntoskrnl/ke/arm/trapc.c</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/ARM3/arm/init.c">ntoskrnl/mm/ARM3/arm/init.c</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/ARM3/miarm.h">ntoskrnl/mm/ARM3/miarm.h</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/ARM3/mminit.c">ntoskrnl/mm/ARM3/mminit.c</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/ARM3/pagfault.c">ntoskrnl/mm/ARM3/pagfault.c</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/ARM3/pool.c">ntoskrnl/mm/ARM3/pool.c</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/ARM3/procsup.c">ntoskrnl/mm/ARM3/procsup.c</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/ARM3/section.c">ntoskrnl/mm/ARM3/section.c</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/amd64/init.c">ntoskrnl/mm/amd64/init.c</file></files></commit></body><timestamp>1290612106</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>ReactOS</project><module>reactos</module></source><body><commit><revision>49773</revision><author>sir_richard</author><log>[PSDK/NDK]: Fix KPCR/KIPCR for ARM to match x86 more closely. Add KeGetTickCount for ARM.  </log><diffLines>66</diffLines><files><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/arm/ketypes.h">include/ndk/arm/ketypes.h</file><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/arm/armddk.h">include/reactos/arm/armddk.h</file></files></commit></body><timestamp>1290611905</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>ReactOS</project><module>reactos</module></source><body><commit><revision>49771</revision><author>sir_richard</author><log>[NTOS]: Errr... wow! Another one caught by ARM GCC. I can swear x86 GCC used to catch these. Did someone change warning settings? Anyhow, fix a *f++ which increments the pointer, not the value INSIDE the pointer (*f)++. Fixes MiDeleteSystemPageableVm.  </log><diffLines>35</diffLines><files><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/ARM3/virtual.c">ntoskrnl/mm/ARM3/virtual.c</file></files></commit></body><timestamp>1290610030</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>ReactOS</project><module>reactos</module></source><body><commit><revision>49770</revision><author>sir_richard</author><log>[NTOS]: Erm, why is it that the ARM compiler detects this obvious bug, but x86 does not? Fix missing ShareCount zeroing when unlocking an MDL.  </log><diffLines>15</diffLines><files><file action="modify" uri="http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/ARM3/mdlsup.c">ntoskrnl/mm/ARM3/mdlsup.c</file></files></commit></body><timestamp>1290609565</timestamp></message></recentMessages></statsTarget>
