head@r263419: buildworld is broken with WITHOUT_BSNMP

2014-03-20 Thread Sergey V. Dyatko
Hello, I'm trying to build r263419 and got following error: === sbin/atm/atmconfig (depend) cat /usr/src/sbin/atm/atmconfig/../../../contrib/ngatm/snmp_atm/atm_tree.def /usr/src/sbin/atm/atmconfig/../../../usr.sbin/bsnmpd/modules/snmp_atm/atm_freebsd.def | gensnmptree -e `tail -n +2

Re: Hello fdclose

2014-03-20 Thread John Baldwin
On Tuesday, March 18, 2014 5:35:16 pm Jilles Tjoelker wrote: On Tue, Mar 18, 2014 at 12:23:19AM +0100, Mariusz Zaborski wrote: After our previous discuss [1] I prepare fdclosedir(3) function which was committed by Pawel (cc'ed) in commit r254499. A while ago I also prepare the fdclose

Re: [rfc] /dev/devstat permissions patch

2014-03-20 Thread John Baldwin
On Tuesday, March 18, 2014 3:29:32 pm Maksim Yevmenkin wrote: hello, would anyone object to the following patch? I think this is fine. While you are at it, can you test this patch to remove D_NEEDGIANT? Index: subr_devstat.c

Re: Building with external toolchain was broken 6 months ago with r255187

2014-03-20 Thread John Baldwin
On Tuesday, March 18, 2014 6:20:50 pm Bjoern A. Zeeb wrote: On 18 Mar 2014, at 22:01 , John-Mark Gurney j...@funkthat.com wrote: Lev Serebryakov wrote this message on Wed, Mar 19, 2014 at 01:37 +0400: I did't build my NanoBSD images for almost year, and in this time our not-finished and

Re: Hello fdclose

2014-03-20 Thread John Baldwin
On Wednesday, March 19, 2014 4:28:15 pm Warren Block wrote: On Wed, 19 Mar 2014, John Baldwin wrote: On Wednesday, March 19, 2014 12:38:57 am Warren Block wrote: On Tue, 18 Mar 2014, John Baldwin wrote: On Monday, March 17, 2014 7:23:19 pm Mariusz Zaborski wrote: Hi, After our

Re: Building with external toolchain was broken 6 months ago with r255187

2014-03-20 Thread David Chisnall
On 20 Mar 2014, at 14:08, John Baldwin j...@freebsd.org wrote: No, the compiler should provide a working wmmintrin.h header in one of its built-in paths if it supports the AES instructions. This is akin to saying that code that uses stdio.h should use -I/usr/src/include. It does, however our

Re: Building with external toolchain was broken 6 months ago with r255187

2014-03-20 Thread Ian Lepore
On Thu, 2014-03-20 at 10:08 -0400, John Baldwin wrote: On Tuesday, March 18, 2014 6:20:50 pm Bjoern A. Zeeb wrote: On 18 Mar 2014, at 22:01 , John-Mark Gurney j...@funkthat.com wrote: Lev Serebryakov wrote this message on Wed, Mar 19, 2014 at 01:37 +0400: I did't build my NanoBSD

Re: [rfc] /dev/devstat permissions patch

2014-03-20 Thread Maksim Yevmenkin
On Thu, Mar 20, 2014 at 7:05 AM, John Baldwin j...@freebsd.org wrote: On Tuesday, March 18, 2014 3:29:32 pm Maksim Yevmenkin wrote: hello, would anyone object to the following patch? I think this is fine. While you are at it, can you test this patch to remove D_NEEDGIANT? Index:

Re: Building with external toolchain was broken 6 months ago with r255187

2014-03-20 Thread Warner Losh
On Mar 20, 2014, at 8:25 AM, David Chisnall thera...@freebsd.org wrote: On 20 Mar 2014, at 14:08, John Baldwin j...@freebsd.org wrote: No, the compiler should provide a working wmmintrin.h header in one of its built-in paths if it supports the AES instructions. This is akin to saying that

Re: panic: vm_fault: fault on nofault entry

2014-03-20 Thread Sean Bruno
On Mon, 2014-03-10 at 15:10 -0400, Glen Barber wrote: On Mon, Mar 10, 2014 at 09:01:12PM +0200, Konstantin Belousov wrote: On Mon, Mar 10, 2014 at 02:05:08PM -0400, Glen Barber wrote: Unread portion of the kernel message buffer: Sleeping thread (tid 100702, pid 24712) owns a non-sleepable

Re: Building with external toolchain was broken 6 months ago with r255187

2014-03-20 Thread John-Mark Gurney
Ian Lepore wrote this message on Thu, Mar 20, 2014 at 08:29 -0600: On Thu, 2014-03-20 at 10:08 -0400, John Baldwin wrote: On Tuesday, March 18, 2014 6:20:50 pm Bjoern A. Zeeb wrote: On 18 Mar 2014, at 22:01 , John-Mark Gurney j...@funkthat.com wrote: Lev Serebryakov wrote this

geli TRIM support

2014-03-20 Thread Greg Rivers
A while back there was talk of adding TRIM support to geli(8) [1]. Does anyone know if progress has been made or if there are still plans for it? [1] http://lists.freebsd.org/pipermail/freebsd-fs/2013-March/016773.html -- Greg Rivers ___

Re: Building with external toolchain was broken 6 months ago with r255187

2014-03-20 Thread John-Mark Gurney
Warner Losh wrote this message on Thu, Mar 20, 2014 at 11:30 -0600: On Mar 20, 2014, at 8:25 AM, David Chisnall thera...@freebsd.org wrote: On 20 Mar 2014, at 14:08, John Baldwin j...@freebsd.org wrote: No, the compiler should provide a working wmmintrin.h header in one of its

Re: geli TRIM support

2014-03-20 Thread Mike C.
I was actually googling about this yesterday and found no more info then the thread you posted. So its seems that nothing was done related to this so far? Which means using trim+geli is problematic. I was using my ssd with UFS+trim+geli in my laptop. But even before noticing the lack of

Re: Hello fdclose

2014-03-20 Thread Dag-Erling Smørgrav
Warren Block wbl...@wonkity.com writes: John Baldwin j...@freebsd.org writes: Warren Block wbl...@wonkity.com writes: .Fn fdclose is equivalent to .Fn fclose , but the file descriptor is returned rather than closed. Yes, but this has the 'no capital letter at the start of a

Re: Building with external toolchain was broken 6 months ago with r255187

2014-03-20 Thread Warner Losh
On Mar 20, 2014, at 12:24 PM, John-Mark Gurney j...@funkthat.com wrote: Warner Losh wrote this message on Thu, Mar 20, 2014 at 11:30 -0600: On Mar 20, 2014, at 8:25 AM, David Chisnall thera...@freebsd.org wrote: On 20 Mar 2014, at 14:08, John Baldwin j...@freebsd.org wrote: No, the

Re: Building with external toolchain was broken 6 months ago with r255187

2014-03-20 Thread Glen Barber
On Thu, Mar 20, 2014 at 02:16:08PM -0600, Warner Losh wrote: On Mar 20, 2014, at 12:24 PM, John-Mark Gurney j...@funkthat.com wrote: In investigating this, it looks like we might have a make rule conflict in usr.sbin/bsdconfig... It has a subdir includes, but bsd.subdir.mk also defines a

Re: Scripts for booting FreeBSD images from the install ISO for use in Jenkins?

2014-03-20 Thread Rainer Duffner
Am Mon, 17 Mar 2014 19:30:01 -0700 schrieb Craig Rodrigues rodr...@freebsd.org: Hi, For the BSD DevSummit in May, one of the items on our agenda: https://wiki.freebsd.org/201405DevSummit/Jenkins is to talk about writing scripts which can take a FreeBSD ISO image, and then boot it and

Re: Scripts for booting FreeBSD images from the install ISO for use in Jenkins?

2014-03-20 Thread Craig Rodrigues
On Tue, Mar 18, 2014 at 2:26 AM, Rainer Duffner rai...@ultra-secure.de wrote: Am Mon, 17 Mar 2014 19:30:01 -0700 schrieb Craig Rodrigues rodr...@freebsd.org: Hi, For the BSD DevSummit in May, one of the items on our agenda: https://wiki.freebsd.org/201405DevSummit/Jenkins is to talk

Re: Scripts for booting FreeBSD images from the install ISO for use in Jenkins?

2014-03-20 Thread Allan Jude
On 2014-03-20 22:40, Craig Rodrigues wrote: On Tue, Mar 18, 2014 at 2:26 AM, Rainer Duffner rai...@ultra-secure.de wrote: Am Mon, 17 Mar 2014 19:30:01 -0700 schrieb Craig Rodrigues rodr...@freebsd.org: Hi, For the BSD DevSummit in May, one of the items on our agenda: