0a392b18 | 08-May-2019 |
Pierre Schweitzer <pierre@reactos.org> |
[BASESRV] Rewrite DOS devices management
This will notably bring support for DOS mapping with LUID devices (not yet supported in the kernel, though). This also reduces complexity (and thus memory us
[BASESRV] Rewrite DOS devices management
This will notably bring support for DOS mapping with LUID devices (not yet supported in the kernel, though). This also reduces complexity (and thus memory usage) with the "history" thing. Multiple targets are stored in the link target as MULTI_SZ string.
This fixes regressions introduced with kernel32 fixes/rewrites.
show more ...
|
827ed4b1 | 20-Oct-2018 |
Pierre Schweitzer <pierre@reactos.org> |
[NTVDM] Allow opening files with write access on CDROM
Some applications, run on a CDROM, may attempt to open a file with write access. CDFS driver will deny such request in ReactOS (but also in Win
[NTVDM] Allow opening files with write access on CDROM
Some applications, run on a CDROM, may attempt to open a file with write access. CDFS driver will deny such request in ReactOS (but also in Windows NT). Then, to restore that behavior from old Windows (9X), our ntvdm, as Microsoft ntvdm will attempt to reopen the file only with read access, if opening failed because of denied access and if the file is on a CDROM.
CORE-15211
show more ...
|