reactos/reactos
Pierre Schweitzer bcd5f02d0f [UDFS]
HIde a bug in UDFQueueDelayedClose() by removing the boolean storing the fact
that VCB resource was (or not) acquired.
If you debug it, you see that in finally block, value is set to false on exit
without any reason: it is always acquired!
Given it's always acquired, just drop the boolean, but this doesn't explain the
root cause of this bug....

Here it helps avoiding deadlocks on directory listing on a DVD formatted with UDF

CORE-4375

svn path=/trunk/; revision=74780
2017-06-03 18:12:25 +00:00
..
base [IEXPLORE] Sync with Wine Staging 2.9. CORE-13362 2017-06-03 17:28:59 +00:00
boot [HIVESYS]: Add some missing PnP classes... But as it says, "Device classes (this list is incomplete... and should be generated from .inf files during installation)" <-- the INFs in question are the INF hardware files in the media/inf directory. 2017-06-03 14:25:38 +00:00
dll [DPLAYX] Sync with Wine Staging 2.9. CORE-13362 2017-06-03 18:05:58 +00:00
drivers [UDFS] 2017-06-03 18:12:25 +00:00
hal [HAL] 2017-06-01 17:31:23 +00:00
media [DPLAYX] Sync with Wine Staging 2.9. CORE-13362 2017-06-03 18:05:58 +00:00
modules [TEST] 2016-05-09 20:57:35 +00:00
ntoskrnl [NTOS]: Better clean up behind ourselves on failure paths (aka. closing handles). These functions are clearly not written with correct cleanup-on-failure concept in mind... 2017-06-01 18:37:48 +00:00
sdk [PSDK] Update asptlb.idl. CORE-13362 2017-06-03 15:44:58 +00:00
subsystems [COMMAND]: Disable COMMAND.COM debugging messages by default. 2017-04-26 13:41:43 +00:00
win32ss [LOCALSPL] 2017-06-03 06:46:34 +00:00
apistatus.lst Create the AHCI branch for Aman's work 2016-04-24 20:17:09 +00:00
CMakeLists.txt [ISOHYBRID] 2017-01-24 22:53:20 +00:00
configure.cmd [CONFIGURE]: Better fix thanks to gigaherz. 2017-02-04 18:55:47 +00:00
configure.sh [CONFIGURE] 2016-04-24 22:40:53 +00:00
COPYING Create the AHCI branch for Aman's work 2016-04-24 20:17:09 +00:00
COPYING.ARM Create the AHCI branch for Aman's work 2016-04-24 20:17:09 +00:00
COPYING.LIB Create the AHCI branch for Aman's work 2016-04-24 20:17:09 +00:00
COPYING3 Create the AHCI branch for Aman's work 2016-04-24 20:17:09 +00:00
COPYING3.LIB Create the AHCI branch for Aman's work 2016-04-24 20:17:09 +00:00
CREDITS Create the AHCI branch for Aman's work 2016-04-24 20:17:09 +00:00
Doxyfile The javascript search is turd... 2016-07-01 17:29:19 +00:00
INSTALL Create the AHCI branch for Aman's work 2016-04-24 20:17:09 +00:00
PreLoad.cmake [SDK][CMAKE] The CMake folder is part of our SDK. CORE-9111 2016-05-20 16:06:48 +00:00
README [README] 2016-08-31 21:22:37 +00:00
toolchain-clang.cmake Create the AHCI branch for Aman's work 2016-04-24 20:17:09 +00:00
toolchain-gcc.cmake Create the AHCI branch for Aman's work 2016-04-24 20:17:09 +00:00
toolchain-msvc.cmake Create the AHCI branch for Aman's work 2016-04-24 20:17:09 +00:00

========================
ReactOS™ Version 0.4.x
Updated January 5, 2016
========================

1. What is ReactOS?
-------------------

ReactOS™ is an Open Source effort to develop a quality operating system that is
compatible with applications and drivers written for the Microsoft® Windows™ NT
family of operating systems (NT4, 2000, XP, 2003, Vista, Seven).

The ReactOS project, although currently focused on Windows Server 2003
compatibility, is always keeping an eye toward compatibility with
Windows Vista and future Windows NT releases.

More information is available at: https://www.reactos.org

2. Building ReactOS
-------------------

See the INSTALL file for more details.

3. More information
-------------------

See the media\doc subdirectory for some sparse notes.

4. Who is responsible
---------------------

See the CREDITS file.