Re: Benchmarks: FreeBSD 13 vs. NetBSD 9.2 vs. OpenBSD 7 vs. DragonFlyBSD 6 vs. Linux

2021-12-11 Thread dmilith .
know - benchmarking is hard. On Sat, 11 Dec 2021 at 12:01, Miroslav Lachman <000.f...@quip.cz> wrote: > On 11/12/2021 11:17, dmilith . wrote: > > 1. Where are compiler options for BSDs? > > 2. Why they compare -O2 to -O3 code in some benchmarks? Why they enable > > fast math

Re: Benchmarks: FreeBSD 13 vs. NetBSD 9.2 vs. OpenBSD 7 vs. DragonFlyBSD 6 vs. Linux

2021-12-11 Thread dmilith .
1. Where are compiler options for BSDs? 2. Why they compare -O2 to -O3 code in some benchmarks? Why they enable fast math in some, and disable it for others? 3. Why they don't mention powerd setup for FreeBSD? By default it may use slowest CPU mode. Did they even load cpufreq kernel module? 4. Did

Re: 13.0 RC4 might be delayed

2021-03-27 Thread dmilith .
It may not only be Virtualbox, but also happens under Vmware VMs. I use Vmware Fusion 7 pro as my software build-host on top of my Mac Pro for years now, but I can't build much with 13.0 cause regular build processes (like sed, awk, grep, zsh) turn into zombies randomly. Example shot from my

Re: HEADS-UP: PIE enabled by default on main

2021-02-28 Thread dmilith .
First of all - ALSR is designed as mitigation for external attacks, not internal ones (logged in user). Second - Linux and FreeBSD both have weak implementations in comparison to PAX-driven ones. Try attacking the system with Grsecurity or HardenedBSD (both use the strongest ASLR available AFAIK).