Sergey Temerkhanov
Sergey Temerkhanov
> > Instead of calling mmap() twice, we do mmap(...PROT_READ|PROT_WRITE...) + mprotect(PROT_NONE) to get the guard pages > > Right @temerkhanov -- I get this -- but what's the benefit...
> While this seems reasonable @temerkhanov -- I wonder why do you think we need it -- IOW what's the improvement with this PR. > > Have you seen this...
Steps to Reproduce: - Set up EVE and try to update the EVE image via "eden controller" Actual Results: - OOM logs on the screen and a reset Expected Results:...
We should take into account a completely valid use case when we can have multiple USB controllers loading some firmware. In this case we can have endpoint addresses differing between...
On UEFI the SMBIOS3 tables should be published along with the other tables
gperftools is there mainly for pprof which is a useful memory profiler. Of course, we can go for massif, but having 2 memory profilers might prove convenient - especially, pprof...
I have never tried it on MacOS/Fusion. Does the service start correctly after installation in your XP system?
Looks like it's not there. I'd suggest putting the executable into c:\Windows\System32 and running the installation again
Observed on Windows 2000 Professional SP4, but not on Advanced Server SP4