[ros-diffs] [fireball] 43477: [fastfat_new] - Add a helper function for reading (mapping) volume's stream file object. - Read a boot sector during volume mounting, unpack it and store values in Vcb-B

2009-10-15 Thread fireball
Author: fireball Date: Thu Oct 15 12:50:12 2009 New Revision: 43477 URL: http://svn.reactos.org/svn/reactos?rev=43477view=rev Log: [fastfat_new] - Add a helper function for reading (mapping) volume's stream file object. - Read a boot sector during volume mounting, unpack it and store values in

[ros-diffs] [ros-arm-bringup] 43481: - Get rid of mm/mmsup.c and move some of the ROS-internal functions better where they belong. - Add ARM3/mmsup.c for miscellaneous function helper functions. - Imp

2009-10-15 Thread ros-arm-bringup
Author: ros-arm-bringup Date: Thu Oct 15 19:01:31 2009 New Revision: 43481 URL: http://svn.reactos.org/svn/reactos?rev=43481view=rev Log: - Get rid of mm/mmsup.c and move some of the ROS-internal functions better where they belong. - Add ARM3/mmsup.c for miscellaneous function helper functions.

[ros-diffs] [ros-arm-bringup] 43483: - Add required globals for the ARM port.

2009-10-15 Thread ros-arm-bringup
Author: ros-arm-bringup Date: Thu Oct 15 19:41:09 2009 New Revision: 43483 URL: http://svn.reactos.org/svn/reactos?rev=43483view=rev Log: - Add required globals for the ARM port. Modified: trunk/reactos/ntoskrnl/mm/ARM3/arm/init.c Modified: trunk/reactos/ntoskrnl/mm/ARM3/arm/init.c URL:

[ros-diffs] [ros-arm-bringup] 43486: - Fix a bug in memory area creation: Static memory areas had the static flag embedded in their type, so code that was switch()ing on the type would fail to recogni

2009-10-15 Thread ros-arm-bringup
Author: ros-arm-bringup Date: Thu Oct 15 20:54:35 2009 New Revision: 43486 URL: http://svn.reactos.org/svn/reactos?rev=43486view=rev Log: - Fix a bug in memory area creation: Static memory areas had the static flag embedded in their type, so code that was switch()ing on the type would fail to

[ros-diffs] [ros-arm-bringup] 43488: - Collapse MmInit1 into MmInitSystem. - Check for ARM3-owned memory areas during a page fault, and crash the system as this shouldn't happen yet. - Use portable PT

2009-10-15 Thread ros-arm-bringup
Author: ros-arm-bringup Date: Thu Oct 15 21:12:43 2009 New Revision: 43488 URL: http://svn.reactos.org/svn/reactos?rev=43488view=rev Log: - Collapse MmInit1 into MmInitSystem. - Check for ARM3-owned memory areas during a page fault, and crash the system as this shouldn't happen yet. - Use

[ros-diffs] [ros-arm-bringup] 43489: - Fix comments. - Fix reading the incorrect pool type when freeing pool. The PoolType in the entry is offset by 1, so it can be either 1 for NonPaged or 2 for page

2009-10-15 Thread ros-arm-bringup
Author: ros-arm-bringup Date: Thu Oct 15 21:19:40 2009 New Revision: 43489 URL: http://svn.reactos.org/svn/reactos?rev=43489view=rev Log: - Fix comments. - Fix reading the incorrect pool type when freeing pool. The PoolType in the entry is offset by 1, so it can be either 1 for NonPaged or 2 for

[ros-diffs] [tkreuzer] 43490: Add some stuff needed for the ARM3 code

2009-10-15 Thread tkreuzer
Author: tkreuzer Date: Thu Oct 15 21:20:57 2009 New Revision: 43490 URL: http://svn.reactos.org/svn/reactos?rev=43490view=rev Log: Add some stuff needed for the ARM3 code Added: branches/ros-amd64-bringup/reactos/ntoskrnl/mm/amd64/init.c (with props) Added:

[ros-diffs] [tkreuzer] 43492: - Add CPUID - rename Ke386InitThreadWithContext to KiInitializeContextThread

2009-10-15 Thread tkreuzer
Author: tkreuzer Date: Thu Oct 15 21:23:49 2009 New Revision: 43492 URL: http://svn.reactos.org/svn/reactos?rev=43492view=rev Log: - Add CPUID - rename Ke386InitThreadWithContext to KiInitializeContextThread Modified: branches/ros-amd64-bringup/reactos/ntoskrnl/ke/amd64/cpu.c

[ros-diffs] [gschneider] 43494: Amendment to r43487: check last character as well

2009-10-15 Thread gschneider
Author: gschneider Date: Thu Oct 15 21:28:11 2009 New Revision: 43494 URL: http://svn.reactos.org/svn/reactos?rev=43494view=rev Log: Amendment to r43487: check last character as well Modified: trunk/reactos/dll/win32/kernel32/mem/isbad.c Modified:

[ros-diffs] [fireball] 43495: [PSDK] - Add MM_MIN / MM_MAX definitions.

