Re: compiler info in kernel identification string

2012-11-14 Thread Dimitry Andric
On 2012-11-14 00:43, Mateusz Guzik wrote: avg@ suggested to include compiler version in the kernel so that it's present in uname (and one can easly tell what was used to compile it). Here is my attempt: http://people.freebsd.org/~mjg/patches/newvers-compiler.diff Basically adds compiler name

Re: svn commit: r242910 - in user/andre/tcp_workqueue/sys: kern sys

2012-11-14 Thread Andre Oppermann
On 14.11.2012 03:10, Alfred Perlstein wrote: Andre, do you think the variable realmem could be exported as something like kmemsize or something? Or maybe a function call to subr_param.c? The reason I ask is that I would like to scale things like number of default sysv semaphores to something

Re: compiler info in kernel identification string

2012-11-14 Thread Dimitry Andric
On 2012-11-14 08:01, Daniel Braniss wrote: in the old days (I'm talking before C :-) I remmeber one compiler putting such info in the code it produced, I wonder if that's the case with gcc/clang, and if so it would be nice if file(1) could show it. my 3c, As far as I know, gcc has always

Re: -Current built with clang as default + ports

2012-11-14 Thread Dimitry Andric
On 2012-11-14 00:51, AN wrote: Can anyone comment on current built with clang as default compiler and ports? Are there any major problems, programs that don't run? There are some ports that don't compile, and obviously there will be a few that do compile, but fail to run correctly.

Looking for bge(4) , bce(4) and igb(4) cards

2012-11-14 Thread Andre Oppermann
Hello I currently working on a number of drivers for popular network cards and extend them with automatic hybrid interrupt/polling ithread processing with life-lock prevention (so that the driver can't consume all CPU when under heavy load or attack). To properly test this I need the proper

Re: gptzfsboot error using HP Smart Array P410i Controller

2012-11-14 Thread Andriy Gapon
Guys, if you still have the hardware and use FreeBSD, could you please try r243025? http://svnweb.freebsd.org/base?view=revisionrevision=243025 -- Andriy Gapon ___ freebsd-current@freebsd.org mailing list

Re: Looking for bge(4) , bce(4) and igb(4) cards

2012-11-14 Thread Rainer Duffner
Am Wed, 14 Nov 2012 11:31:08 +0100 schrieb Andre Oppermann an...@freebsd.org: Hello I currently working on a number of drivers for popular network cards and extend them with automatic hybrid interrupt/polling ithread processing with life-lock prevention (so that the driver can't consume

Re: Supermicro X8DT6 crashes in bootloader after r239066

2012-11-14 Thread Andriy Gapon
on 31/10/2012 07:31 Navdeep Parhar said the following: I have one of these X8DT6 systems. It has grub2 as the primary boot loader which then loads zfsloader. Many weeks back I updated the BIOS, grub, and FreeBSD and ran into a similar problem -- zfsloader would start, print a few messages,

Re: gptzfsboot error using HP Smart Array P410i Controller

2012-11-14 Thread Palle Girgensohn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks, We can chack it out, we are about to reinstall a machine. Migth be a HP DL380 *G6* though, does that matter? Andriy Gapon skrev: Guys, if you still have the hardware and use FreeBSD, could you please try r243025?

Re: compiler info in kernel identification string

2012-11-14 Thread Ian Lepore
On Wed, 2012-11-14 at 10:25 +0100, Dimitry Andric wrote: On 2012-11-14 00:43, Mateusz Guzik wrote: avg@ suggested to include compiler version in the kernel so that it's present in uname (and one can easly tell what was used to compile it). Here is my attempt:

Re: gptzfsboot error using HP Smart Array P410i Controller

2012-11-14 Thread Björn Larsson
Hi Andriy, I still have the HW and will test this next week. Thanks, Björn Skickat från min iPhone 14 nov 2012 kl. 12:13 skrev Palle Girgensohn gir...@freebsd.org: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks, We can chack it out, we are about to reinstall a machine. Migth

Re: Supermicro X8DT6 crashes in bootloader after r239066

2012-11-14 Thread Navdeep Parhar
On 11/14/12 03:17, Andriy Gapon wrote: on 31/10/2012 07:31 Navdeep Parhar said the following: I have one of these X8DT6 systems. It has grub2 as the primary boot loader which then loads zfsloader. Many weeks back I updated the BIOS, grub, and FreeBSD and ran into a similar problem --

Re: Compile FreeBSD kernel with gcc48

2012-11-14 Thread Alie Tan
On 2012-11-11 10:59, Alie Tan wrote: Anyone have experience compiling FreeBSD kernel with gcc48 I have tried it but no success with this in src.conf C= /usr/local/bin/gcc48 CXX= /usr/local/bin/g++48 CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes