Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Nov 2010 06:00:23 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/152531: commit references a PR
Message-ID:  <201011240600.oAO60N9b062626@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/152531; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/152531: commit references a PR
Date: Wed, 24 Nov 2010 05:50:26 +0000 (UTC)

 Author: maxim
 Date: Wed Nov 24 05:50:19 2010
 New Revision: 215792
 URL: http://svn.freebsd.org/changeset/base/215792
 
 Log:
   o Swap descriptions for net.bpf.bufsize and net.bpf.maxbufsize.
   
   PR:		misc/152531
   MFC after:	1 week
 
 Modified:
   head/sys/net/bpf_buffer.c
 
 Modified: head/sys/net/bpf_buffer.c
 ==============================================================================
 --- head/sys/net/bpf_buffer.c	Wed Nov 24 05:37:12 2010	(r215791)
 +++ head/sys/net/bpf_buffer.c	Wed Nov 24 05:50:19 2010	(r215792)
 @@ -88,10 +88,10 @@ __FBSDID("$FreeBSD$");
  
  static int bpf_bufsize = 4096;
  SYSCTL_INT(_net_bpf, OID_AUTO, bufsize, CTLFLAG_RW,
 -    &bpf_bufsize, 0, "Maximum capture buffer size in bytes");
 +    &bpf_bufsize, 0, "Default capture buffer size in bytes");
  static int bpf_maxbufsize = BPF_MAXBUFSIZE;
  SYSCTL_INT(_net_bpf, OID_AUTO, maxbufsize, CTLFLAG_RW,
 -    &bpf_maxbufsize, 0, "Default capture buffer in bytes");
 +    &bpf_maxbufsize, 0, "Maximum capture buffer in bytes");
  
  void
  bpf_buffer_alloc(struct bpf_d *d)
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011240600.oAO60N9b062626>