Re: SYSCTL_XXX(9) manual page deficiency

2010-05-16 Thread Giorgos Keramidas
On Wed, 21 Apr 2010 13:10:23 -0700, Maxim Sobolev wrote: > Hi, > > According to the manual page for the SYSCTL_XXX(9) family of > functions, in order to use them one needs to include sys/types.h and > sys/sysctl.h. However, if you do just that the code doesn't compile > due to missing DATA_SET() m

Re: [mini headsup] updating from 7.x to -CURRENT after lzma import

2010-05-16 Thread Kai Wang
On Sun, May 16, 2010 at 11:36:29AM -0700, Tim Kientzle wrote: > Xin LI wrote: > > The recent lzma import has enabled libarchive's lzma support. However, > > it have come to our attention that building -HEAD on earlier FreeBSD > > versions (specifically, 7.x after 700044 through 8.x before 800022)

Re: kgdb unuseable with cores on current (for some people)

2010-05-16 Thread Alan Cox
Benjamin Kaduk wrote: On Fri, 14 May 2010, Benjamin Kaduk wrote: On Fri, 14 May 2010, Alan Cox wrote: I suspect the following is needed: Index: vm/vm_page.c === --- vm/vm_page.c(revision 207823) +++ vm/vm_page.c

Re: [mini headsup] updating from 7.x to -CURRENT after lzma import

2010-05-16 Thread Tim Kientzle
Xin LI wrote: The recent lzma import has enabled libarchive's lzma support. However, it have come to our attention that building -HEAD on earlier FreeBSD versions (specifically, 7.x after 700044 through 8.x before 800022) have been broken. The reason behind this is that 'make buildworld' will b

an issue with head...

2010-05-16 Thread Randall Stewart
Hi all: I have head running on a VM (amd64) and when in DDB (from a panic of my making).. I can't call doadump... well I can but it returns a lovely panic recursed on non-recursive mutex in cam... I will try to get a picture next time of the VM window so I can get more information ;-o R --