Re: svn commit: r288079 - in stable/10/sys: kern sys

2015-09-23 Thread Kirk McKusick
Sorry for the screwup on the build which thankfully kib fixed before I had awakened to read my @freebsd mail. Note to self, do not do checkins at the end of the day. I did go back to figure out how that screwup happened. I have just started using bhyve virtual machines to compile and test kernel u

Re: svn commit: r288079 - in stable/10/sys: kern sys

2015-09-22 Thread Conrad Meyer
On Mon, Sep 21, 2015 at 11:55 PM, Oliver Pinter wrote: > On 9/22/15, Oliver Pinter wrote: >> Seems like this commit breaks the build: >> >> --- vfs_hash.o --- >> /jenkins/workspace/HardenedBSD-10-STABLE-amd64/sys/kern/vfs_hash.c:184:2: >> error: implicit declaration of function 'rw_wlock' is inva

Re: svn commit: r288079 - in stable/10/sys: kern sys

2015-09-21 Thread Oliver Pinter
On 9/22/15, Oliver Pinter wrote: > On 9/22/15, Kirk McKusick wrote: >> Author: mckusick >> Date: Tue Sep 22 00:43:05 2015 >> New Revision: 288079 >> URL: https://svnweb.freebsd.org/changeset/base/288079 >> >> Log: >> MFC of 281677: >> >> More accurately collect name-cache statistics in sysctl

Re: svn commit: r288079 - in stable/10/sys: kern sys

2015-09-21 Thread Oliver Pinter
On 9/22/15, Kirk McKusick wrote: > Author: mckusick > Date: Tue Sep 22 00:43:05 2015 > New Revision: 288079 > URL: https://svnweb.freebsd.org/changeset/base/288079 > > Log: > MFC of 281677: > > More accurately collect name-cache statistics in sysctl functions > sysctl_debug_hashstat_nchash()

svn commit: r288079 - in stable/10/sys: kern sys

2015-09-21 Thread Kirk McKusick
Author: mckusick Date: Tue Sep 22 00:43:05 2015 New Revision: 288079 URL: https://svnweb.freebsd.org/changeset/base/288079 Log: MFC of 281677: More accurately collect name-cache statistics in sysctl functions sysctl_debug_hashstat_nchash() and sysctl_debug_hashstat_rawnchash(). These ch