https://git.reactos.org/?p=reactos.git;a=commitdiff;h=87f6c82d854583f715468…
commit 87f6c82d854583f71546841f4432f57e4a2d6c99
Author: Joachim Henze <Joachim.Henze(a)reactos.org>
AuthorDate: Tue Apr 21 23:26:47 2020 +0200
Commit: Joachim Henze <Joachim.Henze(a)reactos.org>
CommitDate: Tue Apr 21 23:26:47 2020 +0200
[WIN32SS] CORE-16738 Comment an assert
It popped up 2-3 times for me during several
months of ros usage and I could continue without
noticing any side effects.
Giannis who once added it, was ok with commenting it.
His words:
This assertion isn't something fatal,
the worst thing that can happen from continuing on it would be
to make the thread get awake more times than it should.
---
win32ss/user/ntuser/misc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/win32ss/user/ntuser/misc.c b/win32ss/user/ntuser/misc.c
index 99066d90fda..72706fa7f84 100644
--- a/win32ss/user/ntuser/misc.c
+++ b/win32ss/user/ntuser/misc.c
@@ -724,8 +724,8 @@ void UserDbgAssertThreadInfo(BOOL showCaller)
ASSERT(pci->ulClientDelta == DesktopHeapGetUserDelta());
if (pti->pcti && pci->pDeskInfo)
ASSERT(pci->pClientThreadInfo == (PVOID)((ULONG_PTR)pti->pcti - pci->ulClientDelta));
- if (pti->pcti && IsListEmpty(&pti->SentMessagesListHead))
- ASSERT((pti->pcti->fsChangeBits & QS_SENDMESSAGE) == 0);
+ //if (pti->pcti && IsListEmpty(&pti->SentMessagesListHead))
+ // ASSERT((pti->pcti->fsChangeBits & QS_SENDMESSAGE) == 0);
if (pti->KeyboardLayout)
ASSERT(pci->hKL == pti->KeyboardLayout->hkl);
if(pti->rpdesk != NULL)
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4da4a76d60f6121d55c98…
commit 4da4a76d60f6121d55c987d6667f0255ec1587de
Author: Stanislav Motylkov <x86corez(a)gmail.com>
AuthorDate: Tue Apr 21 04:04:46 2020 +0300
Commit: Stanislav Motylkov <x86corez(a)gmail.com>
CommitDate: Tue Apr 21 04:04:46 2020 +0300
[README] Replace IRC with our official chat
Also improve contributing section.
---
README.md | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 7b37ab9b11c..af6a476a985 100644
--- a/README.md
+++ b/README.md
@@ -88,12 +88,16 @@ If you discover a bug in ReactOS search on JIRA first - it might be reported alr
See ["File Bugs"](https://reactos.org/wiki/File_Bugs) for a guide.
-__NOTE:__ The bug tracker is _not_ for discussions. Please use `#reactos` Freenode IRC channel or our [forum](https://reactos.org/forum/).
+__NOTE:__ The bug tracker is _not_ for discussions. Please use our [official chat](https://chat.reactos.org/) or our [forum](https://reactos.org/forum/).
-## Contributing [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#ht… • ![prwelcome.badge]
+## Contributing [![prwelcome.badge]](https://reactos.org/wiki/Commiting_Changes)
We are always looking for developers! Check [how to contribute](CONTRIBUTING.md) if you are willing to participate.
+Try out cloud-based ReactOS development using Gitpod and Docker:
+
+[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#ht…
+
You can also support ReactOS by [donating](https://reactos.org/donate/)! We rely on our backers to maintain our servers and accelerate development by [hiring full-time devs](https://reactos.org/contributing/#paid-jobs).
## More information
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d3636e13046a216443cc6…
commit d3636e13046a216443cc66b3c47bd1bf142f21e2
Author: Serge Gautherie <32623169+SergeGautherie(a)users.noreply.github.com>
AuthorDate: Tue Apr 21 02:38:54 2020 +0200
Commit: GitHub <noreply(a)github.com>
CommitDate: Tue Apr 21 03:38:54 2020 +0300
[REACTOS] Update now-redirected 'http' and 'www.reactos.org' urls (#2583)
And improve/fix some urls.
---
.github/FUNDING.yml | 2 +-
CONTRIBUTING.md | 6 +++---
INSTALL | 6 +++---
README.md | 38 +++++++++++++++++++-------------------
4 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 1ed5207b427..7f376a5f477 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,2 +1,2 @@
-custom: ['https://reactos.org/donating', 'https://paypal.me/ReactOS']
+custom: ['https://reactos.org/donate/', 'https://paypal.me/ReactOS']
liberapay: ReactOS
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index fc1f21b1883..1f3657733c8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -77,7 +77,7 @@ To amend your commit with your name and e-mail (in any case you've forgot to set
Finding a good project to start with can be a challenge, because when starting out you are (usually) not aware of all the possibilities. To help you find a project, here are some ideas to try:
-- Find a test that fails, and try to make it succeed: <https://www.reactos.org/testman/>
+- Find a test that fails, and try to make it succeed: <https://reactos.org/testman/>
- Look around in JIRA, and if you have problems finding nice projects to start with, there is a label for this: <https://jira.reactos.org/issues/?jql=labels%20%3D%20starter-project>
- Ask for help on [IRC]
- Additionally, there are some tests that cause crashes/hangs, but these might be slightly harder: <https://jira.reactos.org/browse/ROSTESTS-125>
@@ -86,8 +86,8 @@ Finding a good project to start with can be a challenge, because when starting o
[debug]: https://reactos.org/wiki/Debugging
[JIRA]: https://jira.reactos.org/
[filing a bug report]: https://reactos.org/wiki/File_Bugs
- [testman]: https://www.reactos.org/testman/
- [migration to GitHub]: https://www.reactos.org/project-news/reactos-repository-migrated-github
+ [testman]: https://reactos.org/testman/
+ [migration to GitHub]: https://reactos.org/project-news/reactos-repository-migrated-github/
[humans are terrible at tracking large amount of information]: https://www.eurekalert.org/pub_releases/2005-03/aps-hmc030805.php
[Pull requests]: https://help.github.com/articles/about-pull-requests/
[tips for reviewing patches]: https://drupal.org/patch/review
diff --git a/INSTALL b/INSTALL
index fd4409ddde3..997812d640e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,7 +3,7 @@
To build the system it is strongly advised to use the ReactOS Build Environment
(RosBE). Up-to-date versions for Windows and for Unix/GNU-Linux are available
-from our download page at: http://www.reactos.org/wiki/Build_Environment/
+from our download page at: https://reactos.org/wiki/Build_Environment
Alternatively one can use Microsoft Visual C++ (MSVC) version 2010+, together
with separate installations of CMake and the Ninja build utility.
@@ -13,7 +13,7 @@ with separate installations of CMake and the Ninja build utility.
-------------------
A throughout guide for how to build ReactOS can be found at:
- http://www.reactos.org/wiki/Building_ReactOS
+ https://reactos.org/wiki/Building_ReactOS
In the following we only make a quick overview.
@@ -92,6 +92,6 @@ visit the address below. Mailing lists are available for a variety of topics,
bugs should be submitted to JIRA and general chat takes place in the forums,
or #reactos on freenode.
-http://www.reactos.org/
+https://reactos.org/
ReactOS Development Team
diff --git a/README.md b/README.md
index becb3fbabbf..7b37ab9b11c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
<p align=center>
- <a href="https://reactos.org">
+ <a href="https://reactos.org/">
<img alt="ReactOS" src="https://reactos.org/wiki/images/0/02/ReactOS_logo.png">
</a>
</p>
@@ -7,10 +7,10 @@
---
<p align=center>
- <a href="https://reactos.org/project-news/reactos-0413-released">
+ <a href="https://reactos.org/project-news/reactos-0413-released/">
<img alt="ReactOS 0.4.13 Release" src="https://img.shields.io/badge/release-0.4.13-0688CB.svg">
</a>
- <a href="https://reactos.org/download">
+ <a href="https://reactos.org/download/">
<img alt="Download ReactOS" src="https://img.shields.io/badge/download-latest-0688CB.svg">
</a>
<a href="https://sourceforge.net/projects/reactos">
@@ -19,7 +19,7 @@
<a href="https://github.com/reactos/reactos/blob/master/COPYING">
<img alt="License" src="https://img.shields.io/badge/license-GNU_GPL_2.0-0688CB.svg">
</a>
- <a href="https://reactos.org/donating">
+ <a href="https://reactos.org/donate/">
<img alt="Donate" src="https://img.shields.io/badge/%24-donate-E44E4A.svg">
</a>
<a href="https://twitter.com/reactos">
@@ -28,12 +28,12 @@
</p>
## Quick Links
-[Website](https://reactos.org) •
-[Official chat](https://chat.reactos.org) •
-[Wiki](https://reactos.org/wiki) •
-[Forum](https://reactos.org/forum) •
-[JIRA Bug Tracker](https://jira.reactos.org/issues) •
-[ReactOS Git mirror](https://git.reactos.org) •
+[Website](https://reactos.org/) •
+[Official chat](https://chat.reactos.org/) •
+[Wiki](https://reactos.org/wiki/) •
+[Forum](https://reactos.org/forum/) •
+[JIRA Bug Tracker](https://jira.reactos.org/issues/) •
+[ReactOS Git mirror](https://git.reactos.org/) •
[Testman](https://reactos.org/testman/)
## What is ReactOS?
@@ -51,9 +51,9 @@ The code of ReactOS is licensed under [GNU GPL 2.0](https://github.com/reactos/r
[![appveyor.badge]][appveyor.link] [![travis.badge]][travis.link] [![rosbewin.badge]][rosbewin.link] [![rosbeunix.badge]][rosbeunix.link] [![coverity.badge]][coverity.link]
To build the system it is strongly advised to use the _ReactOS Build Environment (RosBE)._
-Up-to-date versions for Windows and for Unix/GNU-Linux are available from our download page at: ["Build Environment"](http://www.reactos.org/wiki/Build_Environment).
+Up-to-date versions for Windows and for Unix/GNU-Linux are available from our download page at: ["Build Environment"](https://reactos.org/wiki/Build_Environment).
-Alternatively one can use Microsoft Visual C++ (MSVC) version 2010+. Building with MSVC is covered here: ["Visual Studio or Microsoft Visual C++"](https://www.reactos.org/wiki/CMake#Visual_Studio_or_Microsoft_Visual_C.2B.2B).
+Alternatively one can use Microsoft Visual C++ (MSVC) version 2010+. Building with MSVC is covered here: ["Visual Studio or Microsoft Visual C++"](https://reactos.org/wiki/CMake#Visual_Studio_or_Microsoft_Visual_C.2B.2B).
### Binaries
@@ -64,9 +64,9 @@ To build ReactOS you must run the `configure` script in the directory you want t
To build a bootable CD image run `ninja bootcd` from the
build directory. This will create a CD image with a filename `bootcd.iso`.
-See ["Building ReactOS"](http://www.reactos.org/wiki/Building_ReactOS) for more details.
+See ["Building ReactOS"](https://reactos.org/wiki/Building_ReactOS) for more details.
-You can always download fresh binary builds of bootable images from the ["Daily builds"](https://www.reactos.org/getbuilds/) page.
+You can always download fresh binary builds of bootable images from the ["Daily builds"](https://reactos.org/getbuilds/) page.
## Installing
@@ -80,21 +80,21 @@ FAT setup may be observed.
To install ReactOS from the bootable CD distribution, extract the archive contents. Then burn the CD image, boot from it, and follow the instructions.
-See ["Installing ReactOS"](https://www.reactos.org/wiki/Installing_ReactOS) Wiki page or [INSTALL](INSTALL) for more details.
+See ["Installing ReactOS"](https://reactos.org/wiki/Installing_ReactOS) Wiki page or [INSTALL](INSTALL) for more details.
## Testing
If you discover a bug in ReactOS search on JIRA first - it might be reported already. If not report the bug providing logs and as much information as possible.
-See ["File Bugs"](https://www.reactos.org/wiki/File_Bugs) for a guide.
+See ["File Bugs"](https://reactos.org/wiki/File_Bugs) for a guide.
-__NOTE:__ The bug tracker is _not_ for discussions. Please use `#reactos` Freenode IRC channel or our [forum](https://reactos.org/forum).
+__NOTE:__ The bug tracker is _not_ for discussions. Please use `#reactos` Freenode IRC channel or our [forum](https://reactos.org/forum/).
## Contributing [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#ht… • ![prwelcome.badge]
We are always looking for developers! Check [how to contribute](CONTRIBUTING.md) if you are willing to participate.
-You can also support ReactOS by [donating](https://reactos.org/donating)! We rely on our backers to maintain our servers and accelerate development by [hiring full-time devs](https://reactos.org/node/785).
+You can also support ReactOS by [donating](https://reactos.org/donate/)! We rely on our backers to maintain our servers and accelerate development by [hiring full-time devs](https://reactos.org/contributing/#paid-jobs).
## More information
@@ -105,7 +105,7 @@ It is not another wrapper built on Linux, like WINE. It does not attempt or plan
ReactOS is also not "yet another OS". It does not attempt to be a third player like any other alternative OS out there. People are not meant to uninstall Linux and use ReactOS instead; ReactOS is a replacement for Windows users who want a Windows replacement that behaves just like Windows.
-More information is available at: [reactos.org](https://www.reactos.org).
+More information is available at: [reactos.org](https://reactos.org/).
Also see the [media/doc](/media/doc/) subdirectory for some sparse notes.