Re: WEAK_REFERENCE?

2013-11-19 Thread Konstantin Belousov
On Tue, Nov 19, 2013 at 06:50:56PM +0100, Andreas Tobler wrote: > On 19.11.13 08:23, Konstantin Belousov wrote: > > On Mon, Nov 18, 2013 at 11:00:55PM +0100, Andreas Tobler wrote: > >> Here the two patches > >> amd64: > >> http://people.freebsd.org/~andreast/weak_ref_amd64.diff > >> i386: > >> http

Re: zpool requires re-import on reboot

2013-11-19 Thread Beeblebrox
Alan: This corrects the "zpool import" problem (thanks for that): zpool_cache_type="/boot/zfs/zpool.cache" zpool_cache_name="/boot/zfs/zpool.cache" But boot still drops to single user and needs "zfs mount -a" to locate the fstab entries. Some datasets have canmount=noauto (but have a correspondin

Re: 10.0-RELEASE cycle status update

2013-11-19 Thread Thomas Mueller
from Glen Barber and my previous message: > Software crashes because of incorrect/missing character encodings are > one symptom in particular. > > Release engineering estimated dates ought to be updated on the website. > Once -BETA4 is out, the remaining dates will be updated accordingly. > I d

Re: random_harvestq eats much on geode-lx alix2c3

2013-11-19 Thread Stanisław Halik
On Tue November 19 2013 23:01:37 Mark Robert Vaughan Murray wrote: > > rand_harvestq > Take a look at random(4) - sysctls to turn off harvesting are documented > there. Thanks! Turning off software interrupt collection brings the cpu usage next to nothing. > That is quite a busy harvestq - could

Re: 10.0-RELEASE cycle status update

2013-11-19 Thread Walter Hurry
On Tue, 19 Nov 2013 11:22:05 -0500, Glen Barber wrote: > As some may have noticed, the 10.0-RELEASE cycle has slipped a bit > behind schedule. No worries; release it when it's ready. Many thanks to all concerned for their efforts. ___ freebsd-current@f

Re: Is there already staging support within /ports/Mk/bsd.java.mk?

2013-11-19 Thread Baptiste Daroussin
On Mon, Nov 18, 2013 at 07:26:10PM +0100, Matthias Petermann wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello, > > while updating my SweetHome3D port I'd like to enable staging support. > The build process is using bsd.java.mk to build via ant. > > After removing NO_STAGE and a

Re: 10.0-RELEASE cycle status update

2013-11-19 Thread Glen Barber
On Tue, Nov 19, 2013 at 11:03:56PM +, Thomas Mueller wrote: > What are the symptoms I might look for on FreeBSD-current? > Software crashes because of incorrect/missing character encodings are one symptom in particular. > Release engineering estimated dates ought to be updated on the website

Re: 10.0-RELEASE cycle status update

2013-11-19 Thread Thomas Mueller
As some may have noticed, the 10.0-RELEASE cycle has slipped a bit behind schedule. > Here is where we stand at the moment: > - The iconv issues mentioned in a previous status update email[1] are >being looked at extensively. There are a number of iconv(3) fixes >that have been

Re: random_harvestq eats much on geode-lx alix2c3

2013-11-19 Thread Mark Robert Vaughan Murray
On 19 Nov 2013, at 00:22, Stanisław Halik wrote: > Hey, > > random_harvestq eats much, much CPU on alix2c3: > > CPU: Geode(TM) Integrated Processor by AMD PCS (498.06-MHz 586-class CPU) > glxsb0: mem > 0xefff4000-0xefff7fff irq 9 at device 1.2 on pci0 > > Could you please add a sysctl/loade

provide fast versions of ffsl and flsl for i386; ffsll and flsll for amd64

2013-11-19 Thread Andriy Gapon
These are just trivial wrappers based on the fact that int and long on i386 have the same "bit layout" and likewise for long and long long on amd64. For your reviewing pleasure :-) Thanks! commit fdc1228b113f8b4c9dbda2b0323cb087c6b6df9d Author: Andriy Gapon Date: Thu Nov 7 19:13:00 2013 +0200

Re: WEAK_REFERENCE?

2013-11-19 Thread Andreas Tobler
On 19.11.13 08:23, Konstantin Belousov wrote: > On Mon, Nov 18, 2013 at 11:00:55PM +0100, Andreas Tobler wrote: >> I prepared two patches, see below. The amd64 one is reviewed by bde@ and >> the i386 is compile tested by me (runtime is theoretically also done, >> but I'm not sure since I do not hav

10.0-RELEASE cycle status update

2013-11-19 Thread Glen Barber
As some may have noticed, the 10.0-RELEASE cycle has slipped a bit behind schedule. Here is where we stand at the moment: - The iconv issues mentioned in a previous status update email[1] are being looked at extensively. There are a number of iconv(3) fixes that have been committed to hea