Author: greatlrd
Date: Fri Jun 8 01:33:17 2007
New Revision: 27064
URL: http://svn.reactos.org/svn/reactos?rev=27064&view=rev
Log:
patch from Pierre Schweitzer <heis_spiter at hotmail dot com>
comment from Pierre Schweitzer
In rev 27054, ekohl reduced access right when creating partition list (when
opening "disk"). To work, usetup needs more rights (like reading contents). So
this patch adds the missing right
See issue #2293 for more details.
Modified:
trunk/reactos/base/setup/usetup/partlist.c
Modified: trunk/reactos/base/setup/usetup/partlist.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/usetup/partlist…
==============================================================================
--- trunk/reactos/base/setup/usetup/partlist.c (original)
+++ trunk/reactos/base/setup/usetup/partlist.c Fri Jun 8 01:33:17 2007
@@ -949,7 +949,7 @@
NULL);
Status = NtOpenFile (&FileHandle,
- FILE_READ_ATTRIBUTES | SYNCHRONIZE,
+ FILE_READ_DATA | FILE_READ_ATTRIBUTES | SYNCHRONIZE,
&ObjectAttributes,
&Iosb,
FILE_SHARE_READ,
Author: greatlrd
Date: Fri Jun 8 02:09:47 2007
New Revision: 27065
URL: http://svn.reactos.org/svn/reactos?rev=27065&view=rev
Log:
revert my commit to this filem sorry breaking the build it is fix 1 / 2 next commit fixing the build again
Modified:
trunk/reactos/hal/hal/hal.def
Modified: trunk/reactos/hal/hal/hal.def
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/hal/hal.def?rev=27065&…
==============================================================================
--- trunk/reactos/hal/hal/hal.def (original)
+++ trunk/reactos/hal/hal/hal.def Fri Jun 8 02:09:47 2007
@@ -47,7 +47,6 @@
HalInitSystem@8
HalInitializeProcessor@8
HalMakeBeep@4
-HalPutDmaAdapter@4
HalProcessorIdle@0
HalQueryDisplayParameters@16
HalQueryRealTimeClock@4
Author: greatlrd
Date: Fri Jun 8 15:36:38 2007
New Revision: 27067
URL: http://svn.reactos.org/svn/reactos?rev=27067&view=rev
Log:
update with some new info
Modified:
trunk/reactos/dll/directx/ddraw/ddraw_structures.txt
Modified: trunk/reactos/dll/directx/ddraw/ddraw_structures.txt
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/directx/ddraw/ddraw_st…
==============================================================================
--- trunk/reactos/dll/directx/ddraw/ddraw_structures.txt (original)
+++ trunk/reactos/dll/directx/ddraw/ddraw_structures.txt Fri Jun 8 15:36:38 2007
@@ -325,3 +325,32 @@
LPVOID lpLink;
DWORD dwIntRefCnt;
} DDRAWI_DDCOLORCONTROL_INT, *LPDDRAWI_DDCOLORCONTROL_INT
+
+
+
+Undocument behvoirs
+
+typedef struct _DDHAL_GETAVAILDRIVERMEMORYDATA
+{
+ LPDDRAWI_DIRECTDRAW_GBL lpDD;
+ DDSCAPS DDSCaps;
+ DWORD dwTotal;
+ DWORD dwFree;
+ HRESULT ddRVal;
+ LPDDHAL_GETAVAILDRIVERMEMORY GetAvailDriverMemory;
+ DDSCAPSEX ddsCapsEx;
+
+} DDHAL_GETAVAILDRIVERMEMORYDATA;
+
+
+DDHAL_GETAVAILDRIVERMEMORYDATA->GetAvailDriverMemory
+ in msdn say this is private use for ddraw, I found out
+ this will set current COM object pointer memory address
+ and send it down (the Ddraw->iface pointer being set)
+
+ but the fun thing this member do not need be set
+ ReactOS ddraw will not copy this behoir.
+
+
+
+
Author: greatlrd
Date: Fri Jun 8 15:43:16 2007
New Revision: 27068
URL: http://svn.reactos.org/svn/reactos?rev=27068&view=rev
Log:
my last commit was wrong, more testing show me diffen
Modified:
trunk/reactos/dll/directx/ddraw/ddraw_structures.txt
Modified: trunk/reactos/dll/directx/ddraw/ddraw_structures.txt
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/directx/ddraw/ddraw_st…
==============================================================================
--- trunk/reactos/dll/directx/ddraw/ddraw_structures.txt (original)
+++ trunk/reactos/dll/directx/ddraw/ddraw_structures.txt Fri Jun 8 15:43:16 2007
@@ -328,29 +328,8 @@
-Undocument behvoirs
-
-typedef struct _DDHAL_GETAVAILDRIVERMEMORYDATA
-{
- LPDDRAWI_DIRECTDRAW_GBL lpDD;
- DDSCAPS DDSCaps;
- DWORD dwTotal;
- DWORD dwFree;
- HRESULT ddRVal;
- LPDDHAL_GETAVAILDRIVERMEMORY GetAvailDriverMemory;
- DDSCAPSEX ddsCapsEx;
-
-} DDHAL_GETAVAILDRIVERMEMORYDATA;
-
-
-DDHAL_GETAVAILDRIVERMEMORYDATA->GetAvailDriverMemory
- in msdn say this is private use for ddraw, I found out
- this will set current COM object pointer memory address
- and send it down (the Ddraw->iface pointer being set)
-
- but the fun thing this member do not need be set
- ReactOS ddraw will not copy this behoir.
-
-
-
-
+
+
+
+
+
Author: dreimer
Date: Fri Jun 8 17:21:22 2007
New Revision: 27071
URL: http://svn.reactos.org/svn/reactos?rev=27071&view=rev
Log:
- Move "title" command under @echo off.
- Fix a disturbing "File not Found" in Clean.cmd, thx to Colin Finck for help
Modified:
trunk/tools/RosBE-Windows/Root/Build-Multi.cmd
trunk/tools/RosBE-Windows/Root/Build-Shared.cmd
trunk/tools/RosBE-Windows/Root/Build.cmd
trunk/tools/RosBE-Windows/Root/Clean.cmd
trunk/tools/RosBE-Windows/Root/Help.cmd
trunk/tools/RosBE-Windows/Root/RosBE.cmd
Modified: trunk/tools/RosBE-Windows/Root/Build-Multi.cmd
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/Build-Mul…
==============================================================================
--- trunk/tools/RosBE-Windows/Root/Build-Multi.cmd (original)
+++ trunk/tools/RosBE-Windows/Root/Build-Multi.cmd Fri Jun 8 17:21:22 2007
@@ -1,10 +1,11 @@
-:: Copyright (c) Peter Ward. All rights reserved.
-:: (Inspired by Dazzle from TinyKRNL)
+:: Copyright (c) Peter Ward, Colin Finck and Daniel Reimer. All rights reserved.
::
-:: Perform the build of ReactOS, but use the -j option
-:: with the appropriate number for the number of CPUs
-:: in the system.
+:: Perform the build of ReactOS, but use the -j option
+:: with the appropriate number for the number of CPUs
+:: in the system.
@echo off
+
+title Building...
::
:: Clear variables before use.
Modified: trunk/tools/RosBE-Windows/Root/Build-Shared.cmd
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/Build-Sha…
==============================================================================
--- trunk/tools/RosBE-Windows/Root/Build-Shared.cmd (original)
+++ trunk/tools/RosBE-Windows/Root/Build-Shared.cmd Fri Jun 8 17:21:22 2007
@@ -1,4 +1,10 @@
+:: Copyright (c) Peter Ward, Colin Finck and Daniel Reimer. All rights reserved.
+::
:: Shared actions for "Build.cmd" and "Build-Multi.cmd"
+::
+@echo off
+
+title Building...
::
:: Check if config.template.rbuild is newer than config.rbuild,
Modified: trunk/tools/RosBE-Windows/Root/Build.cmd
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/Build.cmd…
==============================================================================
--- trunk/tools/RosBE-Windows/Root/Build.cmd (original)
+++ trunk/tools/RosBE-Windows/Root/Build.cmd Fri Jun 8 17:21:22 2007
@@ -1,8 +1,9 @@
-:: Copyright (c) Peter Ward. All rights reserved.
-:: (Inspired by Dazzle from TinyKRNL)
+:: Copyright (c) Peter Ward, Colin Finck and Daniel Reimer. All rights reserved.
::
:: Perform the build of ReactOS.
@echo off
+
+title Building...
::
:: Set the build command
Modified: trunk/tools/RosBE-Windows/Root/Clean.cmd
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/Clean.cmd…
==============================================================================
--- trunk/tools/RosBE-Windows/Root/Clean.cmd (original)
+++ trunk/tools/RosBE-Windows/Root/Clean.cmd Fri Jun 8 17:21:22 2007
@@ -2,19 +2,19 @@
::
:: Clean the ReactOS source directory.
::
+@echo off
+
title Cleaning...
-
-@echo off
if "%1" == "" (
::
- :: Check if we have something to clean, if so, clean it.
+ : Check if we have something to clean, if so, clean it.
::
if exist "%_ROSSOURCEDIR%\obj-i386\." (
echo Cleaning ReactOS source directory...
::
- :: Run ReactOS's make clean.
+ : Run ReactOS's make clean.
::
if exist "%_ROSSOURCEDIR%\makefile.auto" (
if not "%CD%" == "%_ROSSOURCEDIR%" (
@@ -27,7 +27,7 @@
)
::
- :: Remove directories/makefile.auto created by the build.
+ : Remove directories/makefile.auto created by the build.
::
if exist "%_ROSSOURCEDIR%\obj-i386\." (
rd /s /q "%_ROSSOURCEDIR%\obj-i386" 1> NUL 2> NUL
@@ -43,7 +43,7 @@
)
::
- :: Now delete auto-generated/copied files not removed by make clean.
+ : Now delete auto-generated/copied files not removed by make clean.
::
del /f "%_ROSSOURCEDIR%\media\inf\syssetup.inf" 1> NUL 2> NUL
del /f "%_ROSSOURCEDIR%\include\roscfg.h" 1> NUL 2> NUL
@@ -90,7 +90,7 @@
)
if "%1" == "logs" (
::
- :: Check if we have any logs to clean, if so, clean them.
+ : Check if we have any logs to clean, if so, clean them.
::
if exist "%_ROSBELOGDIR%\*.txt" (
echo Cleaning build logs...
Modified: trunk/tools/RosBE-Windows/Root/Help.cmd
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/Help.cmd?…
==============================================================================
--- trunk/tools/RosBE-Windows/Root/Help.cmd (original)
+++ trunk/tools/RosBE-Windows/Root/Help.cmd Fri Jun 8 17:21:22 2007
@@ -2,9 +2,9 @@
::
:: Display help for the commands included with the ReactOS Build Environment.
::
+@echo off
+
title ReactOS Build Environment 0.3.6
-
-@echo off
if "%1" == "" (
echo.
Modified: trunk/tools/RosBE-Windows/Root/RosBE.cmd
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/RosBE.cmd…
==============================================================================
--- trunk/tools/RosBE-Windows/Root/RosBE.cmd (original)
+++ trunk/tools/RosBE-Windows/Root/RosBE.cmd Fri Jun 8 17:21:22 2007
@@ -3,9 +3,9 @@
:: This script provides/sets up various build environments for
:: ReactOS. Currently it provides GCC 4.1.3 build environments.
::
+@echo off
+
title ReactOS Build Environment 0.3.6
-
-@echo off
if "%1" == "" (
color 0A