2009-10-15 Thread fireball
Author: fireball Date: Thu Oct 15 21:49:10 2009 New Revision: 43495 URL: http://svn.reactos.org/svn/reactos?rev=43495view=rev Log: [PSDK] - Add MM_MIN / MM_MAX definitions. Modified: trunk/reactos/include/psdk/wingdi.h Modified: trunk/reactos/include/psdk/wingdi.h URL:

[ros-diffs] [fireball] 43499: - Update user32_winetest to Wine-1.1.31.

2009-10-15 Thread fireball
Author: fireball Date: Thu Oct 15 22:00:27 2009 New Revision: 43499 URL: http://svn.reactos.org/svn/reactos?rev=43499view=rev Log: - Update user32_winetest to Wine-1.1.31. Modified: trunk/rostests/winetests/user32/class.c trunk/rostests/winetests/user32/cursoricon.c

[ros-diffs] [tkreuzer] 43500: Fix a typo

2009-10-15 Thread tkreuzer
Author: tkreuzer Date: Thu Oct 15 22:02:41 2009 New Revision: 43500 URL: http://svn.reactos.org/svn/reactos?rev=43500view=rev Log: Fix a typo Modified: branches/ros-amd64-bringup/reactos/ntoskrnl/mm/amd64/page.c Modified: branches/ros-amd64-bringup/reactos/ntoskrnl/mm/amd64/page.c URL:

[ros-diffs] [ros-arm-bringup] 43503: - Add some simple code to handle paged pool page allocation and freeing in MiAllocatePoolPages and MiFreePoolPages. - Allocation does not support paged pool expans

2009-10-15 Thread ros-arm-bringup
Author: ros-arm-bringup Date: Thu Oct 15 23:23:24 2009 New Revision: 43503 URL: http://svn.reactos.org/svn/reactos?rev=43503view=rev Log: - Add some simple code to handle paged pool page allocation and freeing in MiAllocatePoolPages and MiFreePoolPages. - Allocation does not support paged pool

[ros-diffs] [tkreuzer] 43504: [HAL] - Implement HalpQuery8254Counter - replace Ke386HaltProcessor() with __halt() - remove excess #endif

2009-10-15 Thread tkreuzer
Author: tkreuzer Date: Thu Oct 15 23:40:00 2009 New Revision: 43504 URL: http://svn.reactos.org/svn/reactos?rev=43504view=rev Log: [HAL] - Implement HalpQuery8254Counter - replace Ke386HaltProcessor() with __halt() - remove excess #endif Modified:

[ros-diffs] [tkreuzer] 43505: Update MMPTE

2009-10-15 Thread tkreuzer
Author: tkreuzer Date: Thu Oct 15 23:50:51 2009 New Revision: 43505 URL: http://svn.reactos.org/svn/reactos?rev=43505view=rev Log: Update MMPTE Modified: branches/ros-amd64-bringup/reactos/include/ndk/mmtypes.h Modified: branches/ros-amd64-bringup/reactos/include/ndk/mmtypes.h URL:

[ros-diffs] [tkreuzer] 43506: Fix definition of CryptReleaseContext

2009-10-15 Thread tkreuzer
Author: tkreuzer Date: Thu Oct 15 23:54:39 2009 New Revision: 43506 URL: http://svn.reactos.org/svn/reactos?rev=43506view=rev Log: Fix definition of CryptReleaseContext Modified: branches/ros-amd64-bringup/reactos/include/psdk/wincrypt.h Modified:

[ros-diffs] [ros-arm-bringup] 43507: - Implement ARM3 page fault handling. - Paged pool PTEs are demand zero PTEs while the memory hasn't been accessed -- this is the only type of fault supported. - B

2009-10-15 Thread ros-arm-bringup
Author: ros-arm-bringup Date: Fri Oct 16 00:08:26 2009 New Revision: 43507 URL: http://svn.reactos.org/svn/reactos?rev=43507view=rev Log: - Implement ARM3 page fault handling. - Paged pool PTEs are demand zero PTEs while the memory hasn't been accessed -- this is the only type of fault

[ros-diffs] [ros-arm-bringup] 43508: - Move some unimplemented Ex* Pool routines into ARM3's expool.c. - Move some unimplemented Mm* Pool routines into ARM3's pool.c.

2009-10-15 Thread ros-arm-bringup
Author: ros-arm-bringup Date: Fri Oct 16 02:28:33 2009 New Revision: 43508 URL: http://svn.reactos.org/svn/reactos?rev=43508view=rev Log: - Move some unimplemented Ex* Pool routines into ARM3's expool.c. - Move some unimplemented Mm* Pool routines into ARM3's pool.c. Modified:

[ros-diffs] [cgutman] 43510: - Add Alex's rasadhlp - It builds on my WC but it may not build on trunk (because of our lacking headers)

2009-10-15 Thread cgutman
Author: cgutman Date: Fri Oct 16 06:33:22 2009 New Revision: 43510 URL: http://svn.reactos.org/svn/reactos?rev=43510view=rev Log: - Add Alex's rasadhlp - It builds on my WC but it may not build on trunk (because of our lacking headers) Added: trunk/reactos/dll/win32/rasadhlp/