weiden(a)svn.reactos.com schrieb:
>implemented the ProcessSessionInformation information class
>
>
>Updated files:
>trunk/reactos/ntoskrnl/ps/process.c
>
>_______________________________________________
>Ros-svn mailing list
>Ros-svn(a)reactos.com
>http://reactos.com:8080/mailman/listinfo/ros-svn
>
>
>
>
Hi,
I think that some parts of your implementation are incorrect. The
function must check for the location of the buffer and the previous
mode. If the previous mode is user mode, the buffer must be located
within the user address space. IMHO using of MmCopyFrom/ToCaller is
better than using an exception block. It is also true for your following
commits.
- Hartmut
Hi,
I've a reactos install problem. If I select german as default language,
ros fails in second stage setup. I get a message box
'InitializeProfiles() failed'. I see that the folder 'Documents and
settings' changes to the german translation 'Dokumente und Einstellungen'.
- Hartmut
Just a late night idea. What about using the current revision number of
the local SVN repository as the build number? Major, minor and revision
number of ROS will be a matter of politics, but the build number will
give an exact coordinate in the space of the source code evolution. Is
there a way to get it in a portable way?
Emanuele
Changelog:
Add makefile for "polytest" test & enable it.
Fix compile warnings for diskspeed & zwcontinue tests
=====
Usurp (aka Sylvain Petreolle)
humans are like computers,
yesterday the BIOS was all
- today its just a word
After svn up and make clean, I get this error
ntdll: [CC] string/strstr.c
ntdll: [CC] string/strupr.c
ntdll: [CC] string/wstring.c
ntdll: [AR] ntdll.a
ntdll: [LD] ntdll.nostrip.dll
temp.exp(.edata+0x290):fake: undefined reference to `NtPlugPlayControl@12'
temp.exp(.edata+0xafc):fake: undefined reference to `ZwPlugPlayControl@12'
collect2: ld returned 1 exit status
make: *** [ntdll.nostrip.dll] Error 1
---
GNU ld version 2.15.90 20040222
GNU Make 3.80
gcc (GCC) 3.4.2 (mingw-special)
This small patch fixes a bug in getting the ip address form DNS, and
changes the time formatting to avoid internationalization issues ( .
vs , for thousands separator).
Andrew Munger
--
The cheese stands alone.
1. Add urlmon and shdocvw to the build
2. wget the mozilla control from there
"Url"="http://crossover.codeweavers.com/redirect/mozcontrol"
3. Install the control (It may fail a few times)
4. Copy msvcr70.dll to reactos\system32
5. start cmd.exe and cd to C:\program files\Mozilla ActiveX Control .....
6. type explorer
7. hit the webbutton
__________________________________
Do you Yahoo!?
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
http://info.mail.yahoo.com/mail_250
ion(a)svn.reactos.com wrote:
>Fix remaning ROS bugs. A minor hack has been added to ObCreateObject because it seems that gcc doesn't dword-align the stacks?!! Thanks to w3seek for some of the ex patches.
>
>
>
After what has now become 6 hours of work, I'm done fixing this stuff.
ROS should be usable, but I haven't ran full regression tests...probably
a lot of stuff is still broken.
Best regards,
Alex Ionescu