Mark Millard wrote:
> [Something strange happened to the automatic CC: fill-in for my original
> reply. Also I should have mentioned that for my test program if a
> variant is made that does not fork the swapping works fine.]
>
> On 2017-Mar-15, at 9:37 AM, Mark Millard wrote:
>
> > On 2017-Mar-
I figured it out. I had been running on a 11.0-STABLE image without
/usr/src/*, went to download the src tarball and the closest match I
could find on FreeBSD's FTP site was for 11.0-RELEASE. Ended up
reloading 11.0-RELEASE (including /usr/src/*) and building 11.0-STABLE
with IPFW from that. Worked
On 15 Mar 2017, at 13:42, Pete French wrote:
>
>
>
> /usr/src/sys/modules/mlx4ib/../../ofed/drivers/infiniband/hw/mlx4/sysfs.c:90:22:
> error:
> format specifies type 'unsigned long long *' but the argument has type
> 'u64 *' (aka 'unsigned long *') [-Werror,-Wformat]
>sscanf
[Something strange happened to the automatic CC: fill-in for my original
reply. Also I should have mentioned that for my test program if a
variant is made that does not fork the swapping works fine.]
On 2017-Mar-15, at 9:37 AM, Mark Millard wrote:
> On 2017-Mar-15, at 6:15 AM, Scott Bennett wro
On Tue, Mar 14, 2017 at 10:09:06PM -0500, Steven Borrelli via freebsd-stable
wrote:
> Tried building IPFW into my kernel and it failed midway with this:
>
My laptop's kernel (config file named "CANARY") includes IPFW; this
morning's stable/11 update from:
FreeBSD g1-252.catwhisker.org 11.0-
/usr/src/sys/modules/mlx4ib/../../ofed/drivers/infiniband/hw/mlx4/sysfs.c:90:22:
error:
format specifies type 'unsigned long long *' but the argument has type
'u64 *' (aka 'unsigned long *') [-Werror,-Wformat]
sscanf(buf, "%llx", &sysadmin_ag_val);