Re: Too low PTHREAD_STACK_MIN value?

2014-03-11 Thread David Chisnall
On 12 Mar 2014, at 02:07, Roger Pau Monné wrote: > I've found out that the value PTHREAD_STACK_MIN is currently set (2048 > bytes) seems to be way too low This looks like an error in your code. The spec says: > PTHREAD_STACK_MIN > Minimum size in bytes of thread stack storage. > Minimum Accept

Re: RFT vidcontrol for vt(4)

2014-03-11 Thread Ed Maste
On 11 March 2014 11:59, Steve Kargl wrote: > > Any chance that a manpage will ever show up? Yes, a vt(4) man page, and updates for pages like vidcontrol, are requirements for the project to be fully complete and shipped enabled by default in a release.

Re: iwn(4) in -HEAD supporting Centrino Wireless-N 135

2014-03-11 Thread Adrian Chadd
I still don't have any ideas here. I do however want to try hacking the driver to transmit EAPOL frames at the management rate, and then ensure the management rate is non-MCS. -a On 28 February 2014 15:14, Adrian Chadd wrote: > Hi, > > the interesting bits: > > > Feb 28 22:55:22 kernel: iwn_tx

Too low PTHREAD_STACK_MIN value?

2014-03-11 Thread Roger Pau Monné
Hello, While debugging a pthread program that sets the stack size of pthreads, I've found out that the value PTHREAD_STACK_MIN is currently set (2048 bytes) seems to be way too low. As an example, the following simple program will segfault: --- #include #include #include #include #define MAL

Re: RFT vidcontrol for vt(4)

2014-03-11 Thread Steve Kargl
On Tue, Mar 11, 2014 at 04:27:43PM +0200, Aleksandr Rybalko wrote: > Hello hackers! > > Here is link to the patch[1] for vidcontrol that makes it to know if it > run w/ or w/o vt(4) and if vt(4) is present, then: % man vt No manual entry for vt % man 4 vt No manual entry for vt % locate vt.4 /usr

Re: ZFS secondarycache on SSD problem on r255173

2014-03-11 Thread Matthew D. Fuller
On Mon, Mar 03, 2014 at 11:17:05AM +0200 I heard the voice of Andriy Gapon, and lo! it spake thus: > > I noticed that on some of our systems we were getting a clearly > abnormal number of l2arc checksum errors accounted in l2_cksum_bad. > The hardware appeared to be in good health. FWIW, I have a

RFT vidcontrol for vt(4)

2014-03-11 Thread Aleksandr Rybalko
Hello hackers! Here is link to the patch[1] for vidcontrol that makes it to know if it run w/ or w/o vt(4) and if vt(4) is present, then: 1. screen map feature disabled (vt(4) use Unicode, so screen map not needed). 2. enable to load fornt from /usr/share/vt/fonts/ dir. PLease put "gallant" font[

Re: signal 8 (floating point exception) upon resume

2014-03-11 Thread Bruce Evans
On Mon, 10 Mar 2014, John Baldwin wrote: On Tuesday, March 04, 2014 4:50:01 pm Bruce Evans wrote: On Tue, 4 Mar 2014, John Baldwin wrote: % Index: i386/i386/swtch.s % === % --- i386/i386/swtch.s (revision 262711) % +++ i386/i386/sw

processes stuck in vmo_de state

2014-03-11 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, I have recently upgraded my home storage box (Avoton based board running FreeBSD/amd64) from 10.0-RELEASE (patched with some ZFS changes) to -CURRENT. It looks like the system would easily hang when I start 'buildworld', when this happens, I sa

Re: Tuning libcrypt with Modular Crypt Format

2014-03-11 Thread John-Mark Gurney
A.J. Kehoe IV (Nanoman) wrote this message on Mon, Mar 10, 2014 at 18:12 -0400: > Derek (freebsd lists) wrote: > > [...] > > >On 03/07/2014 07:36 PM, Xin Li wrote: > >>On 03/07/14 14:50, A.J. Kehoe IV (Nanoman) wrote: > >>>Xin Li wrote: > >>On 2014-03-07 11:13, A.J. Kehoe IV (Nanoman) wrote: