Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 May 2005 03:09:28 +0000 (UTC)
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net bpf.c
Message-ID:  <200505040309.j4439S8k006023@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
csjp        2005-05-04 03:09:28 UTC

  FreeBSD src repository

  Modified files:
    sys/net              bpf.c 
  Log:
  -introduce net.bpf sysctl instead of the less intuitive debug.*
  
      debug.bpf_bufsize is now net.bpf.bufsize
      debug.bpf_maxbufsize is now net.bpf.maxbufsize
  
  -move function prototypes for bpf_drvinit and bpf_clone up to the
   top of the file with the others
  -assert bpfd lock in catchpacket() and bpf_wakeup()
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.149     +10 -8     src/sys/net/bpf.c



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