Репозиторий помещен в архив 03 апреля 2026. Вся функциональность доступна только для чтения.
0.4.14-dev
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
Add .keep guard files in order to restore lost but empty directories we had with SVN. Note that when you start populating these directories, you can remove the associated .keep guard file(s)!
[MSXML3R] XML/XSL file description localization (#1926)
[BOOTLIB] Disable some x86 / x64 specific code for other architectures
[FREELDR] Optimize and refactor the FAT driver. Do not read the whole cluster chain for file on opening. This removes restriction for opening files which span within a large amount of clusters (>65k). That happened because FrLdrTempAlloc cannot allocate more than about 256 KiB of memory.
[BOOTDATA] Factorize the creation of user profile directories inside a helper function that can be called with different parameters.