Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2008 13:07:07 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man4 snp.4 src/sys/dev/snp snp.c src/usr.sbin/watch watch.c
Message-ID:  <200808151315.m7FDFqnA090826@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2008-08-15 13:07:07 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       snp.4 
    sys/dev/snp          snp.c 
    usr.sbin/watch       watch.c 
  Log:
  SVN rev 181755 on 2008-08-15 13:07:07Z by ed
  
  Convert the snp(4) driver to use cdevpriv.
  
  Now we have a single /dev/snp device node, which can be opened by
  watch(8) multiple times. Even though snp(4) will be dead as of next
  week, it's nice having this in SVN, because:
  
  - We may want to MFC it to RELENG_7.
  - By the time we fix snp(4) again, it's already there, existing watch(8)
    binaries should already work.
  
  Just like bpf(4), I'm adding a symlink from snp0 to snp to remain binary
  compatible.
  
  Revision  Changes    Path
  1.28      +2 -2      src/share/man/man4/snp.4
  1.109     +46 -66    src/sys/dev/snp/snp.c
  1.36      +7 -16     src/usr.sbin/watch/watch.c



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