I didn't deny anyone anything. I'm not the author of the code you just
"fixed" (you missed the brackets btw). I see that you were corrected by
him in r60473.
Regards,
Amine.
Hello,
Let me invite you to the monthly status meeting taking place last
Thursday of this month, 26th of September, 19:00 UTC. Put that into your
calendars so you don't forget. 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 before the meeting started to get one. And thanks Pierre
for handling technical side of the meeting nearly all the time.
The agenda will be posted shortly before the meeting, suggestions are
welcome (send them to me shortly before the meeting starts).
Regards,
Aleksey Bragin
Give contact details for immediate fund transfer...
Sent from my Windows Phone
-----Original Message-----
From: Pierre Schweitzer
Sent: 22-09-2013 PM 04:31
To: ReactOS Development List
Subject: Re: [ros-dev] reactos.org is down
Your offer to pay a full-time sysadmins team (4 is fine), with on-call
time for the next year has been well received.
Thanks as well to offer us two more machines to ensure this never
happens again.
Please contact ReactOS Deutschland e.V. for fund transfert information.
Such considerable efforts are never forgotten.
On 22/09/2013 12:39, Ameer Ali wrote:
> Makesure that reactos.org site is available at everytime.Many activity got
> pending due to this. Don't repeat.
>
> Provide action plan for the same.urgent
>
> Sent from my Linux Phone
> ------------------------------
> From: Pierre Schweitzer
> Sent: 22-09-2013 PM 03:26
> To: ros-dev(a)reactos.org
> Subject: Re: [ros-dev] reactos.org is down
>
> Hi,
>
> we're currently getting back online.
>
> Sorry for the inconvenience caused by this downtime.
>
> With my best regards,
>
> On 22/09/2013 11:25, Александр wrote:
>
> reactos.org is down
--
Pierre Schweitzer<pierre at reactos.org>
System Administrator
ReactOS Foundation
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev
Makesure that reactos.org site is available at everytime.Many activity got
pending due to this. Don't repeat.
Provide action plan for the same.urgent
Sent from my Linux Phone
------------------------------
From: Pierre Schweitzer
Sent: 22-09-2013 PM 03:26
To: ros-dev(a)reactos.org
Subject: Re: [ros-dev] reactos.org is down
Hi,
we're currently getting back online.
Sorry for the inconvenience caused by this downtime.
With my best regards,
On 22/09/2013 11:25, Александр wrote:
reactos.org is down
--
С наилучшими пожеланиями, Александр.
_______________________________________________
Ros-dev mailing
listRos-dev@reactos.orghttp://www.reactos.org/mailman/listinfo/ros-dev
--
Pierre Schweitzer<pierre at reactos.org>
System Administrator
ReactOS Foundation
I think a call to IoReleaseCancelSpinLock should be balanced with a call to
IoAcquireCancelSpinLock somewhere in the npfs_new code, however, looking at:
http://git.reactos.org/?p=reactos.git
<http://git.reactos.org/?p=reactos.git&a=search&h=HEAD&st=grep&s=IoAcquireCa
ncelSpinLock> &a=search&h=HEAD&st=grep&s=IoAcquireCancelSpinLock
I dont see any call to IoAcquireCancelSpinLock in npfs_new. Can someone
explain to me, why ?
Hermès
Author: tfaber
Date: Fri Sep 20 06:49:21 2013
New Revision: 60231
URL: http://svn.reactos.org/svn/reactos?rev=60231&view=rev
Log:
[NPFS]
- Release cancel spinlock in NpCancelListeningQueueIrp
Modified:
trunk/reactos/drivers/filesystems/npfs_new/statesup.c
Modified: trunk/reactos/drivers/filesystems/npfs_new/statesup.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/npfs_ne
w/statesup.c?rev=60231&r1=60230&r2=60231&view=diff
============================================================================
==
--- trunk/reactos/drivers/filesystems/npfs_new/statesup.c [iso-8859-1]
(original)
+++ trunk/reactos/drivers/filesystems/npfs_new/statesup.c [iso-8859-1] Fri
Sep 20 06:49:21 2013
@@ -20,6 +20,8 @@
NpCancelListeningQueueIrp(IN PDEVICE_OBJECT DeviceObject,
IN PIRP Irp)
{
+ IoReleaseCancelSpinLock(Irp->CancelIrql);
+
FsRtlEnterFileSystem();
NpAcquireExclusiveVcb();
On 2013-09-18 01:02, hbelusca(a)svn.reactos.org wrote:
> Added:
> branches/ntvdm/lib/soft386/common.inl (with props)
It's a header file. Can you name it .h please to not break syntax
highlight? Thanks.