Re: [PATCH] microoptimize by trying to avoid locking a locked mutex

2015-11-04 Thread Hans Petter Selasky
Hi, Did you test this patch works like expected with non x86 platforms? --HPS On 11/05/15 00:32, Mateusz Guzik wrote: mtx_lock will unconditionally try to grab the lock and if that fails, will call __mtx_lock_sleep which will immediately try to do the same atomic op again. So, the obvious mic

Re: Segmentation fault running ntpd

2015-11-04 Thread Doug Hardie
> On 4 November 2015, at 08:15, Mark Martinec > wrote: > > Upgrading 10.2-RELEASE-p6 to 10.2-RELEASE-p7 now solved ntpd crashes > (apparently fixed by: FreeBSD Errata Notice FreeBSD-EN-15:20.vm). > > Thanks!!! > > Mark > ntpdc hangs when you do a peers command on 9.3. Eventually it return

Re: Segmentation fault running ntpd

2015-11-04 Thread Ian Lepore
On Wed, 2015-11-04 at 17:49 -0800, Doug Hardie wrote: > > On 4 November 2015, at 08:15, Mark Martinec < > > mark.martinec+free...@ijs.si> wrote: > > > > Upgrading 10.2-RELEASE-p6 to 10.2-RELEASE-p7 now solved ntpd > > crashes > > (apparently fixed by: FreeBSD Errata Notice FreeBSD-EN-15:20.vm). >

r289932 causes pf reversion - breaks rules with broadcast destination

2015-11-04 Thread Tom Uffner
Commit r289932 causes pf rules with broadcast destinations (and some but not all rules after them in pf.conf) to be silently ignored. This is bad. this broke access to my samba shares, and every "pass in ..." rule occurring after the samba rule in my pf.conf. for example, the host in question i

[PATCH] microoptimize by trying to avoid locking a locked mutex

2015-11-04 Thread Mateusz Guzik
mtx_lock will unconditionally try to grab the lock and if that fails, will call __mtx_lock_sleep which will immediately try to do the same atomic op again. So, the obvious microoptimization is to check the state in __mtx_lock_sleep and avoid the operation if the lock is not free. This gives me ~4

FYI: SVN to GIT converter currently broken, github is falling behind

2015-11-04 Thread Ulrich Spörlein
The recent SVN update on the cluster broke svn2git in certain circumstances. To fix this and make sure no content was dropped, the converter has been stopped and we're working on bringing a fixed version online, as well as vetting the correctness of the published git repositories. ETA is currentl

Re: IPFW panic on boot

2015-11-04 Thread Mark Felder
On Tue, Nov 3, 2015, at 21:29, David Wolfskill wrote: > On Tue, Nov 03, 2015 at 09:08:28PM -0600, Mark Felder wrote: > > Recent ipfw commits now cause my firewall to panic on boot. I had to > > revert them and only pull in Adrian's ath fix which was to fix yet a > > different panic I was encounte

Re: Segmentation fault running ntpd

2015-11-04 Thread Mark Martinec
Upgrading 10.2-RELEASE-p6 to 10.2-RELEASE-p7 now solved ntpd crashes (apparently fixed by: FreeBSD Errata Notice FreeBSD-EN-15:20.vm). Thanks!!! Mark On 2015-11-01 10:31, Andre Albsmeier wrote: On Fri, 30-Oct-2015 at 19:47:59 +0100, Mark Martinec wrote: Not sure if it's the same issue, but

Re: 11.0-CURRENT r290273: installer fails with "out of swap space" error

2015-11-04 Thread Maxim Pugachev
Mark, Yes, thanks, I'll try to test it with 4GB. Forgot to mention that I use "auto" setup: entire disk for UFS. Installer fails when extracting kernel.txz On Wed, Nov 4, 2015 at 1:45 AM, Mark Martinec wrote: > On 2015-11-03 21:50, Maxim Pugachev wrote: >> >> I tried to install r29273 into Paral