Hello,
Let me invite you to the monthly status meeting taking place last
Thursday of this month, 31st of October, 19:00 UTC. Put that into your
calendars so you don't forget. That's the last day of this month too and
that's tomorrow!
IRC service will only be started shortly before the meeting. Your
participation passwords and server address will be emailed to you
shortly before the meeting starts, and they are going to be different
once again as they are not stored in any database. Hopefully it's not
much of inconvenience.
If someone still is not getting passwords sent before a meeting - please
email Pierre or Colin (depending who will handle this meeting) before
the meeting started to get one.
The agenda will be posted shortly before the meeting, suggestions are
welcome (send them to me shortly before the meeting starts).
Regards,
Aleksey Bragin
Hi,
North of Europa is facing a major storm. Currently, it is hitting Sweden
where it is really violent.
Unfortunately, some of our servers are there as well. Our datacenter has
been affected (likely power issue) and two servers are currently offline
and cannot be rebooted remotely.
Our local sysadmin cannot make a move to the datacenter following the
authorities recommandations to stay at home.
So far, the following parts of our infrastructure are offline:
-> Doxygen
-> cppcheck
-> ISO download
-> ISO upload
-> VMware testbots
As a side effect, I will take the Linux builder & KVM testbot offline
given it is impossible to upload any ISO at the moment.
We will do our best to get the infrastructure back online as fast as
possible.
We will keep you informed.
We are sorry for the caused inconvenience.
With my best regards,
--
Pierre Schweitzer<pierre at reactos.org>
System Administrator
ReactOS Foundation
How can I build and install ReactOS on a new computer?
Can I install to a USB stick or to a 1.2 GB IDE hard drive in a USB 2.0 hard-drive enclosure?
Main hard drive is Western Digital Green 3 TB, GPT-partitioned.
I would have to build from FreeBSD or less likely NetBSD or Linux.
I downloaded the installation ISO for ReactOS 0.3.15, but it failed to boot, also failed to boot on an old computer.
I already have subversion (svn), built from FreeBSD ports.
Tom
> [-- Type: multipart/alternative, Encoding: 7bit, Size: 3.0K --]
> Content-Type: multipart/alternative; boundary=001a11c3c7dccc447f04e913cb34
> Content-Type: text/plain; charset=UTF-8
> You can find ready-to-use builds of recent SVN revisions at:
> https://www.reactos.org/getbuilds
> If you don't see builds for the latest, use the arrows to go back until you
> find one that has files.
> You can NOT install ReactOS on a USB hard drive, though.
> If you do want to build from source regardless, you should look at RosBE,
> although I'm not sure if it works well in FreeBSD, since I build from
> Windows.
Thanks for response.
Linux and the BSDs are not so fussy about where they are installed on,
USB stick is OK.
But I remember DOS, Windows and OS/2 were fussy.
Do you use MinGW in Windows?
MinGW, subversion, ninja and GCC are all available in FreeBSD ports collection.
>From what I read, I think ReactOS might not get along with USB 3.0 and GPT,
hence the desire to use a USB stick.
FreeDOS also is difficult to install, many failed attempts on my computer
perhaps related to modern hardware.
FAT32 file system is not really good for making use of today's big hard drives.
But keeping up with NTFS is difficult because NTFS is a moving target (I believe).
I really feel more at home now with Linux and FreeBSD than with DOS, Windows or OS/2.
Tom
Hello.
Just nitpicking a bit:
>> -target_link_libraries(ntvdm softx86 softx87 fast486)
>> +target_link_libraries(ntvdm fast486)
>> add_importlibs(ntvdm msvcrt user32 gdi32 kernel32 ntdll)
>> -add_dependencies(ntvdm softx86 softx87)
>> +add_dependencies(ntvdm fast486)
The call to add_dependencies is useless here, as a call to target_link_libraries adds an implicit dependency.
Regards
Jérôme
Jim, this and your other patch can never happen. It's ListEntry that can be NULL, but Property will never be (in fact, it will be negative number). Also, ListEntry should never be NULL anyway, otherwise it means the list head is corrupted.
Containing record is just math...not a dereference.
--
Best regards,
Alex Ionescu
-----Original Message-----
From: ros-diffs-bounces(a)reactos.org [mailto:ros-diffs-bounces@reactos.org] On Behalf Of jimtabor(a)svn.reactos.org
Sent: Tuesday, October 15, 2013 3:17 PM
To: ros-diffs(a)reactos.org
Subject: [ros-diffs] [jimtabor] 60683: [Win32ss] - Prevent a potential kernel exception.
Author: jimtabor
Date: Tue Oct 15 22:16:31 2013
New Revision: 60683
URL: http://svn.reactos.org/svn/reactos?rev=60683&view=rev
Log:
[Win32ss]
- Prevent a potential kernel exception.
Modified:
trunk/reactos/win32ss/user/ntuser/prop.c
Modified: trunk/reactos/win32ss/user/ntuser/prop.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/user/ntuser/prop.c…
==============================================================================
--- trunk/reactos/win32ss/user/ntuser/prop.c [iso-8859-1] (original)
+++ trunk/reactos/win32ss/user/ntuser/prop.c [iso-8859-1] Tue Oct 15 22:16:31 2013
@@ -21,6 +21,7 @@
while (ListEntry != &Window->PropListHead)
{
Property = CONTAINING_RECORD(ListEntry, PROPERTY, PropListEntry);
+ if (!Property) break;
if (Property->Atom == Atom)
{
return(Property);
On 2013-10-16 00:14, jimtabor(a)svn.reactos.org wrote:
> URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/user/user32/window…
> ==============================================================================
> --- trunk/reactos/win32ss/user/user32/windows/prop.c [iso-8859-1] (original)
> +++ trunk/reactos/win32ss/user/user32/windows/prop.c [iso-8859-1] Tue Oct 15 22:14:48 2013
> @@ -53,6 +53,7 @@
> for (i = 0; i < pWnd->PropListItems; i++ )
> {
> Property = CONTAINING_RECORD(ListEntry, PROPERTY, PropListEntry);
> + if (!Property) break;
> if (Property->Atom == Atom)
> {
> return(Property);
>
>
That can't happen unless the list is corrupt.
And even if the list contains a null pointer (which it's not supposed
to), ListEntry would be NULL, not Property.
Sorry
Sent from my Windows Phone
From: Aleksey Bragin
Sent: 14-10-2013 PM 02:41
To: ReactOS Development List
Subject: Re: [ros-dev] reactos.org is down
Z, don't take that too seriously
;-)
Regards,
Aleksey Bragin
On 14.10.2013 7:12, Zachary Gorden wrote:
> Please refrain from making demands of a non-profit, volunteer driven
> project. It's impolite bordering towards insulting to the people
> working on the project.
>
> On Sun, Oct 13, 2013 at 7:45 PM, Ameer Ali <ameerali.ma(a)gmail.com> wrote:
>> Again its happening....pls don't repeat..
>>
>> Sent from my Windows Phone
>> ________________________________
>> From: Pierre Schweitzer
>> Sent: 14-10-2013 AM 02:58
>> To: ros-dev(a)reactos.org
>> Subject: Re: [ros-dev] reactos.org is down
>>
>> We're back online.
>>
>> On 13/10/2013 22:51, Pierre Schweitzer wrote:
>>
>> The faulty server is being replaced at the moment.
>>
>> On 13/10/2013 19:52, Pierre Schweitzer wrote:
>>
>> Hi,
>>
>> this is known issue (which has been handled 13 minutes after it
>> happened - just for the record ;-)). Unfortunately, so far, it is not
>> going very well.
>>
>> This affects: www.reactos.org, jira.reactos.org, dev.reactos.org,
>> code.reactos.org, ns1.reactos.org (use NS2 for the moment).
>>
>> We're sorry for the caused inconvenience.
>>
>> With my best regards,
>> Pierre
>>
>> On 13/10/2013 18:20, ????????? wrote:
>>
>> reactos.org is down
>> --
>> ? ?????????? ???????????, ?????????.
>>
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev
Good work buddies...
Sent from my Windows Phone
From: Aleksey Bragin
Sent: 09-10-2013 PM 06:37
To: ReactOS Development List
Subject: Re: [ros-dev] Branches status & cleanup
If he starts from the latter, then he would have more than enough money
to fund all ReactOS development and buy Microsoft Corp. :D
Regards,
Aleksey
On 09.10.2013 16:55, Hermès BÉLUSCA - MAÏTO wrote:
> Tip: order your priorities !!
>
> -----Message d'origine-----
> De : ros-dev-bounces(a)reactos.org [mailto:ros-dev-bounces@reactos.org] De la
> part de Timo Kreuzer
> Envoyé : mercredi 9 octobre 2013 11:08
> À : ReactOS Development List
> Objet : Re: [ros-dev] Branches status & cleanup
>
> Am 09.10.2013 10:18, schrieb Thomas Faber:
>> On 2013-10-07 23:03, Aleksey Bragin wrote:
>>> GSoC_2011
>>> Five subbranches. What's their status? Were they all merged?
>> - Claudiu's and mine are fully merged.
>> - According to SVN I took the explorer_new fixes from Andrew's into
>> trunk last year ... I'll recheck whether that was everything.
>> - Timo's is unmerged and has some unmet dependencies IIRC.
>> - Giannis merged most or all of his, but he should know best if there's
>> anything useful in there still.
> Please keep my GSoC branch, it contains code for the font engine rewrite,
> which is still WIP and I plan to continue on it after the DIB rewrite branch
> is finished. (And after I fixed PSEH3, implemented PSEH for C++ and CLANG,
> fixed a dozen Jira issues, rewrote Mm and Cc and found a cure for cancer.)
>
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev