A free Windows-compatible Operating System - mirrored from GitHub
Find a file
Timo Kreuzer 776eeb022a [NTOSKRNL]
In NtAllocateVirtualMemory, when MEM_RESET is passed, silence the DPRINT and also return STATUS_SUCCESS, since MEM_RESET is only an optimization (tells the memory manager that the contents shouldn't be written to the pagefile) and it won't hurt (except the performance) to pretend success. On the other hand paging out is probably never done anyway due to broken Mm.
This fixes spamming the log by Firefox. It does not fix the hangs that firfox suffers from.

svn path=/trunk/; revision=58047
2012-12-29 21:40:41 +00:00
reactos [NTOSKRNL] 2012-12-29 21:40:41 +00:00
rosapps [CMAKE] 2012-12-22 15:45:00 +00:00
rostests [CMAKE] 2012-12-22 10:46:37 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00